Open Bayramooov opened 7 months ago
@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.
You may refer to https://docs.sheetjs.com/docs/demos/grid/xs @Bayramooov