javascript-excel icon indicating copy to clipboard operation
javascript-excel copied to clipboard

Documentation

Open joshuaalpuerto opened this issue 6 years ago • 5 comments

Hi

am looking for a lightweight JS-Excel and found this. Do you have docs on how to use this?

Cheers!

joshuaalpuerto avatar Nov 11 '18 02:11 joshuaalpuerto

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 avatar Feb 19 '19 10:02 benjaminuggla

@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.

xadamxk avatar Apr 08 '19 17:04 xadamxk

@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.

jochercoles avatar Nov 26 '19 18:11 jochercoles

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

jurepetrovic avatar Jan 09 '20 10:01 jurepetrovic

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.

rajupropg avatar Dec 21 '21 09:12 rajupropg