We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
How to export table data to excel? I'm not seeing any example in your documentation. Can you please help me?
I guess internally you used xlsx library. in SheetJs documentation they are given example like,
https://docs.sheetjs.com/docs/
how to implement above feature in your npm package?
I have one more question like, how to add multiple headers using your package?
In the above example first two rows are headers and 3rd rows onwards data.
Can you please tel me how to do that?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
How to export table data to excel?
I'm not seeing any example in your documentation. Can you please help me?
I guess internally you used xlsx library. in SheetJs documentation they are given example like,
https://docs.sheetjs.com/docs/
how to implement above feature in your npm package?
I have one more question like, how to add multiple headers using your package?
In the above example first two rows are headers and 3rd rows onwards data.
Can you please tel me how to do that?
The text was updated successfully, but these errors were encountered: