How to save data from excel file to javaScript array? Excel file is hosted on server. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to save data from excel file to javaScript array? Excel file is hosted on server.

I have a excel sheet hosted on server called 'abc.xlsx' and url of the file is "https://example.com/abc.xlsx" I want to show data from a particular cell from excel to webpage. var database = convertToArray("sheet" , "https://example.com/abc.xlsx"); Here var database is an array. Actually I want the function "converToArray()"

13th May 2021, 6:07 AM
SANGRAM GARAI
SANGRAM GARAI - avatar
0 Answers