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...
Continue reading...