Skip to content

less than vs. less or equal: work_sheet->rows.lastrow #73

@ggcespia

Description

@ggcespia

Shouldn't the below line be changed to be strictly less than the rows.lastrow? If you do <= work_sheet->rows.lastrow then there is always a 'blank' column at the end of each line.

for (int j=0; j<=work_sheet->rows.lastrow; j++) { // rows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions