CSVSaveOptions
Vue de l’ensemble
‘CSVSaveOptions’ est une classe dans Aspose.Cells FOSS pour Python.
Options pour enregistrer les fichiers CSV.
Cette classe fournit 1 méthode pour travailler avec les objets CSVSaveOptions dans les programmes Python. Les méthodes disponibles comprennent: __init__. Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Cell FOSS pour le package Pyathon. Propriétés: ‘date_format’, ‘datetime_form’, delimiter', ‘encodant’, include_header, line_terminator` et 5 autres.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
delimiter | `` | Read | Gets the delimiter. |
encoding | `` | Read | Gets the encoding. |
quote_char | `` | Read | Gets the quote char. |
quoting | `` | Read | Gets the quoting. |
line_terminator | `` | Read | Gets the line terminator. |
include_header | `` | Read | Gets the include header. |
worksheet_index | `` | Read | Gets the worksheet index. |
date_format | `` | Read | Gets the date format. |
datetime_format | `` | Read | Gets the datetime format. |
time_format | `` | Read | Gets the time format. |
write_bom | `` | Read | Gets the write bom. |
méthodes
| Signature | Description |
|---|---|
__init__() |
Voir aussi
- Aspose.Cells pour Python — Enterprise API Reference