123456789101112131415161718192021222324 |
- ##
- ## 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
|