Hi,
Hi Amjad,
Hi,
#2. Loss of legend data in chart
#5. Legend order is not in sync with excel print preview
Sample code:
string filePath = @“E:\test2\aspose.cells_totiff2\Issue-Data\Input.xls”;
Workbook workbook = new Workbook(filePath);
Worksheet worksheet = workbook.Worksheets[“Headcount Report”];
Chart chart1 = worksheet.Charts[0];
Chart chart2 = worksheet.Charts[1];
chart1.ToImage(@“E:\test2\aspose.cells_totiff2\Issue-Data\first.out.jpg”, ImageFormat.Jpeg);
chart2.ToImage(@“E:\test2\aspose.cells_totiff2\Issue-Data\two.out.jpg”, ImageFormat.Jpeg);
#3. X-Axis label are not proper
#4. Incorrect label data, garbage labels are displayed.
Sample code:
string filePath = @“E:\test2\aspose.cells_totiff2\Issue-Data\Input.xls”;
Workbook workbook = new Workbook(filePath);
Worksheet worksheet = workbook.Worksheets[“Headcount Report”];
Chart chart1 = worksheet.Charts[0];
Chart chart2 = worksheet.Charts[1];
chart1.ToImage(@“E:\test2\aspose.cells_totiff2\Issue-Data\first.out.jpg”, ImageFormat.Jpeg);
chart2.ToImage(@“E:\test2\aspose.cells_totiff2\Issue-Data\two.out.jpg”, ImageFormat.Jpeg);
Hi,
Please download and try this fix: Aspose.Cells for .NET v7.5.0.4
We update the axis’s label issues. If you open the source file with Excel 2007 or later versions, so the generated chart would be very different with Excel. If you open it in Excel 2003, the result would be same as Excel.
Please check the attachment. For your information, we try to make XLS to be same as Excel 2003 and XLSX as Excel 2007. Also, the 3D effects / styles in the charts are not supported now, we may support it later on.
Thank you.
The issues you have found earlier (filed as CELLSNET-41438) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
The issues you have found earlier (filed as CELLSNET-41716) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi,
Thanks for using Aspose.Cells.
For your issue CELLSNET-41546, please download and try the latest fix: Aspose.Cells
for .NET v8.4.2.2 and let us know your feedback.
The used fonts in source excel file should be installed or using CellsHelper.FontDir to set the used font dir to get a similar view as excel does.(In the your source excel file, the used fonts are Tms Rmn Regular and Tms Rmn Bold).
Hi,
Thanks for using Aspose.Cells.
For your issue
- CELLSNET-41483 - ToTiff function Issue - Image output is not in sync with Excel print preview page output
Please download and try the latest fix: Aspose.Cells
for .NET v8.5.2.2 and let us know your feedback.