Closed axsk closed 8 years ago
This happens when you try to retrieve a numerical value as a string. Are you calling the the getStringCellValue
method? What code+file causes this error?
I just called readxl. Unfortunately I cannot reproduce it as I exported the sheets to .csv and now read them in :(
OK, i figured out why that is.. .this is due to readxl
trying to read the top row as headers, which should be all text. If you don't have headers, then headers=false
must be passed as a parameter. I'll report a better error message for this case.
This happens when I try to read in a .xls file