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

Documentation #24

Open
joshuaalpuerto opened this issue Nov 11, 2018 · 5 comments
Open

Documentation #24

joshuaalpuerto opened this issue Nov 11, 2018 · 5 comments

Comments

@joshuaalpuerto
Copy link

Hi

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

Cheers!

@benjaminuggla
Copy link

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!

@xadamxk
Copy link

xadamxk commented Apr 8, 2019

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

@jochercoles
Copy link

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

@jurepetrovic
Copy link

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

@rajupropg
Copy link

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.

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

6 participants