Header/Footer issue

team,
PFA the input and output files.
Center footer and the right footer (last line) - It is not alligned as left
footer text - we see difference in 5th row of footer.

Hi Nicole,


Thank you for bringing this issue to our knowledge.

We are able to replicate the said problem while using your provided spreadsheet and the latest version of Aspose.Cells for .NET 8.2.0.3. The test code is as follow.

C#

var book = new Workbook(“D:/temp/Input_0906.xlsx”);
var sheet = book.Worksheets[0];
var render = new SheetRender(sheet, new ImageOrPrintOptions() { ImageFormat = System.Drawing.Imaging.ImageFormat.Tiff });
render.ToImage(0, “D:/temp/output.tiff”);

The problem has been logged in our bug tracking system under the ticket CELLSNET-42973 for investigation purposes. Please spare us little time to properly analyze the problem cause, and to provide a fix at earliest possible. In the meanwhile, we will keep you posted with updates in this regard.

Please accept our apologies for your inconvenience.

Aspose team,
Can you please provide us an update in this regard.

Hi Nicole,


I am afraid, we haven’t yet received any updates in this regard. We have recorded a note for the concerned development team member to share the insight of this issue, and most preferably the estimated release schedule for the fix. As soon as we receive more updates, we will post here for your kind reference.

Hi Nicole,


Thank you for your patience.

This is to inform you that we have fixed the problem logged earlier as CELLSNET-42973. We will shortly provide the fix here after performing QA and incorporating other enhancements.

Hi,

Thanks for your using Aspose.Cells.

Please download and try the latest fix: Aspose.Cells for .NET v8.3.1.4 and let us know your feedback.

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.