Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
fileformats:csv [2018/01/09 12:26] oliver |
fileformats:csv [2018/01/09 14:47] (aktuell) oliver |
||
---|---|---|---|
Zeile 9: | Zeile 9: | ||
* Reading of csv-files is not yet implemented. | * Reading of csv-files is not yet implemented. | ||
* The count of fraction digits and the seperating charcter are configurable in the Options-Panel "Miscellaneous/Export". | * The count of fraction digits and the seperating charcter are configurable in the Options-Panel "Miscellaneous/Export". | ||
+ | * Grouping of big numbers is switched off. For example, in the English locale, with grouping on, the number 1234567 might be formatted as "1,234,567". The grouping separator as well as the size of each group is locale dependant and is determined by sub-classes of NumberFormat. |