ShowEmptyRows Parameter (Connect-ExcelOnline Cmdlet)
Indicates whether the rows that contain no data (empty rows) should be pushed to the output.
Syntax
Connect-ExcelOnline -ShowEmptyRows SwitchParameter
Data Type
bool
Default Value
false
Remarks
If true, the empty rows are pushed to the output and included in the result set. If false, the output only contains rows that have at least one non-empty value.