Couldnt read the excel generated by rust_xlsxwriter in order to modify part of the excel based on request

Currently am using rust_xlsxwriter to generate the excel which has multiple sheets with a huge data.
Am storing the generated excel in cloud so that user can download it any time quickly instead of generating it every time.
In my case there is possibility that data changes when user wants to update a particular sheet. So in that case i need to download the excel from cloud and access required sheet on which user wants to update.
Which is currently not possible using rust_xlsxwriter.

Best solution would be if i can do something with same crate or else please let me know how can i fulfil my above request

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.