Tabellenkalkulation/CSV

From FreeCAD Documentation
Revision as of 16:41, 28 August 2018 by Le Loup (talk | contribs) (Created page with "Das [https://de.wikipedia.org/wiki/CSV_(Dateiformat) CSV-Format] (Comma-separated values) ist ein Klartext-Format zum Austausch von Tabellenkalkulationsdaten. Es kann normaler...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:

Das CSV-Format (Comma-separated values) ist ein Klartext-Format zum Austausch von Tabellenkalkulationsdaten. Es kann normalerweise von jeder Tabellenkalkulation wie LibreOffice oder Microsoft Excel importiert oder exportiert werden. Das Lesen und Schreiben im CSV-Format wird vom eingebauten Python-CSV-Modul erledigt.

Importing

Importing a .csv file into FreeCAD creates a spreadsheet object, then fills it with the values from the file.

Exporting

Exporting a spreadsheet object to a .csv file simply writes all the values of the spreadsheet object. Functions, such as "=A3+B5" are written as functions, not resulting values.