Skip to content

Imitate same behaviour as worksheet.rows

Bitbucket Importer requested to merge bitbucket/declined-pr-106 into branch/default

Created originally on Bitbucket by chuckus (Charlie Smith)

Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.

worksheet.rows will start at row 0, so worksheet.columns should do the same thing. Infact, if worksheet.columns is called prior to worksheet.rows, it will only return contain rows that have values. The behaviour changes to every row after worksheet.rows is called.

Merge request reports