On a workbook where a printing area was defined, and also has a couple columns marked as Freeze Pane, the cells on this frozen region are repeated on each page when saving as PDF.
That is consisting with behavior on MS Excel.
But worksheet.getPrintingPageBreaks() does not include the frozen cells as part of each page to be printed.
Is there an alternative to retrieve the effective ranges of cells to be printed on each page, when saving as PDF?