123456789101112131415161718192021222324 |
- ##
- ## PhpSpreadsheet
- ##
- ArgumentSeparator = ;
- ##
- ## (For future use)
- ##
- currencySymbol = kr
- ##
- ## Excel Error Codes (For future use)
- ##
- NULL = #NULL!
- DIV0 = #DIV/0!
- VALUE = #VERDI!
- REF = #REF!
- NAME = #NAVN?
- NUM = #NUM!
- NA = #I/T
|