ExportBogusRowData

SpreadsheetEditOptions.ExportBogusRowData property

When enabled, the HTML table in produced HTML document contains an empty bottom hidden row with zero height and empty cells, where only width is specified. This row with empty cells contains exact width values for each column and improves backward conversion from HTML to Spreadsheet. By default is enabled (true).

public bool ExportBogusRowData { get; set; }

See Also