123456789101112131415161718192021222324 |
- ##
- ## PhpSpreadsheet
- ##
- ArgumentSeparator = ;
- ##
- ## (For future use)
- ##
- currencySymbol = €
- ##
- ## Excel Error Codes (For future use)
- ##
- NULL = #NUL!
- DIV0 = #DIV/0!
- VALUE = #VALEUR!
- REF = #REF!
- NAME = #NOM?
- NUM = #NOMBRE!
- NA = #N/A
|