CSVSaveOptions

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

NameTypeAccessDescription
delimiter``ReadGets the delimiter.
encoding``ReadGets the encoding.
quote_char``ReadGets the quote char.
quoting``ReadGets the quoting.
line_terminator``ReadGets the line terminator.
include_header``ReadGets the include header.
worksheet_index``ReadGets the worksheet index.
date_format``ReadGets the date format.
datetime_format``ReadGets the datetime format.
time_format``ReadGets the time format.
write_bom``ReadGets the write bom.

Metodología

SignatureDescription
__init__()

Ver también

  • Aspose.Cells para Python — Enterprise API Referencia
 Español