Feuille de calcul CSV

From FreeCAD Documentation
Revision as of 21:40, 12 November 2019 by David69 (talk | contribs) (Created page with "Le[https://fr.wikipedia.org/wiki/Comma-separated_values format CSV] (Comma-Separated Values) est un format texte brut pour échanger des données de tableur. Il peut général...")
Other languages:

Leformat CSV (Comma-Separated Values) est un format texte brut pour échanger des données de tableur. Il peut généralement être importé et exporté par n'importe quel tableur tel que LibreOffice ou Microsoft Excel. La lecture et l'écriture au format csv se fait avec le module csv intégré dans Python module csv.

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.