How to append data records to an existing xlsx file on server
Hi,
I am trying to add new records to an existing xlsx file on server. I am trying to reuse the MSOGenerateExcelFile by changing the PROutputStream and passing the append parameter as true. but the updated file is not able to open and if you recover the xlsx file than it's getting left with original data.
please suggest if there is any alternative approach ?
Thanks in advance
***Edited by Moderator Marissa to update platform capability tags****