AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
lib/AsposeCellsCloud/Object/WorkbookSettings.pm view on Meta::CPAN
read_only => '',
},
'calculation_id' => {
datatype => 'string',
base_name => 'CalculationId',
description => 'Specifies the version of the calculation engine used to calculate values in the workbook. ',
format => '',
read_only => '',
},
'check_comptiliblity' => {
datatype => 'boolean',
base_name => 'CheckComptiliblity',
description => 'Indicates whether check comptiliblity when saving workbook. Remarks: The default value is true. ',
format => '',
read_only => '',
},
'check_excel_restriction' => {
datatype => 'boolean',
base_name => 'CheckExcelRestriction',
description => 'Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Ce...
format => '',
read_only => '',
},
'crash_save' => {
datatype => 'boolean',
base_name => 'CrashSave',
description => 'indicates whether the application last saved the workbook file after a crash. ',
format => '',
read_only => '',
},
'create_calc_chain' => {
datatype => 'boolean',
base_name => 'CreateCalcChain',
description => 'Whether creates calculated formulas chain. Default is false. ',
format => '',
read_only => '',
},
'data_extract_load' => {
datatype => 'boolean',
base_name => 'DataExtractLoad',
description => 'indicates whether the application last opened the workbook for data recovery. ',
format => '',
read_only => '',
},
'date1904' => {
datatype => 'boolean',
base_name => 'Date1904',
description => 'Gets or sets a value which represents if the workbook uses the 1904 date system. ',
format => '',
read_only => '',
},
'display_drawing_objects' => {
datatype => 'string',
base_name => 'DisplayDrawingObjects',
description => 'Indicates whether and how to show objects in the workbook. ',
format => '',
read_only => '',
},
'enable_macros' => {
datatype => 'boolean',
base_name => 'EnableMacros',
description => 'Enable macros; ',
format => '',
read_only => '',
},
'first_visible_tab' => {
datatype => 'int',
base_name => 'FirstVisibleTab',
description => 'Gets or sets the first visible worksheet tab. ',
format => '',
read_only => '',
},
'hide_pivot_field_list' => {
datatype => 'boolean',
base_name => 'HidePivotFieldList',
description => 'Gets and sets whether hide the field list for the PivotTable. ',
format => '',
read_only => '',
},
'is_default_encrypted' => {
datatype => 'boolean',
base_name => 'IsDefaultEncrypted',
description => 'Indicates whether encrypting the workbook with default password if Structure and Windows of the workbook are locked. ',
format => '',
read_only => '',
},
'is_hidden' => {
datatype => 'boolean',
base_name => 'IsHidden',
description => 'Indicates whether this workbook is hidden. ',
format => '',
read_only => '',
},
'is_h_scroll_bar_visible' => {
datatype => 'boolean',
base_name => 'IsHScrollBarVisible',
description => 'Gets or sets a value indicating whether the generated spreadsheet will contain a horizontal scroll bar. ',
format => '',
read_only => '',
},
'is_minimized' => {
datatype => 'boolean',
base_name => 'IsMinimized',
description => 'Represents whether the generated spreadsheet will be opened Minimized. ',
format => '',
read_only => '',
},
'is_v_scroll_bar_visible' => {
datatype => 'boolean',
base_name => 'IsVScrollBarVisible',
description => 'Gets or sets a value indicating whether the generated spreadsheet will contain a vertical scroll bar. ',
format => '',
read_only => '',
},
'iteration' => {
datatype => 'boolean',
base_name => 'Iteration',
description => 'Indicates whether enable iterative calculation to resolve circular references. ',
format => '',
read_only => '',
},
lib/AsposeCellsCloud/Object/WorkbookSettings.pm view on Meta::CPAN
'is_h_scroll_bar_visible' => 'boolean',
'is_minimized' => 'boolean',
'is_v_scroll_bar_visible' => 'boolean',
'iteration' => 'boolean',
'language_code' => 'string',
'max_change' => 'double',
'max_iteration' => 'int',
'memory_setting' => 'string',
'number_decimal_separator' => 'string',
'number_group_separator' => 'string',
'parsing_formula_on_open' => 'boolean',
'precision_as_displayed' => 'boolean',
'recalculate_before_save' => 'boolean',
're_calculate_on_open' => 'boolean',
'recommend_read_only' => 'boolean',
'region' => 'string',
'remove_personal_information' => 'boolean',
'repair_load' => 'boolean',
'shared' => 'boolean',
'sheet_tab_bar_width' => 'int',
'show_tabs' => 'boolean',
'update_adjacent_cells_border' => 'boolean',
'update_links_type' => 'string',
'window_height' => 'double',
'window_left' => 'double',
'window_top' => 'double',
'window_width' => 'double',
'author' => 'string',
'check_custom_number_format' => 'boolean',
'protection_type' => 'string',
'globalization_settings' => 'GlobalizationSettings',
'password' => 'string',
'write_protection' => 'WriteProtection',
'is_encrypted' => 'boolean',
'is_protected' => 'boolean',
'max_row' => 'int',
'max_column' => 'int',
'significant_digits' => 'int',
'check_compatibility' => 'boolean',
'paper_size' => 'string',
'max_rows_of_shared_formula' => 'int',
'compliance' => 'string',
'quote_prefix_to_style' => 'boolean',
'formula_settings' => 'FormulaSettings',
'force_full_calculate' => 'boolean'
} );
__PACKAGE__->attribute_map( {
'auto_compress_pictures' => 'AutoCompressPictures',
'auto_recover' => 'AutoRecover',
'build_version' => 'BuildVersion',
'calc_mode' => 'CalcMode',
'calculation_id' => 'CalculationId',
'check_comptiliblity' => 'CheckComptiliblity',
'check_excel_restriction' => 'CheckExcelRestriction',
'crash_save' => 'CrashSave',
'create_calc_chain' => 'CreateCalcChain',
'data_extract_load' => 'DataExtractLoad',
'date1904' => 'Date1904',
'display_drawing_objects' => 'DisplayDrawingObjects',
'enable_macros' => 'EnableMacros',
'first_visible_tab' => 'FirstVisibleTab',
'hide_pivot_field_list' => 'HidePivotFieldList',
'is_default_encrypted' => 'IsDefaultEncrypted',
'is_hidden' => 'IsHidden',
'is_h_scroll_bar_visible' => 'IsHScrollBarVisible',
'is_minimized' => 'IsMinimized',
'is_v_scroll_bar_visible' => 'IsVScrollBarVisible',
'iteration' => 'Iteration',
'language_code' => 'LanguageCode',
'max_change' => 'MaxChange',
'max_iteration' => 'MaxIteration',
'memory_setting' => 'MemorySetting',
'number_decimal_separator' => 'NumberDecimalSeparator',
'number_group_separator' => 'NumberGroupSeparator',
'parsing_formula_on_open' => 'ParsingFormulaOnOpen',
'precision_as_displayed' => 'PrecisionAsDisplayed',
'recalculate_before_save' => 'RecalculateBeforeSave',
're_calculate_on_open' => 'ReCalculateOnOpen',
'recommend_read_only' => 'RecommendReadOnly',
'region' => 'Region',
'remove_personal_information' => 'RemovePersonalInformation',
'repair_load' => 'RepairLoad',
'shared' => 'Shared',
'sheet_tab_bar_width' => 'SheetTabBarWidth',
'show_tabs' => 'ShowTabs',
'update_adjacent_cells_border' => 'UpdateAdjacentCellsBorder',
'update_links_type' => 'UpdateLinksType',
'window_height' => 'WindowHeight',
'window_left' => 'WindowLeft',
'window_top' => 'WindowTop',
'window_width' => 'WindowWidth',
'author' => 'Author',
'check_custom_number_format' => 'CheckCustomNumberFormat',
'protection_type' => 'ProtectionType',
'globalization_settings' => 'GlobalizationSettings',
'password' => 'Password',
'write_protection' => 'WriteProtection',
'is_encrypted' => 'IsEncrypted',
'is_protected' => 'IsProtected',
'max_row' => 'MaxRow',
'max_column' => 'MaxColumn',
'significant_digits' => 'SignificantDigits',
'check_compatibility' => 'CheckCompatibility',
'paper_size' => 'PaperSize',
'max_rows_of_shared_formula' => 'MaxRowsOfSharedFormula',
'compliance' => 'Compliance',
'quote_prefix_to_style' => 'QuotePrefixToStyle',
'formula_settings' => 'FormulaSettings',
'force_full_calculate' => 'ForceFullCalculate'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 0.817 second using v1.01-cache-2.11-cpan-97f6503c9c8 )