Re: [Rails] HELP on Parsing XLSB File!

2016-12-28 Thread Walter Lee Davis
I would start by looking at the contents of that file with a text editor, see if there is any XML in it. (Note: you may need to convert the file from a Zip package before you can do that, or use a Mac and BBEdit (which can read "into" Zipped formats like ePub and XSLX and show the plain-text con

[Rails] HELP on Parsing XLSB File!

2016-12-27 Thread Rafi A
Hi, I am using ROO gem on my application for parsing excel files. Now I got an scenario to parse xlsb file but that gem throws me an error. Also I have tried with Creek, spreadsheet gems to parse the xlsb file but no luck. Is there a way to do that in Rails then please let me know. Regards, Seen