|
Tag Browser: conditionalformatting-spreadsheetxml-xml
< 1 second(s)
-
Hi,
Conditional formats don't seem to be preserved when a spreadsheet opened in Aspose is saved as Xml.
For example, the attached spread sheet has conditional formats in the first three cells of the first row.
The following code opens the book and save it as Xml:
Workbook workbook = new Workbook();
...
|