ShowEmptyRows
Specifies whether the provider includes empty rows when reading data from a worksheet.
データ型
bool
デフォルト値
true
解説
This property determines whether the connector includes completely empty rows in the output when reading data from a worksheet and only applies when UseRESTAPI is set to true.
If this property is set to true, the connector includes empty rows in the result set.
If this property is set to false, it skips them.
Use this property when empty rows in your spreadsheet are meaningful and should be preserved in the output.