Skip to content

Is there support for export/import via CSV/excel? #276

Answered by Michota
adamcollingburn asked this question in Q&A
Discussion options

You must be logged in to vote

And how can we help?

RG (ReactGrid) stores cells data in store, and based on data that each cell, RG will render this data in grid, that contains cells rendered ad separate div's. If you want to create export functionality, I would suggest you to create function that will read and export this data to external file, that can be readen by Excel API. Note, that Excel API has no "cell" information, but a Range object.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Michota
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants