top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is there any way to convert .xlsx to .xls using Rails

+1 vote
475 views

Does anybody know if there's anyway to upload a .xlsx file and then convert it to .xls file for later processing?

I'd like to use spreadsheet to write a new xls file but it doesn't support xlsx and the file is only importable with that format sadly. I saw roo but I don't know if there's a direct way to do it.

posted Oct 4, 2013 by Sheetal Chauhan

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Use LibreOffice (free) to make your spreadsheet, it can read and write virtually any format including xls and xlsx.

answer Oct 4, 2013 by Sanketi Garg
I meant, any gems, to use on rails
I know you did, I was just pointing out that you could remove the problem by using LibreOffice to make the spreadsheet in the first place. If you must use MS Office then again the best solution would surely be to pay for an Office upgrade.
Similar Questions
0 votes

I need to upload files in my rails application.the type of the files should be pdf,xls,word.After that i need to download them from the view page.plz help me in this regard.

+6 votes

I want to convert office 2007 file to 2003 format, it will be great, if somebody have done something similar to this in visual basic.

+1 vote

What is the best way to convert a currency string 'USD' to locale :en-US? Right now trying to make it flexible to show the money and symbol correctly based on the currency string (like 'USD' or 'AUD') stored against the user's record.

I need to be able to do the following based on say 'GBP' string:

  :en-GB) %>
+2 votes

I am having full fledged working website using rails framework. It is responsive also. But now I want mobile application of the same with some less features.

Now I have done R&D and found that there are 2 ways or 2 Platforms.
1) Cordova
2) Android Studio

Now I am not able to select which will be better and how I proceed converting rails application to mobile application. Any suggestions?

+1 vote

I am new to ruby on rails, I done a time sheet application in English it's works fine, I want to convert it into multiple language first goal is to covert in into "MARATHI" language.
I use a ruby 1.9.1 and rails 3 and I am linux(Ubuntu 12.10) OS, Can anyone suggest from where i start and how.

...