Hi,
thanks for your reply
to answer your question we follow the below steps:
Hi,
hi amjad
Hi,
The issues you have found earlier (filed as CELLSJAVA-40406) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi
thanks for the update.
But i got one more issue .
when i try to generate pdf from excel which has more than 1000 rows its returning blank PDF
but if the data is less than 1000
i am attaching the excel file. and code snip is
Workbook workbook = new Workbook(excelFileName);
//execute workbook formulas before pdf generation
//workbook.calculateFormula(true);
// Get the count of the worksheets in the workbook
PdfSaveOptions pdfSaveOptions = new PdfSaveOptions();
pdfSaveOptions.setOnePagePerSheet(true);
workbook.save(getPdfFileName(excelFileName), pdfSaveOptions);
thanks in advance for the help.
Hi,
thanks for the quick reply amjad.
hi
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
We have generated the pdf using the following code with the latest version: Aspose.Cells for .NET (Latest Version) . Please download it and highlight your issue in a screenshot by marking the problematic areas with red circles.
It will help us look into your issue precisely.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\Copy+of+_Plan_of_Record_Report.xlsx”;
Workbook workbook = new Workbook(filePath);
PdfSaveOptions opts = new PdfSaveOptions();
opts.OnePagePerSheet = true;
workbook.Save(filePath + “.out.pdf”, opts);
hi
Hi,
Thanks for your posting and using Aspose.Cells for Java
Thanks for highlighting the issue. We have now logged your issue in our database. We will look into your issue and fix it. Once the issue is fixed or we have some other update for you, we will let you know asap.
This issue has been logged as CELLSJAVA-40432
.
Hi,
Please set the flag “save source data with file” to true in pivot table’s options. The picture is attached here.
This issue is fixed in the latest this latest fix: Aspose.Cells for Java (Latest Version)
Let us know your feedback.
Thank you.
The issues you have found earlier (filed as CELLSJAVA-40432) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
i am trying to convert excel file with large number of columns into pdf using .net dll but facing some issue .
Hi Vasantv,
Hi,