Sign In  Sign Up Live-Chat

Preserving Conditional Formatting when Saving as SpreadsheetXml

Last post 07-15-2008, 10:33 AM by stung. 5 replies.
Sort Posts: Previous Next
  •  06-30-2008, 11:32 AM 133684

    Preserving Conditional Formatting when Saving as SpreadsheetXml

    Attachment: Present (inaccessible)
    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();
    workbook.Open("c:\\conditionalformatting.xls", FileFormatType.Default);

    workbook.Save("c:\\conditionalformatting.xml", FileFormatType.SpreadsheetML);

    The resulting Xml does not contain the same conditional formats in the orignal spreadsheet.

    Is this a known bug and if so, would there be a fix for it?

    -Steve
     
  •  06-30-2008, 1:00 PM 133692 in reply to 133684

    Re: Preserving Conditional Formatting when Saving as SpreadsheetXml

    Hi Steve,

    Currently, condtional formattings would be lost if you save the excel file as SpreadsheetML .xml file. We will support this feature soon for your requirement.

    Thank you.


    Amjad Sahi
    Support Developer,
    Aspose Nanjing Team
    Contact Us
     
  •  07-02-2008, 1:10 PM 134077 in reply to 133692

    Re: Preserving Conditional Formatting when Saving as SpreadsheetXml

    Thanks for your reply Amjad.

    Any idea whe this feature would be implemented?
     
  •  07-03-2008, 1:22 AM 134150 in reply to 134077

    Re: Preserving Conditional Formatting when Saving as SpreadsheetXml

    Hi,

    Thanks for following up.

    We will support it soon. Hopefully we can provide the fix within 1-2 weeks time.

    Thank you.


    Amjad Sahi
    Support Developer,
    Aspose Nanjing Team
    Contact Us
     
  •  07-15-2008, 2:29 AM 135516 in reply to 134150

    Re: Preserving Conditional Formatting when Saving as SpreadsheetXml

    Attachment: Present (inaccessible)

    Hi,

     

    Please try the attached version.

    The conditional formatting feature of SpreadsheetXml file format is supported now.

    Thank you.


    Karen Huang
    Developer
    Aspose Nanjing Team
    About Us
    Contact Us
     
  •  07-15-2008, 10:33 AM 135589 in reply to 135516

    Re: Preserving Conditional Formatting when Saving as SpreadsheetXml

    Thanks. The fix works good.
     
View as RSS news feed in XML