MarkdownSaveOptions
Overview
MarkdownSaveOptions is a class in Aspose.Cells FOSS for Python.
Options for saving Markdown files.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
encoding | `` | Read | Specifies the character encoding used when saving markdown |
worksheet_index | `` | Read | Selects the worksheet to export by zero‑based index |
include_worksheet_name | `` | Read | Determines whether the worksheet name is added as a title |
header_level | `` | Read | Sets the markdown header level for the worksheet title |
column_alignments | Dict[int, str] | Read | Maps column indices to alignment strings for markdown tables |
default_alignment | `` | Read | Defines the default alignment for columns without explicit mapping |
date_format | `` | Read | Defines the string format used for date values |
datetime_format | `` | Read | Defines the string format used for datetime values |
time_format | `` | Read | Defines the string format used for time values |
empty_cell_placeholder | `` | Read | Provides a placeholder string for empty cells |
escape_pipes | `` | Read | Indicates whether pipe characters in cell text are escaped |
first_row_as_header | `` | Read | Treats the first row as a markdown table header |
include_row_numbers | `` | Read | Adds a leading column with row numbers |
max_column_width | `` | Read | Caps the width of columns when converting to markdown |
trim_whitespace | `` | Read | Removes leading and trailing whitespace from cell values |
float_precision | `` | Read | Sets the number of decimal places for floating‑point numbers |
skip_empty_rows | `` | Read | Omits rows that contain only empty cells |
newline_replacement | `` | Read | Replaces newline characters inside cells with the given string |
detect_title_rows | `` | Read | Enables automatic detection of title rows for markdown |
auto_detect_header | `` | Read | Enables automatic detection of header rows |
compact_format | `` | Read | Produces a more compact markdown table without extra spacing |
simple_separators | `` | Read | Uses simple pipe separators without alignment markers |
Methods
| Signature | Description |
|---|---|
__init__() |