CSVLoadOptions
Revisión
‘CSVLoadOptions’ es una clase en Aspose.Cells FOSS para Python.
Opciones para cargar archivos CSV.
Esta clase proporciona 1 método para trabajar con los objetos de CSVLoadOptions 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.Cell FOSS para el paquete de python . Propiedades: ‘auto_detect_types’, ‘date_formats’, `delimiter’, ‘encoding’, ’escape_char’, ’false_values’ y 4 más.
Propiedades
| Name | Type | Access | Description |
|---|---|---|---|
delimiter | `` | Read | Gets the delimiter. |
encoding | `` | Read | Gets the encoding. |
has_header | `` | Read | Gets the has header. |
quote_char | `` | Read | Gets the quote char. |
escape_char | `` | Read | Gets the escape char. |
skip_rows | `` | Read | Gets the skip rows. |
auto_detect_types | `` | Read | Gets the auto detect types. |
date_formats | `` | Read | Gets the date formats. |
true_values | `` | Read | Gets the true values. |
false_values | `` | Read | Gets the false values. |
Metodología
| Signature | Description |
|---|---|
__init__() |
Ver también
- Aspose.Cells para Python — Enterprise API Referencia