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

Store as temporary file #90

Open
jakkub21 opened this issue Nov 1, 2023 · 1 comment
Open

Store as temporary file #90

jakkub21 opened this issue Nov 1, 2023 · 1 comment
Assignees

Comments

@jakkub21
Copy link

jakkub21 commented Nov 1, 2023

Is there a way to store file temporary in the project and use it as attachment for API services? or manually set where the file will be stored.

I want to skip that part when i convert json to xlsx file and download and instead of this i want similar behavior but to send file directly to backend API for further processing... is there a way for doing that with this library?

Basically i want to combine library: https://reactgrid.com/ to simulate Excel-like behavior in the browser and then submit form which will use your library to convert JSON dataset into .xlsx file (currently supported for API imports). I know that it would be better to improve API import functionality to accept JSON format but currently its not possible and i was thinking that i could convert JSON to XLSX and then send it directly to backend API for further processing.

Thank you for answer.

@LuisEnMarroquin
Copy link
Owner

@LuisEnMarroquin LuisEnMarroquin self-assigned this Nov 1, 2023
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

2 participants