-
Notifications
You must be signed in to change notification settings - Fork 6
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
Documentation #24
Comments
If you check this one: https://github.com/securedeveloper/react-data-export You can see it should be backward-compatible with this repo. But tell me if I'm wrong! |
@benjaminuggla That covers existing functionality but what about new features? I know the dev was working on column span, which is what I primarily need. |
@benjaminuggla, can you help me how use this new release, because I used react-data-export, but I can't apply format or style to the document. When I try export the file don't is created. If I use the component without styles, It created the file without problems, but when a use the example with format don't work. |
Hello, it does not seem backward compatible to me. import React from "react"; const ExcelFile = ReactExport.ExcelFile; Thank you very much! |
Currently, with this library, we are unable to export data to excel, if there are some special characters. For Ex: words in Thai language. |
Hi
am looking for a lightweight JS-Excel and found this. Do you have
docs
on how to use this?Cheers!
The text was updated successfully, but these errors were encountered: