Convert excel with blank rows does not render the blank rows in Java

GroupDocs Java version 17.12

when i have an excel file wanting to convert to .pdf and the excel file has rows without data in them, the groupdocs conversion does not render the empty rows.

skip_row.xlsx.zip (4.6 KB)

thanks,
-bk

@bkirkby,

Thank you for your inquiry. We reproduced this issue at our end as well. Hence, it has been logged in our internal issue tracking system with ID:CONVERSIONJAVA-497. We are working on it. As we have any updates or solution for this scenario, we shall notify you.

@bkirkby,

We introduced a new property SkipEmptyRowsAndColumns. Using that you can decide either to skip empty rows/columns or not.
Please integrate latest version 18.6.1 of the API and share your feedback.

1 Like