Aspose Cells not respecting page breaks

Hello,

Aspose Cells is not respecting page breaks on existing Workbooks. If I simply open a file programmatically and simply save the workbook, the page breaks change, and the original page breaks are not respected. Please see attached file.

private static void AposePageBreak()

{

Workbook wb = new Workbook();

License lic = new License();

lic.SetLicense(@"C:\projects\K-1G\CodeLibrary\3rdParty\Aspose\Aspose.Cells.lic");

wb.Open(@"c:\files\thebreaks\sample.xlsx");

wb.Save(@"c:\files\thebreaks\sample_resaved.xlsx");

}

Nevermind. It looks like this issue was addressed in yesterday’s new release. Thanks.