Can we create excel in storage bucket from DataTable?
Main task is :-
- Read excel file from storage bucket.
- Copy data from second excel file and merge into first excel file in same storage bucket.
- Either replace same excel file or create another.
- All operation should be done on studio web without download/upload any file (onedrive ect.) as per current requirement.
Currently I am only able to read csv from storage bucket and create data table but can’t write in excel inside same storage bucket. However, I tried different method like create/write and download/upload in other storage (Gdrive, OneDrive) but thats not the requrement.
I have tried write range activity but its only support google drive and one drive.
in other side ‘Write Storage Text’ dosn’t support datatable to write in excel.
Please help as this is very urgent requirement.