Forum Post: RE: Retrieving data from excel

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello, There are a couple of items here: - Excel spreadsheet file (XLSX) - File in C:\Temp - ActiveXObject The short answer is that ActiveX objects is only supported by Internet Explorer (also it requires Excel to be installed ("Excel.Application"). A possible approach, specially if you are going to do this from a Mobile device, would be to process the XLSX file on the server (either with Excel.Application or other libraries) and return a JSON file to the client with the data. I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top