I need to read data from an excel file. In the excel file, there are formatted tables which contains the data I need to retrieve. Is there an API available to do this?
Currently, I'm using to read data in Excel is the ALASQL wherein it returns a JSON object of the data in the excel and does not detect formatted tables. I also found SheetJS which also returns JSON object, CSV format and other formats of the excel file that reads the excel file row by row.
Sample Excel file needs to be read in Javascript. It should be able to detect the formatted tables and get the data in the tables
See the image