TsvLoadOptions class

TsvLoadOptions class

Represents options for loading TSV documents.

The TsvLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of TsvLoadOptions.

Methods

Method Description
clone Clones current instance. (inherited from SpreadsheetLoadOptions)
equals Determines whether two object instances are equal. (inherited from ValueObject)
equals_object (inherited from ValueObject)
equals_value_object (inherited from ValueObject)
get_hash_code Serves as the default hash function. (inherited from ValueObject)

Properties

Property Description
clear_built_in_document_properties The property removes built-in metadata properties from the document.
clear_custom_document_properties The property that removes custom metadata properties from the document.
convert_owned The option to control whether the owned documents in the documents container must be converted.
convert_owner The option to control whether the document’s container itself must be converted; if true, the container will be the first converted document.
default_font The font to be used if a font is missing.
depth The option to control how many levels in depth to perform conversion.
font_substitutes The font substitutes.
format The input document file type.
margin_settings The page margin settings.
size_settings The page size settings.
skip_external_resources The property determines whether external resources are loaded; if True, all external resources will not be loaded except those in IResourceLoadingOptions.whitelisted_resources list. Default: True.
whitelisted_resources The external resources that will always be loaded.
all_columns_in_one_page_per_sheet The property determines whether all column content of a sheet is rendered on a single page in the result. (inherited from SpreadsheetLoadOptions)
auto_fit_rows The rows are autofitted when converting. (inherited from SpreadsheetLoadOptions)
check_excel_restriction The property determines whether Excel file restrictions are checked when modifying cell-related objects. (inherited from SpreadsheetLoadOptions)
columns_per_page The number of columns per page used to split a worksheet into pages; default is 0, which disables pagination. (inherited from SpreadsheetLoadOptions)
convert_range The range to convert when converting to a non‑spreadsheet format, e.g. “D1:F8”. (inherited from SpreadsheetLoadOptions)
culture_info The system culture info used when the file is loaded. (inherited from SpreadsheetLoadOptions)
ignore_formula_calculation_errors The property indicates whether to ignore formula calculation errors. The error may be unsupported function, external links, etc. Default is False. (inherited from SpreadsheetLoadOptions)
one_page_per_sheet The property indicates whether the content of each sheet is converted to a single page in the PDF document. Default value is True. (inherited from SpreadsheetLoadOptions)
optimize_pdf_size The conversion is optimized for smaller file size rather than print quality when set to True while converting to PDF. (inherited from SpreadsheetLoadOptions)
password The password used to unprotect a protected document. (inherited from SpreadsheetLoadOptions)
preserve_document_structure The flag indicating whether the document structure should be preserved when converting to PDF (default is False). (inherited from SpreadsheetLoadOptions)
print_comments The way comments are printed with the sheet. Default is PrintNoComments. (inherited from SpreadsheetLoadOptions)
reset_font_folders The font folders are reset before loading the document. (inherited from SpreadsheetLoadOptions)
rows_per_page The number of rows per page used to split a worksheet into pages, with a default of 0 meaning no pagination. (inherited from SpreadsheetLoadOptions)
sheet_indexes The list of sheet indexes to convert. (inherited from SpreadsheetLoadOptions)
sheets The sheet name to convert. (inherited from SpreadsheetLoadOptions)
show_grid_lines The option to show grid lines when converting Excel files. (inherited from SpreadsheetLoadOptions)
show_hidden_sheets The option to show hidden sheets when converting Excel files. (inherited from SpreadsheetLoadOptions)
skip_empty_rows_and_columns The setting that skips empty rows and columns when converting. (inherited from SpreadsheetLoadOptions)
skip_footers The property determines whether footers are skipped when converting spreadsheet documents. Default: False. (inherited from SpreadsheetLoadOptions)
skip_headers The option to skip headers when converting spreadsheet documents. Default: False. (inherited from SpreadsheetLoadOptions)

See Also