MarkdownSaveOptions
Přehled
MarkdownSaveOptions je třída v Aspose.Cells pro Python.
Možnosti ukládání Markdown souborů.
Metody
| Name | Type | Access | Description |
|---|---|---|---|
encoding | `` | Read | Gets the encoding. |
worksheet_index | `` | Read | Gets the worksheet index. |
include_worksheet_name | `` | Read | Gets the include worksheet name. |
header_level | `` | Read | Gets the header level. |
column_alignments | Dict[int, str] | Read | Gets the column alignments. |
default_alignment | `` | Read | Gets the default alignment. |
date_format | `` | Read | Gets the date format. |
datetime_format | `` | Read | Gets the datetime format. |
time_format | `` | Read | Gets the time format. |
empty_cell_placeholder | `` | Read | Gets the empty cell placeholder. |
escape_pipes | `` | Read | Gets the escape pipes. |
first_row_as_header | `` | Read | Gets the first row as header. |
include_row_numbers | `` | Read | Gets the include row numbers. |
max_column_width | `` | Read | Gets the max column width. |
trim_whitespace | `` | Read | Gets the trim whitespace. |
float_precision | `` | Read | Gets the float precision. |
skip_empty_rows | `` | Read | Gets the skip empty rows. |
newline_replacement | `` | Read | Gets the newline replacement. |
detect_title_rows | `` | Read | Gets the detect title rows. |
auto_detect_header | `` | Read | Gets the auto detect header. |
compact_format | `` | Read | Gets the compact format. |
simple_separators | `` | Read | Gets the simple separators. |
| Signature | Description |
|---|---|
__init__() |