123456789101112131415161718192021222324 |
- ##
- ## PhpSpreadsheet
- ##
- ArgumentSeparator = ;
- ##
- ## (For future use)
- ##
- currencySymbol = €
- ##
- ## Excel Error Codes (For future use)
- ##
- NULL = #NULL!
- DIV0 = #DIV/0!
- VALUE = #WERT!
- REF = #BEZUG!
- NAME = #NAME?
- NUM = #ZAHL!
- NA = #NV
|