1234567891011121314151617181920212223 |
- ##
- ## PhpSpreadsheet
- ##
- ArgumentSeparator = ;
- ##
- ## (For future use)
- ##
- currencySymbol = Kč
- ##
- ## Excel Error Codes (For future use)
- ##
- NULL = #NULL!
- DIV0 = #DIV/0!
- VALUE = #HODNOTA!
- REF = #REF!
- NAME = #NÁZEV?
- NUM = #NUM!
- NA = #N/A
|