Open guiltm opened 10 years ago
fixed, using method of other inssues.
fixed with it,.
brbgyn commented on Feb 13 i removed the If statement:
if(newCell.content && newCell.location.row == row->index)
in the QZWorkSheet.m file, to force the counting of all columns tha has content…
This worked for now..
Hi bro, Im trying to get all lines of document, but my xls have 1600 lines and when I use:
firstWorkSheet.rows.count; it back only 685 lines.
any idea whats happens?