CSVSaveOptions
Összefoglaló
CSVSaveOptions egy Python-i osztály.
CSV fájlok mentésének lehetőségei.
Módszerek
| 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. |
| Signature | Description |
|---|---|
__init__() |