LowCodeHtmlSaveOptions class

LowCodeHtmlSaveOptions class

Options for saving html in low code way.

Inheritance: LowCodeHtmlSaveOptionsLowCodeSaveOptions

The LowCodeHtmlSaveOptions type exposes the following members:

Constructors

ConstructorDescription
__init__(self)Constructs a new instance of LowCodeHtmlSaveOptions

Properties

PropertyDescription
output_fileGets and sets the file(with path if needed) for saving the generated data.
When setting this property with value other than null or empty string, LowCodeSaveOptions.output_stream will be ignored.
output_streamGets and sets the Stream for writing the generated data to.
When setting this property with value other than null, LowCodeSaveOptions.output_file will be ignored.
save_formatGets and sets the format of spreadsheet.
html_optionsThe general options for saving html.

See Also