Hello Aspose,
When we save the attached excel-file as an html-file with Aspose, every bit of text is shown with an strikethrough and the background turns blue. The change in background also happens when I save it with Excel, so that’s working as intended ? The strikethrough is definitely an bug.
I check the Excel document, but I can’t find the reason it’s showing an blue background and an strikethrough. Do you know which setting is causing this ?
Code:
Workbook lWorkbook = new Workbook( lFilePath );
lWorkbook.save( lSavePath, FileFormatType.HTML );
Z11022-AsposeExample-strikethrough.zip (83.3 KB)
Regards,
Jeroen