25 lines
322 B
Plaintext
25 lines
322 B
Plaintext
|
##
|
||
|
## PhpSpreadsheet
|
||
|
##
|
||
|
|
||
|
ArgumentSeparator = ;
|
||
|
|
||
|
|
||
|
##
|
||
|
## (For future use)
|
||
|
##
|
||
|
currencySymbol = $ ## I'm surprised that the Excel Documentation suggests $ rather than €
|
||
|
|
||
|
|
||
|
##
|
||
|
## Excel Error Codes (For future use)
|
||
|
|
||
|
##
|
||
|
NULL = #¡NULO!
|
||
|
DIV0 = #¡DIV/0!
|
||
|
VALUE = #¡VALOR!
|
||
|
REF = #¡REF!
|
||
|
NAME = #¿NOMBRE?
|
||
|
NUM = #¡NÚM!
|
||
|
NA = #N/A
|