excel-export icon indicating copy to clipboard operation
excel-export copied to clipboard

putCellValue() numerical params not clear

Open jmccordova opened this issue 8 years ago • 0 comments

Assuming I have a code putCellValue(5, 6, data):

After trial and error, I found out that the 1st and 2nd parameters, 5 and 6, respectively, means that the data will be put in 6th row and 7th column (G6).

I don't find it a bug but I hope you could have wrote an API telling us that the numbering is based on array indexes (start with 0).

jmccordova avatar Sep 06 '17 06:09 jmccordova