MergeEmptyAdjacentCells
SpreadsheetEditOptions.MergeEmptyAdjacentCells property
When enabled, the empty adjucent horizontal cells from the input Spreadsheet document will be represented in editable HTML document as merged into a single cell with corresponding colspan attribute. By default is disabled (false).
public bool MergeEmptyAdjacentCells { get; set; }
Remarks
By default the GroupDocs.Editor converts a table from input Spreadsheet document to the output HTML document by preserving each cell. However, the Spreadsheet documents may be sparse — they may contain huge amount of “empty areas”, where a lot of cells are empty. This option, when enabled, merges such empty cells into one with colspan attribute in the TD element, and thus can significantly reduce the size of the produced HTML markup.
See Also
- class SpreadsheetEditOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor