Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to import / export excel file (.xlsx)? #11

Open
Bayramooov opened this issue Apr 2, 2024 · 4 comments
Open

How to import / export excel file (.xlsx)? #11

Bayramooov opened this issue Apr 2, 2024 · 4 comments

Comments

@Bayramooov
Copy link

No description provided.

@akhil-gautam
Copy link

You may refer to https://docs.sheetjs.com/docs/demos/grid/xs @Bayramooov

@dsills22
Copy link

dsills22 commented Jul 12, 2024

@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()

@akhil-gautam
Copy link

@dsills22 Yes sir, I just provided a reference.

@Kid-Kisuke
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants