SharePoint Excel Update
Hi All,
I have a requirement where I have to update an Excel sheet in the SharePoint document library on button click, so I am using SPFx for the same. Earlier, I tried the SheetJs library, but without the Pro version, my Excel sheet's existing styling is getting impacted. Now I am trying to achieve the same with ExcelJs, and now I am able to update my Excel sheet with a new value and am also able to keep my Excel styling safe. But after updating my Excel sheet, when I am opening that sheet, it is throwing an error that the Excel sheet crashed. We are trying to recover, and after clicking the OK button, that is working fine.