SpreadsheetML and window splits

Hi,

In the Excel 2003 document that I am using as a template there are window splits created in Excel by selecting a row, going to the window menu and selecting split. I have noticed that when I save in code in the SpreadsheetML format for example:
workbook.Save(“cobie.xls”, SaveType.OpenInBrowser, FileFormatType.SpreadsheetML, response);
the splits are lost.

Is this a feature that you might implement for this file format?

Hi,

Yes, splitting window information is not retained with the template file while loading, we will support this feature soon.

Thank you.

Hi,

Please try the new version http://www.aspose.com/community/files/51/file-format-components/aspose.cells/entry133353.aspx

We have supported this feature now.

Thanks that works well.