Answer the question
In order to leave comments, you need to log in
Uploading an excel file in Ruby on Rails to open mobile devices???
Please tell me the universal code for uploading data to an excel file so that this file can be opened on PCs and smartphones!?
This is the code I currently have:
Controller:
headers['Content-Type'] = "application/vnd.ms-excel; charset=windows-1251"
headers['Content-Disposition'] = 'attachment; filename="subscribers.xls"'
headers['Cache-Control'] = ''
<table>
<tr>...</tr>
</table>
Answer the question
In order to leave comments, you need to log in
It's strange that it opens on your PC.
Use axlsx_rails gem to generate xls, or upload as CSV
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question