fjenett / xlsreader-library-processing

a Processing library that can read from .xls (aka. Excel) files
12 stars 5 forks source link

ERR, getFloat(): wrong celltype #10

Closed markusand closed 7 years ago

markusand commented 9 years ago

Hi! I'm trying to get a value from a cell that contains a formula which result is a float number and excel cell type is defined as number with 2 decimals. It looks to get the number fine, but it returns the error message. While the program flow is not interrupted I really don't care, but could we describe it as bug?

I've also seen in other posts the function getDate, however I haven't seen this function in the library and I can't properly get a value from a date formated cell. Is there any way for it?

Thanks