Dear Aspose,
I am trying to generate a PDF from Excel file that contains sparklines.
Below is a snapshot of the PDF generated by Aspose.Cells (17.5.4)
error image.PNG (13.8 KB)
The sparkline shoots up like a bamboo stick unintentionally.
Here is the code I used.
Workbook wb = new Workbook(“save.xlsx”);
wb.Save(“aspose to pdf.pdf”);
Attached please find
- The excel file I have used
- The PDF generated by Excel2016 on my side
- The PDF generated by Aspose.Cells.
Yours sincerely,
Jonathan LauFile used.zip (149.3 KB)
P.S. Why are we not allowed to upload Excel files directly?