CSVSaveOptions
Revisión
‘CSVSaveOptions’ es una clase en Aspose.Cells FOSS para Python.
Opciones para guardar archivos CSV.
Esta clase proporciona 1 método para trabajar con los objetos de CSVSaveOptions en programas de Python. Los métodos disponibles incluyen: __init__. Todos los miembros públicos son accesibles a cualquier aplicación de Pyton después de instalar el Aspose.Células FOSS para el paquete de python . Propiedades: ‘date_format’, ‘datetime_form’, `delimiter’, ‘encoding’, ‘include_header’, ‘’line_terminator’ y 5 más.
Propiedades
| 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. |
Metodología
| Signature | Description |
|---|---|
__init__() |
Ver también
- Aspose.Cells para Python — Enterprise API Referencia