I'm trying to import a xls file which contains a date formula:
=DIA.LAB.INTL(FIN.MES(FECHA(C4;C3;1);-1);1)
But, i got this error:
PHPExcel_Calculation_Exception in Cell.php line 293: Sheet1!D7 -> Formula Error: Unexpected ','
I see that error is the comma but this comma does not exist in the formula.
did i missing something?
;instead of,). Try changing your delimiter. See if any of these answers stackoverflow.com/a/31512333/2939061 stackoverflow.com/a/18217453/2939061 help.