How to import / export excel file (.xlsx)?
You may refer to https://docs.sheetjs.com/docs/demos/grid/xs @Bayramooov
@akhil-gautam that is for x-spreadsheet. And the Table interface has no loadData method. @Bayramooov you will have to take the value from stox and convert it to an array of type IndexDataCell[]. Then call .data({cells: yourConvertedArray}).render()
@dsills22 Yes sir, I just provided a reference.
Is there any reference documentation? link provided by @akhil-gautam is not useful since that link references a different library which has different structure for input data. (I know wolf-table uses a lot of code from x-data-spreadsheet but they have different structures)