javascript-excel
javascript-excel copied to clipboard
Documentation
Hi
am looking for a lightweight JS-Excel and found this. Do you have docs
on how to use this?
Cheers!
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. This code does not work if I import "javascript-excel". How should I use this?
import React from "react"; import ReactExport from "javascript-excel";
const ExcelFile = ReactExport.ExcelFile; const ExcelSheet = ReactExport.ExcelFile.ExcelSheet; const ExcelColumn = ReactExport.ExcelFile.ExcelColumn;
Thank you very much! Jure
Currently, with this library, we are unable to export data to excel, if there are some special characters. For Ex: words in Thai language. Please try to fix this.