E
E
eldar_web2017-06-07 08:06:38
Android
eldar_web, 2017-06-07 08:06:38

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'] = ''

View:
<table>
<tr>...</tr>
</table>

This code only works on PC.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Andreev, 2017-06-09
@eldar_web

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 question

Ask a Question

731 491 924 answers to any question