Details
-
Bug
-
Resolution: Fixed
-
Normal
-
3.7.0
-
None
-
Security Level: Jean
-
None
Description
Steps to Reproduce
- load attached excel file
- export it as PDF with the page setup below:
PdfExporter pdfExporter = new PdfExporter(); pdfExporter.getPrintSetup().setFitHeight(1); pdfExporter.getPrintSetup().setFitWidth(1); pdfExporter.getPrintSetup().setPrintGridlines(true); pdfExporter.getPrintSetup().setPrintHeadings(true); //export a book
Actual Result
The exported PDF file doesn't have gridline and heading printed.
Expected Result
The exported PDF file should have gridline and heading printed.
Debug Information
The issue happens when the cells with data locate at different pages (out of one page). If they are on the same page, there is no issue.