MarkdownSaveOptions

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

NameTypeAccessDescription
encoding``ReadGets the encoding.
worksheet_index``ReadGets the worksheet index.
include_worksheet_name``ReadGets the include worksheet name.
header_level``ReadGets the header level.
column_alignmentsDict[int, str]ReadGets the column alignments.
default_alignment``ReadGets the default alignment.
date_format``ReadGets the date format.
datetime_format``ReadGets the datetime format.
time_format``ReadGets the time format.
empty_cell_placeholder``ReadGets the empty cell placeholder.
escape_pipes``ReadGets the escape pipes.
first_row_as_header``ReadGets the first row as header.
include_row_numbers``ReadGets the include row numbers.
max_column_width``ReadGets the max column width.
trim_whitespace``ReadGets the trim whitespace.
float_precision``ReadGets the float precision.
skip_empty_rows``ReadGets the skip empty rows.
newline_replacement``ReadGets the newline replacement.
detect_title_rows``ReadGets the detect title rows.
auto_detect_header``ReadGets the auto detect header.
compact_format``ReadGets the compact format.
simple_separators``ReadGets the simple separators.

Methods

SignatureDescription
__init__()

See Also