You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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