MarkdownSaveOptions
Overview
MarkdownSaveOptions is a class in Aspose.Cells FOSS for Python.
Options for saving Markdown files.
This class provides 1 method for working with MarkdownSaveOptions objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: auto_detect_header, column_alignments, compact_format, date_format, datetime_format, default_alignment, and 16 more.
Properties
| 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. |
Methods
| Signature | Description |
|---|---|
__init__() |