Saving with Named Ranges at the worksheet level produces bad SpreadsheetML

When opening and saving a file that contains named ranges (most at the worksheet level) the resulting SpreadsheetML has errors in the named ranges.

Here is the sample code and the file is attached:

[Test]
public void Save_WorksheetNamedRanges_OpensInExcel()
{
var workbook = new Workbook();
workbook.Open("WorksheetNamedRanges.xls", FileFormatType.Default);
workbook.Save("WorksheetNamedRanges.xml", FileFormatType.SpreadsheetML);
}

-Steve

Hi Steve,

Thank you for providing us the template file. We will get back to you soon.

Thank You & Best Regards,

Hi,

Please try our latest version (4.6.0): http://www.aspose.com/community/files/51/file-format-components/aspose.cells/entry156149.aspx . We have fixed this bug of saving named ranges of the worksheet to SpreadsheetML file.

Thank you.

The issues you have found earlier (filed as 6852) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Laurence.