MarkdownSaveOptions

MarkdownSaveOptions

Overview

MarkdownSaveOptions is a class in Aspose.Cells FOSS for Python.

Options for saving Markdown files.

Properties

NameTypeAccessDescription
encoding``ReadSpecifies the character encoding used when saving markdown
worksheet_index``ReadSelects the worksheet to export by zero‑based index
include_worksheet_name``ReadDetermines whether the worksheet name is added as a title
header_level``ReadSets the markdown header level for the worksheet title
column_alignmentsDict[int, str]ReadMaps column indices to alignment strings for markdown tables
default_alignment``ReadDefines the default alignment for columns without explicit mapping
date_format``ReadDefines the string format used for date values
datetime_format``ReadDefines the string format used for datetime values
time_format``ReadDefines the string format used for time values
empty_cell_placeholder``ReadProvides a placeholder string for empty cells
escape_pipes``ReadIndicates whether pipe characters in cell text are escaped
first_row_as_header``ReadTreats the first row as a markdown table header
include_row_numbers``ReadAdds a leading column with row numbers
max_column_width``ReadCaps the width of columns when converting to markdown
trim_whitespace``ReadRemoves leading and trailing whitespace from cell values
float_precision``ReadSets the number of decimal places for floating‑point numbers
skip_empty_rows``ReadOmits rows that contain only empty cells
newline_replacement``ReadReplaces newline characters inside cells with the given string
detect_title_rows``ReadEnables automatic detection of title rows for markdown
auto_detect_header``ReadEnables automatic detection of header rows
compact_format``ReadProduces a more compact markdown table without extra spacing
simple_separators``ReadUses simple pipe separators without alignment markers

Methods

SignatureDescription
__init__()

See Also