Hi,
Try reproducing this:
Open an excel file, Type in A1: =#VALUE! , enter
The result will returns #VALUE!.
Use 2 functions ISFORMULA and ISERROR to check the result, both return TRUE.
However xlsio does not recognize it, so the result when reading the .xlsx file seems different. cell.iserror or cell.isformulaerror or cell.calculatedvalue are not recognized.
Should this be changed? Or will I need to parse its cell.value?
Because I want to identify what type of error it is.
Thanks you!