Hello,
I am facing issue with running spire on certain files, the code runs but when I open the file after running spire- it throws error, asks to recover as much as possible and even after that the xml for the sheet gets deleted.
Code:
from spire.xls import Workbook
from spire.xls import *
wb = Workbook()
wb.LoadFromFile('templates/Spire_Test.xlsx')
wb.SaveToFile('templates/demo.xlsx')
I am attaching images to show the issue, the sheet goes blank post proccessing.
The zip contains 2 images and 1 excel file for testing
Image 1(recovery.png): Shows the pop up to recover items of the sheet
Image2 (xml_deletion): Shows the pop up showing the deleted parts of the sheet
File: Testing file for the issue using the above code