Dear support team,
first of all I want to thank you a LOT for the community license trying out almost all of your components!!!
Maybe this is a bug:
I attched a Excel file with a column diagram. Positive figures are green, negative figures are red.
After using the "SaveAs" method the color of the negative figures obviously get lost.
Please try out this simple code:
Imports Syncfusion.XlsIO
Dim oExcelEngine As New ExcelEngine
Dim oWorkbook As IWorkbook = oExcelEngine.Excel.Workbooks.Open("Excel Sample.xlsx")
oWorkbook.SaveAs("Excel Sample 2.xlsx")
Thanks a lot and best regards from Germany!
Sincerely,
Tin-Kai Chan
Attachment:
Excel_Sample_f649813f.zip