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

Add ability to download large data and change extension type #26

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

dqve
Copy link

@dqve dqve commented Jan 8, 2021

Add option for different extension name (xls or xlsx):
The new option can be used by declaring & using the "filetype" prop when declaring the component, valid options are "xls" and "xlsx".

dqve and others added 9 commits January 8, 2021 12:17
The new option can be used by declaring & using the "filetype" prop when declaring the component, valid options are "xls" and "xlsx".
${String(this.props.filename)}.xls to ${String(this.props.filename)}.xlsx
Update ReactHTMLTableToExcel.jsx
* Make filetype prop none required

* Update file type.
* Make filetype prop none required

* Update file type.

* Updated dependencies to use react 16 and dded children to the button.
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

Successfully merging this pull request may close these issues.

2 participants