Contents Summary
|
Skip Empty Rows and Columns
Spreadsheet may contain empty rows and columns. In case, if the number of empty rows or columns are considerably large, the document conversion time could increase and it affects the performance. GroupDocs.Conversion for Java allows you to skip empty rows and columns when converting a spreadsheet to any other supported formatted document.
The Recipe
- Setup conversion configuration
- Define save options
- Define CellsLoadOptions and set setSkipEmptyRowsAndColumns() to false
- Save results
The Code
Labels