sheetrock icon indicating copy to clipboard operation
sheetrock copied to clipboard

Retain Empty Rows

Open krausekai opened this issue 7 years ago • 4 comments

Empty rows are removed, returning only non-empty rows in the spreadsheet. Can non-empty rows be kept, but only up until the last non-empty row entry?

krausekai avatar Mar 11 '17 05:03 krausekai

This is the behavior of the underlying API, unfortunately. You could try putting non-breaking spaces in the "empty" rows you want to preserve.

chriszarate avatar Mar 11 '17 16:03 chriszarate

That would be hard-coding which rows are to be empty, correct? As the returned object does not seem to return row names, which would be possible to find missing rows and mark them as empty.

krausekai avatar Mar 11 '17 22:03 krausekai

Yes, hard-coding is the only solution I am aware of.

chriszarate avatar Mar 12 '17 21:03 chriszarate

Alright, thanks for the information.

krausekai avatar Mar 12 '17 21:03 krausekai