Import spreadsheet(excel) , retaining special characters like exponent, subscript, superscript in Ruby

452 views Asked by At

We are importing an excel sheet into database in an Rails application, using Roo Gem. But it is ignoring cell format (superscript, subscript) like 54, Mathematical symbols like 1/2 etc and importing it as plain text like 54 and 1/2. Is there any way we can import data retaining format of these cell/text?

0

There are 0 answers