grafik2.jpg (231,4 KB)
When i use Aspose Cells for Java to export an Excel table to PDF, there is always header and row line number, just like this Screenshot, header like “ABCDEFG” and row line number like “12345”.
Is there a way to remove such header and row line number in PDF export?
Could you please zip and attach your sample files, including the input Excel file (if any), the current output Excel file generated by Aspose.Cells? We will review your issue soon.
@zwei
We used ver24.2 to convert your file, please check the output file. Original_XLSX.java.pdf.7z (566.8 KB)
There were no header and row line numbers. Would you be willing to provide the code for us to further investigate?
our code as follow:
Workbook workbook = new Workbook("Original_XLSX.xlsx");
PdfSaveOptions pdfSaveOptions = new PdfSaveOptions();
pdfSaveOptions.setOnePagePerSheet(true);
workbook.save("Original_XLSX.java.pdf",pdfSaveOptions);
It is nice to know that your issue is sorted out now. Please feel free to write us back if you have further queries or issue, we will be happy to assist you soon.