You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: