i wish load data in dhtmlx grid from ms-excel file.
like this function : grid0.loadExcel(“c:/doc.xls”)
can i have sample source?
Grid can load data from
- XML
- JSON
- JS array
- CSV
The MsExcel is a binary format which can’t be used as datasource. You can export it to CSV and load result CSV file.