From 5b7e2539c0a7571198bc0d805e8c065086ba718e Mon Sep 17 00:00:00 2001 From: "roy.wang" Date: Sat, 25 Jan 2025 14:16:37 +0800 Subject: [PATCH] Add split text api and optimize pivot table filter. --- .../Example_PutWorksheetPivotTableFilter.py | 2 +- HistoryVersion.md | 7 + LICENSE | 2 +- README.md | 9 +- asposecellscloud/__init__.py | 4 +- asposecellscloud/api_client.py | 4 +- asposecellscloud/apis/cells_api.py | 77 +++-- asposecellscloud/configuration.py | 4 +- asposecellscloud/models/__init__.py | 3 +- asposecellscloud/models/above_average.py | 2 +- .../models/abstract_calculation_engine.py | 2 +- .../models/abstract_calculation_monitor.py | 2 +- .../models/access_token_response.py | 2 +- asposecellscloud/models/add_text_options.py | 2 +- .../models/analyze_excel_request.py | 2 +- .../models/analyzed_column_description.py | 2 +- asposecellscloud/models/analyzed_result.py | 2 +- .../models/analyzed_table_description.py | 2 +- asposecellscloud/models/applied_operate.py | 2 +- asposecellscloud/models/applied_step.py | 2 +- asposecellscloud/models/arc_shape.py | 2 +- asposecellscloud/models/arc_shape_response.py | 2 +- asposecellscloud/models/area.py | 2 +- asposecellscloud/models/auto_filter.py | 2 +- .../models/auto_filter_response.py | 2 +- .../models/auto_fitter_options.py | 2 +- asposecellscloud/models/auto_shape.py | 2 +- .../models/auto_shape_response.py | 2 +- asposecellscloud/models/auto_shapes.py | 2 +- .../models/auto_shapes_response.py | 2 +- asposecellscloud/models/axis.py | 2 +- asposecellscloud/models/axis_response.py | 2 +- .../models/base_operate_options.py | 2 +- .../models/batch_convert_request.py | 2 +- asposecellscloud/models/batch_lock_request.py | 2 +- .../models/batch_protect_request.py | 2 +- .../models/batch_split_request.py | 2 +- asposecellscloud/models/border.py | 2 +- asposecellscloud/models/border_response.py | 2 +- asposecellscloud/models/button.py | 2 +- asposecellscloud/models/button_response.py | 2 +- .../models/calculate_formula_response.py | 2 +- .../models/calculation_options.py | 2 +- asposecellscloud/models/cell.py | 2 +- asposecellscloud/models/cell_area.py | 2 +- asposecellscloud/models/cell_response.py | 2 +- asposecellscloud/models/cell_value.py | 2 +- asposecellscloud/models/cells.py | 2 +- .../models/cells_cloud_file_info.py | 2 +- .../models/cells_cloud_file_info_response.py | 2 +- .../models/cells_cloud_response.py | 2 +- asposecellscloud/models/cells_color.py | 2 +- .../models/cells_document_properties.py | 2 +- .../cells_document_properties_response.py | 2 +- .../models/cells_document_property.py | 2 +- .../cells_document_property_response.py | 2 +- asposecellscloud/models/cells_drawing.py | 2 +- .../models/cells_drawing_response.py | 2 +- .../cells_object_operate_task_parameter.py | 2 +- asposecellscloud/models/cells_response.py | 2 +- asposecellscloud/models/chart.py | 2 +- asposecellscloud/models/chart_area.py | 2 +- .../models/chart_area_response.py | 2 +- asposecellscloud/models/chart_data_table.py | 2 +- .../models/chart_data_table_response.py | 2 +- asposecellscloud/models/chart_frame.py | 2 +- .../models/chart_globalization_settings.py | 2 +- .../models/chart_operate_parameter.py | 2 +- asposecellscloud/models/chart_point.py | 2 +- .../models/chart_point_response.py | 2 +- asposecellscloud/models/chart_points.py | 2 +- .../models/chart_points_response.py | 2 +- asposecellscloud/models/chart_response.py | 2 +- asposecellscloud/models/chart_shape.py | 2 +- asposecellscloud/models/charts.py | 2 +- asposecellscloud/models/charts_response.py | 2 +- asposecellscloud/models/check_box.py | 2 +- asposecellscloud/models/check_box_response.py | 2 +- asposecellscloud/models/color.py | 2 +- asposecellscloud/models/color_filter.py | 2 +- .../models/color_filter_request.py | 2 +- asposecellscloud/models/color_scale.py | 2 +- asposecellscloud/models/column.py | 2 +- asposecellscloud/models/column_response.py | 2 +- asposecellscloud/models/columns.py | 2 +- asposecellscloud/models/columns_response.py | 2 +- asposecellscloud/models/combo_box.py | 2 +- asposecellscloud/models/combo_box_response.py | 2 +- asposecellscloud/models/comment.py | 2 +- asposecellscloud/models/comment_response.py | 2 +- asposecellscloud/models/comment_shape.py | 2 +- .../models/comment_shape_response.py | 2 +- asposecellscloud/models/comments.py | 2 +- asposecellscloud/models/comments_response.py | 2 +- .../models/conditional_formatting.py | 2 +- .../models/conditional_formatting_icon.py | 2 +- .../models/conditional_formatting_response.py | 2 +- .../models/conditional_formatting_value.py | 2 +- .../models/conditional_formattings.py | 2 +- .../conditional_formattings_response.py | 2 +- asposecellscloud/models/convert_parameter.py | 2 +- .../models/convert_task_parameter.py | 2 +- .../models/convert_text_options.py | 2 +- .../convert_worksheet_task_parameter.py | 2 +- asposecellscloud/models/copy_options.py | 2 +- .../models/create_pivot_table_request.py | 2 +- .../models/criteria_multiple_filter.py | 2 +- asposecellscloud/models/custom_filter.py | 2 +- .../models/custom_parser_config.py | 2 +- asposecellscloud/models/data_bar.py | 2 +- asposecellscloud/models/data_bar_border.py | 2 +- asposecellscloud/models/data_cleansing.py | 2 +- .../models/data_cleansing_request.py | 2 +- .../models/data_column_fill_value.py | 2 +- .../models/data_deduplication_request.py | 2 +- asposecellscloud/models/data_fill.py | 2 +- asposecellscloud/models/data_fill_request.py | 2 +- asposecellscloud/models/data_fill_value.py | 2 +- asposecellscloud/models/data_item.py | 2 +- asposecellscloud/models/data_labels.py | 2 +- .../models/data_labels_response.py | 2 +- asposecellscloud/models/data_query.py | 2 +- asposecellscloud/models/data_sorter.py | 2 +- asposecellscloud/models/data_sorter_key.py | 2 +- asposecellscloud/models/data_source.py | 2 +- .../models/data_transformation_request.py | 2 +- .../models/date_time_group_item.py | 2 +- .../models/deduplication_region.py | 2 +- .../models/delete_incomplete_rows_request.py | 2 +- asposecellscloud/models/dif_save_options.py | 2 +- asposecellscloud/models/digital_signature.py | 2 +- asposecellscloud/models/disc_usage.py | 2 +- asposecellscloud/models/discover_chart.py | 2 +- .../models/discover_pivot_table.py | 2 +- asposecellscloud/models/display_unit_label.py | 2 +- .../models/display_unit_label_response.py | 2 +- asposecellscloud/models/docx_save_options.py | 2 +- asposecellscloud/models/drop_bars.py | 2 +- asposecellscloud/models/drop_bars_response.py | 2 +- asposecellscloud/models/dynamic_filter.py | 2 +- asposecellscloud/models/error.py | 2 +- asposecellscloud/models/error_bar.py | 2 +- asposecellscloud/models/error_bar_response.py | 2 +- asposecellscloud/models/error_details.py | 2 +- .../models/excel_data_statistics.py | 2 +- .../models/extract_text_options.py | 2 +- asposecellscloud/models/file_info.py | 2 +- asposecellscloud/models/file_source.py | 2 +- asposecellscloud/models/file_version.py | 2 +- asposecellscloud/models/file_versions.py | 2 +- asposecellscloud/models/files_list.py | 2 +- asposecellscloud/models/files_result.py | 2 +- .../models/files_upload_result.py | 2 +- asposecellscloud/models/fill_format.py | 2 +- .../models/fill_format_response.py | 2 +- asposecellscloud/models/filter_column.py | 2 +- asposecellscloud/models/find_response.py | 2 +- asposecellscloud/models/floor.py | 2 +- asposecellscloud/models/floor_response.py | 2 +- asposecellscloud/models/font.py | 2 +- asposecellscloud/models/font_setting.py | 2 +- asposecellscloud/models/form.py | 2 +- asposecellscloud/models/form_response.py | 2 +- asposecellscloud/models/format_condition.py | 2 +- asposecellscloud/models/forms.py | 2 +- asposecellscloud/models/forms_response.py | 2 +- .../models/formula_format_condition.py | 2 +- asposecellscloud/models/formula_settings.py | 2 +- .../models/globalization_settings.py | 2 +- .../models/google_drive_storage_file.py | 2 +- asposecellscloud/models/gradient_fill.py | 2 +- asposecellscloud/models/gradient_fill_stop.py | 2 +- asposecellscloud/models/group_box.py | 2 +- asposecellscloud/models/group_box_response.py | 2 +- asposecellscloud/models/group_shape.py | 2 +- .../models/horizontal_page_break.py | 2 +- .../models/horizontal_page_break_response.py | 2 +- .../models/horizontal_page_breaks.py | 2 +- .../models/horizontal_page_breaks_response.py | 2 +- asposecellscloud/models/html_save_options.py | 2 +- asposecellscloud/models/hyperlink.py | 2 +- asposecellscloud/models/hyperlink_response.py | 2 +- asposecellscloud/models/hyperlinks.py | 2 +- .../models/hyperlinks_response.py | 2 +- asposecellscloud/models/icon_filter.py | 2 +- asposecellscloud/models/icon_set.py | 2 +- .../models/image_or_print_options.py | 2 +- asposecellscloud/models/image_save_options.py | 2 +- .../import2_dimension_double_array_option.py | 2 +- .../import2_dimension_int_array_option.py | 2 +- .../import2_dimension_string_array_option.py | 2 +- .../models/import_batch_data_option.py | 2 +- .../models/import_csv_data_option.py | 2 +- .../models/import_data_task_parameter.py | 2 +- .../models/import_double_array_option.py | 2 +- .../models/import_int_array_option.py | 2 +- .../models/import_json_request.py | 2 +- asposecellscloud/models/import_option.py | 2 +- .../models/import_picture_option.py | 2 +- asposecellscloud/models/import_position.py | 2 +- .../models/import_string_array_option.py | 2 +- asposecellscloud/models/import_xml_request.py | 2 +- asposecellscloud/models/json_save_options.py | 2 +- asposecellscloud/models/label.py | 2 +- asposecellscloud/models/label_response.py | 2 +- asposecellscloud/models/legend.py | 2 +- asposecellscloud/models/legend_entries.py | 2 +- .../models/legend_entries_response.py | 2 +- asposecellscloud/models/legend_entry.py | 2 +- .../models/legend_entry_response.py | 2 +- asposecellscloud/models/legend_response.py | 2 +- asposecellscloud/models/line.py | 2 +- asposecellscloud/models/line_format.py | 2 +- asposecellscloud/models/line_response.py | 2 +- asposecellscloud/models/line_shape.py | 2 +- .../models/line_shape_response.py | 2 +- asposecellscloud/models/link.py | 2 +- asposecellscloud/models/link_element.py | 2 +- asposecellscloud/models/list_box.py | 2 +- asposecellscloud/models/list_box_response.py | 2 +- asposecellscloud/models/list_column.py | 2 +- asposecellscloud/models/list_object.py | 2 +- .../models/list_object_operate_parameter.py | 2 +- .../models/list_object_response.py | 2 +- asposecellscloud/models/list_objects.py | 2 +- .../models/list_objects_response.py | 2 +- asposecellscloud/models/load_data.py | 2 +- asposecellscloud/models/load_options.py | 2 +- asposecellscloud/models/load_to.py | 2 +- .../models/m_html_save_options.py | 2 +- .../models/markdown_save_options.py | 2 +- asposecellscloud/models/marker.py | 2 +- .../models/match_condition_request.py | 2 +- asposecellscloud/models/merge_queries.py | 2 +- asposecellscloud/models/merged_cell.py | 2 +- .../models/merged_cell_response.py | 2 +- asposecellscloud/models/merged_cells.py | 2 +- .../models/merged_cells_response.py | 2 +- asposecellscloud/models/multiple_filter.py | 2 +- asposecellscloud/models/multiple_filters.py | 2 +- asposecellscloud/models/name.py | 2 +- asposecellscloud/models/name_response.py | 2 +- asposecellscloud/models/names.py | 2 +- asposecellscloud/models/names_response.py | 2 +- .../models/negative_bar_format.py | 2 +- asposecellscloud/models/object_exist.py | 2 +- .../models/object_exists_extensions.py | 2 +- asposecellscloud/models/ods_save_options.py | 2 +- asposecellscloud/models/ole_object.py | 2 +- .../models/ole_object_response.py | 2 +- asposecellscloud/models/ole_objects.py | 2 +- .../models/ole_objects_response.py | 2 +- asposecellscloud/models/ooxml_save_options.py | 2 +- asposecellscloud/models/operate_object.py | 2 +- .../models/operate_object_position.py | 2 +- asposecellscloud/models/operate_parameter.py | 2 +- asposecellscloud/models/oval.py | 2 +- asposecellscloud/models/oval_response.py | 2 +- .../models/page_break_operate_parameter.py | 2 +- asposecellscloud/models/page_section.py | 2 +- .../models/page_sections_response.py | 2 +- asposecellscloud/models/page_setup.py | 2 +- .../models/page_setup_operate_parameter.py | 2 +- .../models/page_setup_response.py | 2 +- .../models/paginated_save_options.py | 2 +- asposecellscloud/models/password_request.py | 2 +- asposecellscloud/models/paste_options.py | 2 +- asposecellscloud/models/pattern_fill.py | 2 +- asposecellscloud/models/pdf_save_options.py | 2 +- .../models/pdf_security_options.py | 2 +- asposecellscloud/models/pic_format_option.py | 2 +- asposecellscloud/models/picture.py | 2 +- asposecellscloud/models/picture_response.py | 2 +- asposecellscloud/models/pictures.py | 2 +- asposecellscloud/models/pictures_response.py | 2 +- asposecellscloud/models/pivot_column.py | 2 +- asposecellscloud/models/pivot_field.py | 2 +- .../models/pivot_field_response.py | 2 +- asposecellscloud/models/pivot_filter.py | 2 +- .../models/pivot_filter_response.py | 2 +- .../models/pivot_filters_response.py | 2 +- .../models/pivot_globalization_settings.py | 2 +- asposecellscloud/models/pivot_item.py | 2 +- asposecellscloud/models/pivot_table.py | 2 +- .../models/pivot_table_field_request.py | 2 +- .../models/pivot_table_operate_parameter.py | 2 +- .../models/pivot_table_response.py | 2 +- asposecellscloud/models/pivot_tables.py | 2 +- .../models/pivot_tables_response.py | 2 +- asposecellscloud/models/plot_area.py | 2 +- asposecellscloud/models/plot_area_response.py | 2 +- asposecellscloud/models/pptx_save_options.py | 2 +- .../models/protect_sheet_parameter.py | 2 +- .../models/protect_workbook_request.py | 2 +- asposecellscloud/models/protection.py | 2 +- asposecellscloud/models/radio_button.py | 2 +- .../models/radio_button_response.py | 2 +- asposecellscloud/models/range.py | 2 +- asposecellscloud/models/range_copy_request.py | 2 +- asposecellscloud/models/range_response.py | 2 +- .../range_set_outline_border_request.py | 2 +- .../models/range_set_style_request.py | 2 +- asposecellscloud/models/range_sort_request.py | 2 +- .../models/range_value_response.py | 2 +- asposecellscloud/models/ranges.py | 2 +- asposecellscloud/models/ranges_response.py | 2 +- asposecellscloud/models/rectangle_shape.py | 2 +- .../models/rectangle_shape_response.py | 2 +- .../models/remove_characters_by_character.py | 2 +- .../models/remove_characters_by_position.py | 2 +- .../models/remove_characters_options.py | 2 +- .../models/remove_duplicates_options.py | 2 +- asposecellscloud/models/rendering_font.py | 2 +- .../models/rendering_watermark.py | 2 +- asposecellscloud/models/result_destination.py | 2 +- asposecellscloud/models/row.py | 2 +- asposecellscloud/models/row_response.py | 2 +- asposecellscloud/models/rows.py | 2 +- asposecellscloud/models/rows_response.py | 2 +- .../models/save_files_to_cloud_result.py | 2 +- .../save_files_to_cloud_result_response.py | 2 +- asposecellscloud/models/save_options.py | 2 +- asposecellscloud/models/save_response.py | 2 +- asposecellscloud/models/save_result.py | 2 +- .../models/save_result_task_parameter.py | 2 +- asposecellscloud/models/scope_item.py | 2 +- asposecellscloud/models/scope_options.py | 2 +- asposecellscloud/models/scroll_bar.py | 2 +- .../models/scroll_bar_response.py | 2 +- asposecellscloud/models/series.py | 2 +- asposecellscloud/models/series_items.py | 2 +- asposecellscloud/models/series_response.py | 2 +- asposecellscloud/models/serieses_response.py | 2 +- asposecellscloud/models/shadow_effect.py | 2 +- asposecellscloud/models/shape.py | 2 +- .../models/shape_operate_parameter.py | 2 +- asposecellscloud/models/shape_response.py | 2 +- asposecellscloud/models/shapes.py | 2 +- asposecellscloud/models/shapes_response.py | 2 +- asposecellscloud/models/single_value.py | 2 +- .../models/single_value_response.py | 2 +- .../models/smart_marker_task_parameter.py | 2 +- asposecellscloud/models/solid_fill.py | 2 +- asposecellscloud/models/sort_key.py | 2 +- asposecellscloud/models/sparkline.py | 2 +- asposecellscloud/models/sparkline_group.py | 2 +- .../models/sparkline_group_response.py | 2 +- asposecellscloud/models/sparkline_groups.py | 2 +- .../models/sparkline_groups_response.py | 2 +- asposecellscloud/models/spinner.py | 2 +- asposecellscloud/models/spinner_response.py | 2 +- asposecellscloud/models/split_result.py | 2 +- .../models/split_result_response.py | 2 +- asposecellscloud/models/split_text_options.py | 289 ++++++++++++++++++ .../models/split_workbook_task_parameter.py | 2 +- .../spreadsheet_m_l2003_save_options.py | 2 +- .../models/sql_script_save_options.py | 2 +- asposecellscloud/models/storage_exist.py | 2 +- asposecellscloud/models/storage_file.py | 2 +- asposecellscloud/models/style.py | 2 +- .../models/style_format_condition.py | 2 +- asposecellscloud/models/style_response.py | 2 +- asposecellscloud/models/styles.py | 2 +- asposecellscloud/models/svg_save_options.py | 2 +- .../models/table_total_request.py | 2 +- asposecellscloud/models/task_data.py | 2 +- asposecellscloud/models/task_description.py | 2 +- asposecellscloud/models/task_parameter.py | 2 +- .../models/task_result_parameter.py | 2 +- asposecellscloud/models/task_run_result.py | 2 +- .../models/task_run_result_response.py | 2 +- asposecellscloud/models/text_box.py | 2 +- asposecellscloud/models/text_box_response.py | 2 +- .../models/text_format_condition.py | 2 +- asposecellscloud/models/text_item.py | 2 +- asposecellscloud/models/text_item_response.py | 2 +- asposecellscloud/models/text_items.py | 2 +- .../models/text_items_response.py | 2 +- asposecellscloud/models/text_options.py | 2 +- .../models/text_water_marker_request.py | 2 +- asposecellscloud/models/texture_fill.py | 2 +- asposecellscloud/models/theme_color.py | 2 +- asposecellscloud/models/tick_labels.py | 2 +- .../models/tick_labels_response.py | 2 +- asposecellscloud/models/tile_pic_option.py | 2 +- .../models/time_period_format_condition.py | 2 +- asposecellscloud/models/title.py | 2 +- asposecellscloud/models/title_response.py | 2 +- asposecellscloud/models/top10.py | 2 +- asposecellscloud/models/top10_filter.py | 2 +- asposecellscloud/models/trendline.py | 2 +- asposecellscloud/models/trendline_response.py | 2 +- asposecellscloud/models/trendlines.py | 2 +- .../models/trendlines_response.py | 2 +- .../models/trim_content_options.py | 2 +- asposecellscloud/models/txt_save_options.py | 2 +- asposecellscloud/models/unpivot_column.py | 2 +- asposecellscloud/models/validation.py | 2 +- .../models/validation_response.py | 2 +- asposecellscloud/models/validations.py | 2 +- .../models/validations_response.py | 2 +- .../models/vertical_page_break.py | 2 +- .../models/vertical_page_break_response.py | 2 +- .../models/vertical_page_breaks.py | 2 +- .../models/vertical_page_breaks_response.py | 2 +- asposecellscloud/models/walls.py | 2 +- asposecellscloud/models/walls_response.py | 2 +- asposecellscloud/models/word_case_options.py | 2 +- asposecellscloud/models/workbook.py | 2 +- .../models/workbook_encryption_request.py | 2 +- .../models/workbook_operate_parameter.py | 2 +- .../models/workbook_protection_request.py | 2 +- .../models/workbook_replace_response.py | 2 +- asposecellscloud/models/workbook_response.py | 2 +- asposecellscloud/models/workbook_settings.py | 2 +- .../workbook_settings_operate_parameter.py | 2 +- .../models/workbook_settings_response.py | 2 +- asposecellscloud/models/workbooks_response.py | 2 +- asposecellscloud/models/worksheet.py | 2 +- .../models/worksheet_data_statistics.py | 2 +- .../models/worksheet_moving_request.py | 2 +- .../models/worksheet_operate_parameter.py | 2 +- .../models/worksheet_replace_response.py | 2 +- asposecellscloud/models/worksheet_response.py | 2 +- asposecellscloud/models/worksheets.py | 2 +- .../models/worksheets_response.py | 2 +- asposecellscloud/models/write_protection.py | 2 +- asposecellscloud/models/xls_save_options.py | 2 +- asposecellscloud/models/xlsb_save_options.py | 2 +- asposecellscloud/models/xml_data_binding.py | 2 +- asposecellscloud/models/xml_map.py | 2 +- asposecellscloud/models/xps_save_options.py | 2 +- asposecellscloud/requests/__init__.py | 3 +- .../requests/copy_file_request.py | 2 +- .../requests/copy_folder_request.py | 2 +- .../requests/create_folder_request.py | 2 +- .../delete_decrypt_workbook_request.py | 2 +- .../delete_document_properties_request.py | 2 +- .../delete_document_property_request.py | 2 +- ...ocument_un_protect_from_changes_request.py | 2 +- .../requests/delete_file_request.py | 2 +- .../requests/delete_folder_request.py | 2 +- .../requests/delete_header_footer_request.py | 2 +- .../delete_horizontal_page_break_request.py | 2 +- .../delete_horizontal_page_breaks_request.py | 2 +- .../requests/delete_metadata_request.py | 2 +- .../delete_pivot_table_field_request.py | 2 +- .../delete_un_protect_workbook_request.py | 2 +- .../delete_unprotect_worksheet_request.py | 2 +- .../delete_vertical_page_break_request.py | 2 +- .../delete_vertical_page_breaks_request.py | 2 +- .../delete_workbook_background_request.py | 2 +- .../requests/delete_workbook_name_request.py | 2 +- .../requests/delete_workbook_names_request.py | 2 +- .../delete_worksheet_background_request.py | 2 +- .../delete_worksheet_cells_range_request.py | 2 +- .../delete_worksheet_chart_legend_request.py | 2 +- .../delete_worksheet_chart_request.py | 2 +- .../delete_worksheet_chart_title_request.py | 2 +- .../delete_worksheet_charts_request.py | 2 +- .../delete_worksheet_columns_request.py | 2 +- .../delete_worksheet_comment_request.py | 2 +- .../delete_worksheet_comments_request.py | 2 +- ...eet_conditional_formatting_area_request.py | 2 +- ...orksheet_conditional_formatting_request.py | 2 +- ...rksheet_conditional_formattings_request.py | 2 +- .../delete_worksheet_date_filter_request.py | 2 +- .../delete_worksheet_filter_request.py | 2 +- .../delete_worksheet_freeze_panes_request.py | 2 +- .../delete_worksheet_hyperlink_request.py | 2 +- .../delete_worksheet_hyperlinks_request.py | 2 +- .../delete_worksheet_list_object_request.py | 2 +- .../delete_worksheet_list_objects_request.py | 2 +- .../delete_worksheet_ole_object_request.py | 2 +- .../delete_worksheet_ole_objects_request.py | 2 +- .../delete_worksheet_picture_request.py | 2 +- .../delete_worksheet_pictures_request.py | 2 +- ...te_worksheet_pivot_table_filter_request.py | 2 +- ...e_worksheet_pivot_table_filters_request.py | 2 +- .../delete_worksheet_pivot_table_request.py | 2 +- .../delete_worksheet_pivot_tables_request.py | 2 +- .../requests/delete_worksheet_request.py | 2 +- .../requests/delete_worksheet_row_request.py | 2 +- .../requests/delete_worksheet_rows_request.py | 2 +- .../delete_worksheet_shape_request.py | 2 +- .../delete_worksheet_shapes_request.py | 2 +- ...elete_worksheet_sparkline_group_request.py | 2 +- ...lete_worksheet_sparkline_groups_request.py | 2 +- .../delete_worksheet_validation_request.py | 2 +- .../delete_worksheet_validations_request.py | 2 +- .../requests/delete_worksheets_request.py | 2 +- .../requests/download_file_request.py | 2 +- .../requests/get_cell_html_string_request.py | 2 +- .../get_cells_cloud_service_status_request.py | 2 +- ...lls_cloud_services_health_check_request.py | 2 +- .../requests/get_chart_area_border_request.py | 2 +- .../get_chart_area_fill_format_request.py | 2 +- .../requests/get_chart_area_request.py | 2 +- .../get_chart_category_axis_request.py | 2 +- .../get_chart_second_category_axis_request.py | 2 +- .../get_chart_second_value_axis_request.py | 2 +- .../requests/get_chart_series_axis_request.py | 2 +- .../requests/get_chart_value_axis_request.py | 2 +- .../requests/get_disc_usage_request.py | 2 +- .../get_document_properties_request.py | 2 +- .../requests/get_document_property_request.py | 2 +- .../requests/get_file_versions_request.py | 2 +- .../requests/get_files_list_request.py | 2 +- .../requests/get_footer_request.py | 2 +- .../requests/get_header_request.py | 2 +- .../get_horizontal_page_break_request.py | 2 +- .../get_horizontal_page_breaks_request.py | 2 +- .../requests/get_metadata_request.py | 2 +- .../requests/get_named_range_value_request.py | 2 +- .../requests/get_named_ranges_request.py | 2 +- .../requests/get_page_count_request.py | 2 +- .../requests/get_page_setup_request.py | 2 +- .../requests/get_pivot_table_field_request.py | 2 +- .../get_vertical_page_break_request.py | 2 +- .../get_vertical_page_breaks_request.py | 2 +- .../get_workbook_default_style_request.py | 2 +- .../requests/get_workbook_name_request.py | 2 +- .../get_workbook_name_value_request.py | 2 +- .../requests/get_workbook_names_request.py | 2 +- .../requests/get_workbook_request.py | 2 +- .../requests/get_workbook_settings_request.py | 2 +- .../get_workbook_text_items_request.py | 2 +- .../get_worksheet_auto_filter_request.py | 2 +- ...worksheet_autoshape_with_format_request.py | 2 +- .../get_worksheet_autoshapes_request.py | 2 +- ...get_worksheet_calculate_formula_request.py | 2 +- .../requests/get_worksheet_cell_request.py | 2 +- .../get_worksheet_cell_style_request.py | 2 +- ...get_worksheet_cells_range_value_request.py | 2 +- .../requests/get_worksheet_cells_request.py | 2 +- .../get_worksheet_chart_legend_request.py | 2 +- .../requests/get_worksheet_chart_request.py | 2 +- .../get_worksheet_chart_title_request.py | 2 +- .../requests/get_worksheet_charts_request.py | 2 +- .../requests/get_worksheet_column_request.py | 2 +- .../requests/get_worksheet_columns_request.py | 2 +- .../requests/get_worksheet_comment_request.py | 2 +- .../get_worksheet_comments_request.py | 2 +- ...orksheet_conditional_formatting_request.py | 2 +- ...rksheet_conditional_formattings_request.py | 2 +- .../get_worksheet_hyperlink_request.py | 2 +- .../get_worksheet_hyperlinks_request.py | 2 +- .../get_worksheet_list_object_request.py | 2 +- .../get_worksheet_list_objects_request.py | 2 +- .../get_worksheet_merged_cell_request.py | 2 +- .../get_worksheet_merged_cells_request.py | 2 +- .../get_worksheet_ole_object_request.py | 2 +- .../get_worksheet_ole_objects_request.py | 2 +- .../get_worksheet_page_count_request.py | 2 +- ...t_worksheet_picture_with_format_request.py | 2 +- .../get_worksheet_pictures_request.py | 2 +- ...et_worksheet_pivot_table_filter_request.py | 2 +- ...t_worksheet_pivot_table_filters_request.py | 2 +- .../get_worksheet_pivot_table_request.py | 2 +- .../get_worksheet_pivot_tables_request.py | 2 +- .../requests/get_worksheet_row_request.py | 2 +- .../requests/get_worksheet_rows_request.py | 2 +- .../requests/get_worksheet_shape_request.py | 2 +- .../requests/get_worksheet_shapes_request.py | 2 +- .../get_worksheet_sparkline_group_request.py | 2 +- .../get_worksheet_sparkline_groups_request.py | 2 +- .../get_worksheet_text_items_request.py | 2 +- .../get_worksheet_validation_request.py | 2 +- .../get_worksheet_validations_request.py | 2 +- .../get_worksheet_with_format_request.py | 2 +- .../requests/get_worksheets_request.py | 2 +- .../requests/move_file_request.py | 2 +- .../requests/move_folder_request.py | 2 +- .../requests/object_exists_request.py | 2 +- .../requests/post_access_token_request.py | 2 +- .../requests/post_add_text_content_request.py | 2 +- .../requests/post_analyze_excel_request.py | 2 +- .../requests/post_assemble_request.py | 2 +- .../post_autofit_workbook_columns_request.py | 2 +- .../post_autofit_workbook_rows_request.py | 2 +- .../post_autofit_worksheet_columns_request.py | 2 +- .../post_autofit_worksheet_row_request.py | 2 +- .../post_autofit_worksheet_rows_request.py | 2 +- .../requests/post_batch_convert_request.py | 2 +- .../requests/post_batch_lock_request.py | 2 +- .../requests/post_batch_protect_request.py | 2 +- .../requests/post_batch_split_request.py | 2 +- .../requests/post_batch_unlock_request.py | 2 +- .../requests/post_cell_calculate_request.py | 2 +- .../requests/post_cell_characters_request.py | 2 +- .../post_chart_category_axis_request.py | 2 +- ...post_chart_second_category_axis_request.py | 2 +- .../post_chart_second_value_axis_request.py | 2 +- .../post_chart_series_axis_request.py | 2 +- .../requests/post_chart_value_axis_request.py | 2 +- .../requests/post_clear_contents_request.py | 2 +- .../requests/post_clear_formats_request.py | 2 +- .../requests/post_clear_objects_request.py | 2 +- .../requests/post_column_style_request.py | 2 +- .../requests/post_compress_request.py | 2 +- .../requests/post_convert_text_request.py | 2 +- .../post_convert_workbook_to_csv_request.py | 2 +- .../post_convert_workbook_to_docx_request.py | 2 +- .../post_convert_workbook_to_html_request.py | 2 +- .../post_convert_workbook_to_json_request.py | 2 +- ...st_convert_workbook_to_markdown_request.py | 2 +- .../post_convert_workbook_to_pdf_request.py | 2 +- .../post_convert_workbook_to_png_request.py | 2 +- .../post_convert_workbook_to_pptx_request.py | 2 +- .../post_convert_workbook_to_sql_request.py | 2 +- .../post_copy_cell_into_cell_request.py | 2 +- .../post_copy_worksheet_columns_request.py | 2 +- .../requests/post_copy_worksheet_request.py | 2 +- .../post_copy_worksheet_rows_request.py | 2 +- .../requests/post_data_cleansing_request.py | 2 +- .../post_data_deduplication_request.py | 2 +- .../requests/post_data_fill_request.py | 2 +- .../post_data_transformation_request.py | 2 +- .../post_delete_incomplete_rows_request.py | 2 +- .../post_digital_signature_request.py | 2 +- .../requests/post_encrypt_workbook_request.py | 2 +- .../requests/post_export_request.py | 2 +- .../requests/post_extract_text_request.py | 2 +- .../post_fit_tall_to_pages_request.py | 2 +- .../post_fit_wide_to_pages_request.py | 2 +- .../requests/post_footer_request.py | 2 +- .../post_group_worksheet_columns_request.py | 2 +- .../post_group_worksheet_rows_request.py | 2 +- .../requests/post_header_request.py | 2 +- .../post_hide_worksheet_columns_request.py | 2 +- .../post_hide_worksheet_rows_request.py | 2 +- .../requests/post_import_data_request.py | 2 +- .../requests/post_import_request.py | 2 +- .../requests/post_lock_request.py | 2 +- .../requests/post_merge_request.py | 2 +- .../requests/post_metadata_request.py | 2 +- .../requests/post_move_worksheet_request.py | 2 +- .../requests/post_page_setup_request.py | 2 +- .../post_pivot_table_cell_style_request.py | 2 +- ...ost_pivot_table_field_hide_item_request.py | 2 +- .../post_pivot_table_field_move_to_request.py | 2 +- .../post_pivot_table_style_request.py | 2 +- ..._pivot_table_update_pivot_field_request.py | 2 +- ...pivot_table_update_pivot_fields_request.py | 2 +- .../requests/post_protect_request.py | 2 +- .../requests/post_protect_workbook_request.py | 2 +- .../post_remove_characters_request.py | 2 +- .../post_remove_duplicates_request.py | 2 +- .../requests/post_rename_worksheet_request.py | 2 +- .../requests/post_repair_request.py | 2 +- .../requests/post_replace_request.py | 2 +- .../requests/post_reverse_request.py | 2 +- .../requests/post_rotate_request.py | 2 +- .../requests/post_row_style_request.py | 2 +- .../requests/post_run_task_request.py | 2 +- .../requests/post_search_request.py | 2 +- .../post_set_cell_html_string_request.py | 2 +- .../post_set_cell_range_value_request.py | 2 +- ...post_set_worksheet_column_width_request.py | 2 +- .../requests/post_split_request.py | 2 +- .../requests/post_split_text_request.py | 88 ++++++ .../requests/post_trim_content_request.py | 2 +- .../post_ungroup_worksheet_columns_request.py | 2 +- .../post_ungroup_worksheet_rows_request.py | 2 +- .../post_unhide_worksheet_columns_request.py | 2 +- .../post_unhide_worksheet_rows_request.py | 2 +- .../requests/post_unlock_request.py | 2 +- .../requests/post_update_word_case_request.py | 2 +- ...ost_update_worksheet_cell_style_request.py | 2 +- ...ost_update_worksheet_ole_object_request.py | 2 +- .../post_update_worksheet_property_request.py | 2 +- ...st_update_worksheet_range_style_request.py | 2 +- .../post_update_worksheet_row_request.py | 2 +- .../post_update_worksheet_zoom_request.py | 2 +- .../requests/post_watermark_request.py | 2 +- ...post_workbook_calculate_formula_request.py | 2 +- .../post_workbook_data_cleansing_request.py | 2 +- ...ost_workbook_data_deduplication_request.py | 2 +- .../post_workbook_data_fill_request.py | 2 +- .../post_workbook_export_xml_request.py | 2 +- ...orkbook_get_smart_marker_result_request.py | 2 +- .../post_workbook_import_json_request.py | 2 +- .../post_workbook_import_xml_request.py | 2 +- .../requests/post_workbook_name_request.py | 2 +- .../requests/post_workbook_save_as_request.py | 2 +- .../post_workbook_settings_request.py | 2 +- .../requests/post_workbook_split_request.py | 2 +- .../post_workbook_text_replace_request.py | 2 +- .../requests/post_workbooks_merge_request.py | 2 +- .../post_workbooks_text_search_request.py | 2 +- ...t_worksheet_auto_filter_refresh_request.py | 2 +- ...ost_worksheet_calculate_formula_request.py | 2 +- .../post_worksheet_cell_set_value_request.py | 2 +- ...ksheet_cells_range_column_width_request.py | 2 +- ...ost_worksheet_cells_range_merge_request.py | 2 +- ...t_worksheet_cells_range_move_to_request.py | 2 +- ...heet_cells_range_outline_border_request.py | 2 +- ...orksheet_cells_range_row_height_request.py | 2 +- ...post_worksheet_cells_range_sort_request.py | 2 +- ...ost_worksheet_cells_range_style_request.py | 2 +- ..._worksheet_cells_range_un_merge_request.py | 2 +- ...ost_worksheet_cells_range_value_request.py | 2 +- ...ost_worksheet_cells_ranges_copy_request.py | 2 +- .../post_worksheet_chart_legend_request.py | 2 +- .../requests/post_worksheet_chart_request.py | 2 +- .../post_worksheet_chart_title_request.py | 2 +- .../post_worksheet_comment_request.py | 2 +- .../post_worksheet_group_shape_request.py | 2 +- .../post_worksheet_hyperlink_request.py | 2 +- .../post_worksheet_list_column_request.py | 2 +- ...st_worksheet_list_columns_total_request.py | 2 +- ...et_list_object_convert_to_range_request.py | 2 +- ...sheet_list_object_insert_slicer_request.py | 2 +- ...t_list_object_remove_duplicates_request.py | 2 +- .../post_worksheet_list_object_request.py | 2 +- ...orksheet_list_object_sort_table_request.py | 2 +- ...ject_summarize_with_pivot_table_request.py | 2 +- .../post_worksheet_match_blanks_request.py | 2 +- ...post_worksheet_match_non_blanks_request.py | 2 +- .../requests/post_worksheet_merge_request.py | 2 +- .../post_worksheet_picture_request.py | 2 +- ...worksheet_pivot_table_calculate_request.py | 2 +- ...post_worksheet_pivot_table_move_request.py | 2 +- .../post_worksheet_range_sort_request.py | 2 +- .../requests/post_worksheet_shape_request.py | 2 +- .../post_worksheet_sparkline_group_request.py | 2 +- .../post_worksheet_text_replace_request.py | 2 +- .../post_worksheet_text_search_request.py | 2 +- .../post_worksheet_ungroup_shape_request.py | 2 +- .../post_worksheet_unmerge_request.py | 2 +- .../post_worksheet_validation_request.py | 2 +- .../requests/put_active_worksheet_request.py | 2 +- .../requests/put_add_new_worksheet_request.py | 2 +- ...put_change_visibility_worksheet_request.py | 2 +- .../requests/put_convert_workbook_request.py | 2 +- .../requests/put_document_property_request.py | 2 +- ...t_document_protect_from_changes_request.py | 2 +- .../put_horizontal_page_break_request.py | 2 +- .../put_insert_new_worksheet_request.py | 2 +- .../put_insert_worksheet_columns_request.py | 2 +- .../put_insert_worksheet_row_request.py | 2 +- .../put_insert_worksheet_rows_request.py | 2 +- .../requests/put_pivot_table_field_request.py | 2 +- .../requests/put_protect_worksheet_request.py | 2 +- .../put_vertical_page_break_request.py | 2 +- .../put_workbook_background_request.py | 2 +- .../requests/put_workbook_create_request.py | 2 +- .../requests/put_workbook_name_request.py | 2 +- .../put_workbook_water_marker_request.py | 2 +- .../put_worksheet_add_picture_request.py | 2 +- .../put_worksheet_background_request.py | 2 +- .../put_worksheet_cells_range_request.py | 2 +- .../put_worksheet_chart_legend_request.py | 2 +- .../requests/put_worksheet_chart_request.py | 2 +- .../put_worksheet_chart_title_request.py | 2 +- .../put_worksheet_color_filter_request.py | 2 +- .../requests/put_worksheet_comment_request.py | 2 +- ...orksheet_conditional_formatting_request.py | 2 +- .../put_worksheet_custom_filter_request.py | 2 +- .../put_worksheet_date_filter_request.py | 2 +- .../put_worksheet_dynamic_filter_request.py | 2 +- .../requests/put_worksheet_filter_request.py | 2 +- .../put_worksheet_filter_top10_request.py | 2 +- ...worksheet_format_condition_area_request.py | 2 +- ...heet_format_condition_condition_request.py | 2 +- .../put_worksheet_format_condition_request.py | 2 +- .../put_worksheet_freeze_panes_request.py | 2 +- .../put_worksheet_hyperlink_request.py | 2 +- .../put_worksheet_icon_filter_request.py | 2 +- .../put_worksheet_list_object_request.py | 2 +- .../put_worksheet_ole_object_request.py | 2 +- ...ut_worksheet_pivot_table_filter_request.py | 2 +- .../put_worksheet_pivot_table_request.py | 2 +- .../requests/put_worksheet_shape_request.py | 2 +- .../put_worksheet_sparkline_group_request.py | 2 +- .../put_worksheet_validation_request.py | 2 +- .../requests/storage_exists_request.py | 2 +- .../requests/upload_file_request.py | 2 +- asposecellscloud/rest.py | 2 +- docs/GetChartAreaRequest.md | 10 +- docs/GetDocumentPropertiesRequest.md | 8 +- docs/GetPageSetupRequest.md | 8 +- docs/GetVerticalPageBreaksRequest.md | 8 +- docs/GetWorkbookDefaultStyleRequest.md | 6 +- docs/GetWorkbookRequest.md | 26 +- docs/GetWorksheetAutoFilterRequest.md | 8 +- docs/GetWorksheetAutoshapesRequest.md | 8 +- docs/GetWorksheetChartsRequest.md | 8 +- docs/GetWorksheetColumnsRequest.md | 10 +- ...tWorksheetConditionalFormattingsRequest.md | 8 +- docs/GetWorksheetHyperlinksRequest.md | 8 +- docs/GetWorksheetListObjectsRequest.md | 8 +- docs/GetWorksheetOleObjectsRequest.md | 8 +- docs/GetWorksheetPicturesRequest.md | 8 +- docs/GetWorksheetPivotTablesRequest.md | 8 +- docs/GetWorksheetRowsRequest.md | 12 +- docs/GetWorksheetShapesRequest.md | 8 +- docs/GetWorksheetSparklineGroupsRequest.md | 8 +- docs/GetWorksheetValidationsRequest.md | 8 +- docs/GetWorksheetsRequest.md | 6 +- docs/PostAnalyzeExcelRequest.md | 2 +- docs/PostAssembleRequest.md | 8 +- docs/PostBatchConvertRequest.md | 2 +- docs/PostClearContentsRequest.md | 18 +- docs/PostDigitalSignatureRequest.md | 10 +- docs/PostExportRequest.md | 10 +- docs/PostSplitTextRequest.md | 14 + docs/PostWorksheetCellsRangesCopyRequest.md | 10 +- docs/SplitTextOptions.md | 23 ++ pyproject.toml | 2 +- setup.py | 2 +- test/AuthUtil.py | 2 +- test/__init__.py | 2 +- test/run_test.py | 2 +- test/tests_one.py | 30 +- test/tests_pivot_tables_controller.py | 11 +- 816 files changed, 1404 insertions(+), 960 deletions(-) create mode 100644 asposecellscloud/models/split_text_options.py create mode 100644 asposecellscloud/requests/post_split_text_request.py create mode 100644 docs/PostSplitTextRequest.md create mode 100644 docs/SplitTextOptions.md diff --git a/Examples/Example_PutWorksheetPivotTableFilter.py b/Examples/Example_PutWorksheetPivotTableFilter.py index d2c1637..87c9acf 100644 --- a/Examples/Example_PutWorksheetPivotTableFilter.py +++ b/Examples/Example_PutWorksheetPivotTableFilter.py @@ -10,7 +10,7 @@ local_name = 'TestCase.xlsx' remote_name = 'TestCase.xlsx' -filter = PivotFilter(field_index= 1 ,filter_type= 'Count' ) +filter = PivotFilter(field_index= 0 ,filter_type= 'Count' ) mapFiles = { local_name: local_name } diff --git a/HistoryVersion.md b/HistoryVersion.md index 7560238..8c1cb88 100644 --- a/HistoryVersion.md +++ b/HistoryVersion.md @@ -1,3 +1,10 @@ + +## Feature & Enhancements in Version 24.12 + +- Add the new remove duplicates api. +- Add the new extract text API. +- The pivot filter could not be created successfully. + ## Feature & Enhancements in Version 24.11 -Add convert text feature on TextProcessingController. diff --git a/LICENSE b/LICENSE index f97ac52..aa69f13 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Aspose Pty Ltd +Copyright (c) 2025 Aspose Pty Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d7dd6ef..94f2be2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![PyPI](https://img.shields.io/pypi/v/asposecellscloud) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asposecellscloud) ![PyPI - Downloads](https://img.shields.io/pypi/dm/asposecellscloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-python)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-python/24.12) +![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![PyPI](https://img.shields.io/pypi/v/asposecellscloud) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asposecellscloud) ![PyPI - Downloads](https://img.shields.io/pypi/dm/asposecellscloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-python)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-python/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-python/25.1) Aspose.Cells Cloud for Python enables you to handle various aspects of Excel files, including cell data, styles, formulas, charts, pivot tables, data validation, comments, drawing objects, images, hyperlinks, and so on. Additionally, it supports operations such as splitting, merging, repairing, and converting to other compatible file formats. @@ -19,13 +19,12 @@ Enhance your Python applications with the [Aspose.Cells Cloud](https://products. - Import/Export: Facilitates importing data from various sources into spreadsheets and exporting spreadsheet data to other formats. - Security Management: Offers a range of security features like data encryption, access control, and permission management to safeguard the security and integrity of spreadsheet data. -## Feature & Enhancements in Version 24.12 +## Feature & Enhancements in Version 25.1 Full list of issues covering all changes in this release: -- Add the new remove duplicates api. -- Add the new extract text API. -- The pivot filter could not be created successfully. +- Add the new API for splitting text in the cell. +- Optimize pivot table filter-related APIs. ## Support file format diff --git a/asposecellscloud/__init__.py b/asposecellscloud/__init__.py index 5220585..091cf33 100644 --- a/asposecellscloud/__init__.py +++ b/asposecellscloud/__init__.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy @@ -353,6 +353,7 @@ from asposecellscloud.models.remove_duplicates_options import RemoveDuplicatesOptions from asposecellscloud.models.scope_item import ScopeItem from asposecellscloud.models.scope_options import ScopeOptions +from asposecellscloud.models.split_text_options import SplitTextOptions from asposecellscloud.models.trim_content_options import TrimContentOptions from asposecellscloud.models.word_case_options import WordCaseOptions from asposecellscloud.models.cell_value import CellValue @@ -709,6 +710,7 @@ from asposecellscloud.requests.post_convert_text_request import PostConvertTextRequest from asposecellscloud.requests.post_remove_duplicates_request import PostRemoveDuplicatesRequest from asposecellscloud.requests.post_extract_text_request import PostExtractTextRequest +from asposecellscloud.requests.post_split_text_request import PostSplitTextRequest from asposecellscloud.requests.get_workbook_default_style_request import GetWorkbookDefaultStyleRequest from asposecellscloud.requests.get_workbook_text_items_request import GetWorkbookTextItemsRequest from asposecellscloud.requests.get_workbook_names_request import GetWorkbookNamesRequest diff --git a/asposecellscloud/api_client.py b/asposecellscloud/api_client.py index 0cab3a8..9f6e111 100644 --- a/asposecellscloud/api_client.py +++ b/asposecellscloud/api_client.py @@ -1,6 +1,6 @@ """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy @@ -88,7 +88,7 @@ def __init__(self, host=None, header_name=None, header_value=None, cookie=None): self.host = host self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Aspose.Cells.Cloud/24.12/python' + self.user_agent = 'Aspose.Cells.Cloud/25.1/python' @property def user_agent(self): diff --git a/asposecellscloud/apis/cells_api.py b/asposecellscloud/apis/cells_api.py index 780c6c5..fd21bca 100644 --- a/asposecellscloud/apis/cells_api.py +++ b/asposecellscloud/apis/cells_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy @@ -81,7 +81,6 @@ def check_access_token(self): self.get_access_token_time = time.time() # - # Perform business analysis of data in Excel files. # # Request. def post_analyze_excel(self, request, **kwargs): @@ -129,7 +128,6 @@ def post_analyze_excel_with_http_info(self, request, **kwargs): # - # Retrieve the description of auto filters from a worksheet. # # Request. def get_worksheet_auto_filter(self, request, **kwargs): @@ -753,7 +751,6 @@ def delete_worksheet_filter_with_http_info(self, request, **kwargs): # - # Get autoshapes description in worksheet. # # Request. def get_worksheet_autoshapes(self, request, **kwargs): @@ -849,7 +846,6 @@ def get_worksheet_autoshape_with_format_with_http_info(self, request, **kwargs): # - # Batch converting files that meet specific matching conditions. # # Request. def post_batch_convert(self, request, **kwargs): @@ -1137,7 +1133,6 @@ def post_access_token_with_http_info(self, request, **kwargs): # - # Clear cell area contents in the worksheet. # # Request. def post_clear_contents(self, request, **kwargs): @@ -1905,7 +1900,6 @@ def post_cell_characters_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of worksheet columns. # # Request. def get_worksheet_columns(self, request, **kwargs): @@ -2433,7 +2427,6 @@ def post_column_style_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of rows in the worksheet. # # Request. def get_worksheet_rows(self, request, **kwargs): @@ -3153,7 +3146,6 @@ def get_cells_cloud_service_status_with_http_info(self, request, **kwargs): # - # Retrieve chart area description in the worksheet. # # Request. def get_chart_area(self, request, **kwargs): @@ -3297,7 +3289,6 @@ def get_chart_area_border_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of charts in the worksheet. # # Request. def get_worksheet_charts(self, request, **kwargs): @@ -4449,7 +4440,6 @@ def post_chart_second_value_axis_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of conditional formattings in a worksheet. # # Request. def get_worksheet_conditional_formattings(self, request, **kwargs): @@ -4881,7 +4871,6 @@ def delete_worksheet_conditional_formatting_area_with_http_info(self, request, * # - # Retrieve workbooks in various formats. # # Request. def get_workbook(self, request, **kwargs): @@ -5457,7 +5446,6 @@ def post_convert_workbook_to_csv_with_http_info(self, request, **kwargs): # - # Export Excel internal elements or the workbook itself to various format files. # # Request. def post_export(self, request, **kwargs): @@ -6082,7 +6070,6 @@ def post_data_transformation_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of hyperlinks in the worksheet. # # Request. def get_worksheet_hyperlinks(self, request, **kwargs): @@ -6370,7 +6357,6 @@ def delete_worksheet_hyperlinks_with_http_info(self, request, **kwargs): # - # Assemble data files with template files to generate files in various formats. # # Request. def post_assemble(self, request, **kwargs): @@ -7090,7 +7076,6 @@ def delete_metadata_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of ListObjects in the worksheet. # # Request. def get_worksheet_list_objects(self, request, **kwargs): @@ -7714,7 +7699,6 @@ def post_worksheet_list_columns_total_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of OLE objects in the worksheet. # # Request. def get_worksheet_ole_objects(self, request, **kwargs): @@ -8002,7 +7986,6 @@ def put_worksheet_ole_object_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of vertical page breaks in the worksheet. # # Request. def get_vertical_page_breaks(self, request, **kwargs): @@ -8482,7 +8465,6 @@ def delete_horizontal_page_break_with_http_info(self, request, **kwargs): # - # Retrieve page setup description in the worksheet. # # Request. def get_page_setup(self, request, **kwargs): @@ -8914,7 +8896,6 @@ def post_fit_tall_to_pages_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of pictures in the worksheet. # # Request. def get_worksheet_pictures(self, request, **kwargs): @@ -9202,7 +9183,6 @@ def delete_worksheet_pictures_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of pivottables in the worksheet. # # Request. def get_worksheet_pivot_tables(self, request, **kwargs): @@ -10210,7 +10190,6 @@ def delete_worksheet_pivot_table_filter_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of Excel file properties. # # Request. def get_document_properties(self, request, **kwargs): @@ -10450,7 +10429,6 @@ def delete_document_properties_with_http_info(self, request, **kwargs): # - # Excel file digital signature. # # Request. def post_digital_signature(self, request, **kwargs): @@ -10930,7 +10908,6 @@ def post_protect_with_http_info(self, request, **kwargs): # - # Copy content from the source range to the destination range in the worksheet. # # Request. def post_worksheet_cells_ranges_copy(self, request, **kwargs): @@ -11554,7 +11531,6 @@ def delete_worksheet_cells_range_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of shapes in the worksheet. # # Request. def get_worksheet_shapes(self, request, **kwargs): @@ -11938,7 +11914,6 @@ def post_worksheet_ungroup_shape_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of sparkline groups in the worksheet. # # Request. def get_worksheet_sparkline_groups(self, request, **kwargs): @@ -12603,7 +12578,53 @@ def post_extract_text_with_http_info(self, request, **kwargs): # - # Retrieve the description of the default style for the workbook . + # + # Request. + def post_split_text(self, request, **kwargs): + + kwargs['_return_http_data_only'] = True + self.check_access_token() + if kwargs.get('callback'): + return self.post_split_text_with_http_info(request,**kwargs) + else: + (data) = self.post_split_text_with_http_info(request,**kwargs) + return data + + def post_split_text_with_http_info(self, request, **kwargs): + all_params = [] + all_params.append('callback') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + params = locals() + for key, val in iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method post_split_text" % key + ) + params[key] = val + del params['kwargs'] + + http_params = request.create_http_request(self.api_client) + return self.api_client.call_api(http_params['path'], http_params['method'], + None, + http_params['query_params'], + http_params['header_params'], + body=http_params['body'], + post_params=http_params['form_params'], + files=http_params['files'], + response_type=http_params['response_type'], + auth_settings=http_params['auth_settings'], + callback=params.get('callback'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=http_params['collection_formats']) + + + + # # # Request. def get_workbook_default_style(self, request, **kwargs): @@ -13755,7 +13776,6 @@ def get_page_count_with_http_info(self, request, **kwargs): # - # Retrieve the description of worksheets from a workbook. # # Request. def get_worksheets(self, request, **kwargs): @@ -15627,7 +15647,6 @@ def get_worksheet_page_count_with_http_info(self, request, **kwargs): # - # Retrieve descriptions of validations in the worksheet. # # Request. def get_worksheet_validations(self, request, **kwargs): diff --git a/asposecellscloud/configuration.py b/asposecellscloud/configuration.py index 9575d49..1228662 100644 --- a/asposecellscloud/configuration.py +++ b/asposecellscloud/configuration.py @@ -2,7 +2,7 @@ """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy @@ -259,5 +259,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v3.0\n"\ - "SDK Package Version: 24.12".\ + "SDK Package Version: 25.1".\ format(env=sys.platform, pyversion=sys.version) \ No newline at end of file diff --git a/asposecellscloud/models/__init__.py b/asposecellscloud/models/__init__.py index 993a744..1860c31 100644 --- a/asposecellscloud/models/__init__.py +++ b/asposecellscloud/models/__init__.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy @@ -354,6 +354,7 @@ from asposecellscloud.models.remove_duplicates_options import RemoveDuplicatesOptions from asposecellscloud.models.scope_item import ScopeItem from asposecellscloud.models.scope_options import ScopeOptions +from asposecellscloud.models.split_text_options import SplitTextOptions from asposecellscloud.models.trim_content_options import TrimContentOptions from asposecellscloud.models.word_case_options import WordCaseOptions from asposecellscloud.models.cell_value import CellValue diff --git a/asposecellscloud/models/above_average.py b/asposecellscloud/models/above_average.py index f48ff91..f1f1522 100644 --- a/asposecellscloud/models/above_average.py +++ b/asposecellscloud/models/above_average.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/abstract_calculation_engine.py b/asposecellscloud/models/abstract_calculation_engine.py index de18e27..3072473 100644 --- a/asposecellscloud/models/abstract_calculation_engine.py +++ b/asposecellscloud/models/abstract_calculation_engine.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/abstract_calculation_monitor.py b/asposecellscloud/models/abstract_calculation_monitor.py index 5eb58bc..0efcd03 100644 --- a/asposecellscloud/models/abstract_calculation_monitor.py +++ b/asposecellscloud/models/abstract_calculation_monitor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/access_token_response.py b/asposecellscloud/models/access_token_response.py index 80e7d2c..3c50576 100644 --- a/asposecellscloud/models/access_token_response.py +++ b/asposecellscloud/models/access_token_response.py @@ -2,7 +2,7 @@ """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/add_text_options.py b/asposecellscloud/models/add_text_options.py index 2e2fbab..54393a4 100644 --- a/asposecellscloud/models/add_text_options.py +++ b/asposecellscloud/models/add_text_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/analyze_excel_request.py b/asposecellscloud/models/analyze_excel_request.py index bda22e0..8c51e80 100644 --- a/asposecellscloud/models/analyze_excel_request.py +++ b/asposecellscloud/models/analyze_excel_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/analyzed_column_description.py b/asposecellscloud/models/analyzed_column_description.py index 3c8e390..11843d0 100644 --- a/asposecellscloud/models/analyzed_column_description.py +++ b/asposecellscloud/models/analyzed_column_description.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/analyzed_result.py b/asposecellscloud/models/analyzed_result.py index 2b9ad6e..d1cd468 100644 --- a/asposecellscloud/models/analyzed_result.py +++ b/asposecellscloud/models/analyzed_result.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/analyzed_table_description.py b/asposecellscloud/models/analyzed_table_description.py index d301bef..c105e0d 100644 --- a/asposecellscloud/models/analyzed_table_description.py +++ b/asposecellscloud/models/analyzed_table_description.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/applied_operate.py b/asposecellscloud/models/applied_operate.py index 342bb07..d290321 100644 --- a/asposecellscloud/models/applied_operate.py +++ b/asposecellscloud/models/applied_operate.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/applied_step.py b/asposecellscloud/models/applied_step.py index 2b7d67a..63ab0ed 100644 --- a/asposecellscloud/models/applied_step.py +++ b/asposecellscloud/models/applied_step.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/arc_shape.py b/asposecellscloud/models/arc_shape.py index 2a84c58..cb4047e 100644 --- a/asposecellscloud/models/arc_shape.py +++ b/asposecellscloud/models/arc_shape.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/arc_shape_response.py b/asposecellscloud/models/arc_shape_response.py index 0d26ea9..512db3f 100644 --- a/asposecellscloud/models/arc_shape_response.py +++ b/asposecellscloud/models/arc_shape_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/area.py b/asposecellscloud/models/area.py index 4ac4d50..d972dbe 100644 --- a/asposecellscloud/models/area.py +++ b/asposecellscloud/models/area.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/auto_filter.py b/asposecellscloud/models/auto_filter.py index 10e05cb..d05e396 100644 --- a/asposecellscloud/models/auto_filter.py +++ b/asposecellscloud/models/auto_filter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/auto_filter_response.py b/asposecellscloud/models/auto_filter_response.py index 4c3a5d7..9f50df1 100644 --- a/asposecellscloud/models/auto_filter_response.py +++ b/asposecellscloud/models/auto_filter_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/auto_fitter_options.py b/asposecellscloud/models/auto_fitter_options.py index 3e191ca..6485354 100644 --- a/asposecellscloud/models/auto_fitter_options.py +++ b/asposecellscloud/models/auto_fitter_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/auto_shape.py b/asposecellscloud/models/auto_shape.py index 2f9008e..25ee1d9 100644 --- a/asposecellscloud/models/auto_shape.py +++ b/asposecellscloud/models/auto_shape.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/auto_shape_response.py b/asposecellscloud/models/auto_shape_response.py index 9fe0e3b..a2460c9 100644 --- a/asposecellscloud/models/auto_shape_response.py +++ b/asposecellscloud/models/auto_shape_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/auto_shapes.py b/asposecellscloud/models/auto_shapes.py index aedcf0a..4c01742 100644 --- a/asposecellscloud/models/auto_shapes.py +++ b/asposecellscloud/models/auto_shapes.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/auto_shapes_response.py b/asposecellscloud/models/auto_shapes_response.py index f602fe4..e756ddc 100644 --- a/asposecellscloud/models/auto_shapes_response.py +++ b/asposecellscloud/models/auto_shapes_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/axis.py b/asposecellscloud/models/axis.py index 376f009..7923b0d 100644 --- a/asposecellscloud/models/axis.py +++ b/asposecellscloud/models/axis.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/axis_response.py b/asposecellscloud/models/axis_response.py index bb0ae2c..8d7beb2 100644 --- a/asposecellscloud/models/axis_response.py +++ b/asposecellscloud/models/axis_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/base_operate_options.py b/asposecellscloud/models/base_operate_options.py index b3b72c9..90561d6 100644 --- a/asposecellscloud/models/base_operate_options.py +++ b/asposecellscloud/models/base_operate_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/batch_convert_request.py b/asposecellscloud/models/batch_convert_request.py index 09a3455..df30881 100644 --- a/asposecellscloud/models/batch_convert_request.py +++ b/asposecellscloud/models/batch_convert_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/batch_lock_request.py b/asposecellscloud/models/batch_lock_request.py index c532fb2..3c2ee6d 100644 --- a/asposecellscloud/models/batch_lock_request.py +++ b/asposecellscloud/models/batch_lock_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/batch_protect_request.py b/asposecellscloud/models/batch_protect_request.py index 162fc2b..41d3606 100644 --- a/asposecellscloud/models/batch_protect_request.py +++ b/asposecellscloud/models/batch_protect_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/batch_split_request.py b/asposecellscloud/models/batch_split_request.py index e7d5c6a..cf3268f 100644 --- a/asposecellscloud/models/batch_split_request.py +++ b/asposecellscloud/models/batch_split_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/border.py b/asposecellscloud/models/border.py index 4253bc6..a71de5c 100644 --- a/asposecellscloud/models/border.py +++ b/asposecellscloud/models/border.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/border_response.py b/asposecellscloud/models/border_response.py index 8f4a44b..91bdca1 100644 --- a/asposecellscloud/models/border_response.py +++ b/asposecellscloud/models/border_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/button.py b/asposecellscloud/models/button.py index e0dcdd8..44c474a 100644 --- a/asposecellscloud/models/button.py +++ b/asposecellscloud/models/button.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/button_response.py b/asposecellscloud/models/button_response.py index 6122751..bf2089e 100644 --- a/asposecellscloud/models/button_response.py +++ b/asposecellscloud/models/button_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/calculate_formula_response.py b/asposecellscloud/models/calculate_formula_response.py index e0f78f0..7e9454c 100644 --- a/asposecellscloud/models/calculate_formula_response.py +++ b/asposecellscloud/models/calculate_formula_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/calculation_options.py b/asposecellscloud/models/calculation_options.py index 4192c2a..f846153 100644 --- a/asposecellscloud/models/calculation_options.py +++ b/asposecellscloud/models/calculation_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cell.py b/asposecellscloud/models/cell.py index 8544cdf..f124490 100644 --- a/asposecellscloud/models/cell.py +++ b/asposecellscloud/models/cell.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cell_area.py b/asposecellscloud/models/cell_area.py index 3c10290..8ab6b28 100644 --- a/asposecellscloud/models/cell_area.py +++ b/asposecellscloud/models/cell_area.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cell_response.py b/asposecellscloud/models/cell_response.py index c5b5e11..883cade 100644 --- a/asposecellscloud/models/cell_response.py +++ b/asposecellscloud/models/cell_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cell_value.py b/asposecellscloud/models/cell_value.py index f1c2b3a..07c4b67 100644 --- a/asposecellscloud/models/cell_value.py +++ b/asposecellscloud/models/cell_value.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells.py b/asposecellscloud/models/cells.py index be3c207..bef4732 100644 --- a/asposecellscloud/models/cells.py +++ b/asposecellscloud/models/cells.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_cloud_file_info.py b/asposecellscloud/models/cells_cloud_file_info.py index ed4f2e5..de16f7f 100644 --- a/asposecellscloud/models/cells_cloud_file_info.py +++ b/asposecellscloud/models/cells_cloud_file_info.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_cloud_file_info_response.py b/asposecellscloud/models/cells_cloud_file_info_response.py index bb848bc..70de305 100644 --- a/asposecellscloud/models/cells_cloud_file_info_response.py +++ b/asposecellscloud/models/cells_cloud_file_info_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_cloud_response.py b/asposecellscloud/models/cells_cloud_response.py index 8b09fe1..37f5b27 100644 --- a/asposecellscloud/models/cells_cloud_response.py +++ b/asposecellscloud/models/cells_cloud_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_color.py b/asposecellscloud/models/cells_color.py index edebad7..5e9fae7 100644 --- a/asposecellscloud/models/cells_color.py +++ b/asposecellscloud/models/cells_color.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_document_properties.py b/asposecellscloud/models/cells_document_properties.py index d2c1349..1fe68a2 100644 --- a/asposecellscloud/models/cells_document_properties.py +++ b/asposecellscloud/models/cells_document_properties.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_document_properties_response.py b/asposecellscloud/models/cells_document_properties_response.py index bb4800b..77f4a0e 100644 --- a/asposecellscloud/models/cells_document_properties_response.py +++ b/asposecellscloud/models/cells_document_properties_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_document_property.py b/asposecellscloud/models/cells_document_property.py index 1112828..270c75c 100644 --- a/asposecellscloud/models/cells_document_property.py +++ b/asposecellscloud/models/cells_document_property.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_document_property_response.py b/asposecellscloud/models/cells_document_property_response.py index 5eeb8cc..16c794a 100644 --- a/asposecellscloud/models/cells_document_property_response.py +++ b/asposecellscloud/models/cells_document_property_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_drawing.py b/asposecellscloud/models/cells_drawing.py index 2c8b417..e2b5df9 100644 --- a/asposecellscloud/models/cells_drawing.py +++ b/asposecellscloud/models/cells_drawing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_drawing_response.py b/asposecellscloud/models/cells_drawing_response.py index f4a1030..4ceddcd 100644 --- a/asposecellscloud/models/cells_drawing_response.py +++ b/asposecellscloud/models/cells_drawing_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_object_operate_task_parameter.py b/asposecellscloud/models/cells_object_operate_task_parameter.py index 7272d88..ff5d888 100644 --- a/asposecellscloud/models/cells_object_operate_task_parameter.py +++ b/asposecellscloud/models/cells_object_operate_task_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/cells_response.py b/asposecellscloud/models/cells_response.py index 5c81f72..579d5a4 100644 --- a/asposecellscloud/models/cells_response.py +++ b/asposecellscloud/models/cells_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart.py b/asposecellscloud/models/chart.py index 858590c..2bc785d 100644 --- a/asposecellscloud/models/chart.py +++ b/asposecellscloud/models/chart.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_area.py b/asposecellscloud/models/chart_area.py index 06a5f7b..9fc69e4 100644 --- a/asposecellscloud/models/chart_area.py +++ b/asposecellscloud/models/chart_area.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_area_response.py b/asposecellscloud/models/chart_area_response.py index 4ffc537..c5a3fbb 100644 --- a/asposecellscloud/models/chart_area_response.py +++ b/asposecellscloud/models/chart_area_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_data_table.py b/asposecellscloud/models/chart_data_table.py index 2cdf007..4042006 100644 --- a/asposecellscloud/models/chart_data_table.py +++ b/asposecellscloud/models/chart_data_table.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_data_table_response.py b/asposecellscloud/models/chart_data_table_response.py index d303453..25d0093 100644 --- a/asposecellscloud/models/chart_data_table_response.py +++ b/asposecellscloud/models/chart_data_table_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_frame.py b/asposecellscloud/models/chart_frame.py index 5ffa14a..0310ef9 100644 --- a/asposecellscloud/models/chart_frame.py +++ b/asposecellscloud/models/chart_frame.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_globalization_settings.py b/asposecellscloud/models/chart_globalization_settings.py index 2a6a17b..17b8d96 100644 --- a/asposecellscloud/models/chart_globalization_settings.py +++ b/asposecellscloud/models/chart_globalization_settings.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_operate_parameter.py b/asposecellscloud/models/chart_operate_parameter.py index d32ffdc..4ab6783 100644 --- a/asposecellscloud/models/chart_operate_parameter.py +++ b/asposecellscloud/models/chart_operate_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_point.py b/asposecellscloud/models/chart_point.py index 3cbc4ca..a2c517d 100644 --- a/asposecellscloud/models/chart_point.py +++ b/asposecellscloud/models/chart_point.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_point_response.py b/asposecellscloud/models/chart_point_response.py index 0c35ee1..da4e37c 100644 --- a/asposecellscloud/models/chart_point_response.py +++ b/asposecellscloud/models/chart_point_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_points.py b/asposecellscloud/models/chart_points.py index f6a48c6..33fd3b4 100644 --- a/asposecellscloud/models/chart_points.py +++ b/asposecellscloud/models/chart_points.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_points_response.py b/asposecellscloud/models/chart_points_response.py index 62da6ab..21e675e 100644 --- a/asposecellscloud/models/chart_points_response.py +++ b/asposecellscloud/models/chart_points_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_response.py b/asposecellscloud/models/chart_response.py index 2c92302..046c355 100644 --- a/asposecellscloud/models/chart_response.py +++ b/asposecellscloud/models/chart_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/chart_shape.py b/asposecellscloud/models/chart_shape.py index 9f9ee60..54186e7 100644 --- a/asposecellscloud/models/chart_shape.py +++ b/asposecellscloud/models/chart_shape.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/charts.py b/asposecellscloud/models/charts.py index 79e39c2..7916866 100644 --- a/asposecellscloud/models/charts.py +++ b/asposecellscloud/models/charts.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/charts_response.py b/asposecellscloud/models/charts_response.py index 3469c7e..b527fef 100644 --- a/asposecellscloud/models/charts_response.py +++ b/asposecellscloud/models/charts_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/check_box.py b/asposecellscloud/models/check_box.py index a713ef9..1ac674b 100644 --- a/asposecellscloud/models/check_box.py +++ b/asposecellscloud/models/check_box.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/check_box_response.py b/asposecellscloud/models/check_box_response.py index d600f91..dda16ec 100644 --- a/asposecellscloud/models/check_box_response.py +++ b/asposecellscloud/models/check_box_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/color.py b/asposecellscloud/models/color.py index 9a4c901..f16c420 100644 --- a/asposecellscloud/models/color.py +++ b/asposecellscloud/models/color.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/color_filter.py b/asposecellscloud/models/color_filter.py index e86fc2e..7e0a49b 100644 --- a/asposecellscloud/models/color_filter.py +++ b/asposecellscloud/models/color_filter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/color_filter_request.py b/asposecellscloud/models/color_filter_request.py index 1697c0f..8464c14 100644 --- a/asposecellscloud/models/color_filter_request.py +++ b/asposecellscloud/models/color_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/color_scale.py b/asposecellscloud/models/color_scale.py index a8f0f05..5ac3bb5 100644 --- a/asposecellscloud/models/color_scale.py +++ b/asposecellscloud/models/color_scale.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/column.py b/asposecellscloud/models/column.py index 247097d..a5ed36f 100644 --- a/asposecellscloud/models/column.py +++ b/asposecellscloud/models/column.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/column_response.py b/asposecellscloud/models/column_response.py index 2e0457e..06696a9 100644 --- a/asposecellscloud/models/column_response.py +++ b/asposecellscloud/models/column_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/columns.py b/asposecellscloud/models/columns.py index 5e9ab78..e4d6764 100644 --- a/asposecellscloud/models/columns.py +++ b/asposecellscloud/models/columns.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/columns_response.py b/asposecellscloud/models/columns_response.py index 825bd7d..092c5b7 100644 --- a/asposecellscloud/models/columns_response.py +++ b/asposecellscloud/models/columns_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/combo_box.py b/asposecellscloud/models/combo_box.py index 5dda958..0daf8ae 100644 --- a/asposecellscloud/models/combo_box.py +++ b/asposecellscloud/models/combo_box.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/combo_box_response.py b/asposecellscloud/models/combo_box_response.py index 1eaaf45..598cc7c 100644 --- a/asposecellscloud/models/combo_box_response.py +++ b/asposecellscloud/models/combo_box_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/comment.py b/asposecellscloud/models/comment.py index f332dd5..3e0cc7b 100644 --- a/asposecellscloud/models/comment.py +++ b/asposecellscloud/models/comment.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/comment_response.py b/asposecellscloud/models/comment_response.py index 8c56b63..427a9bc 100644 --- a/asposecellscloud/models/comment_response.py +++ b/asposecellscloud/models/comment_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/comment_shape.py b/asposecellscloud/models/comment_shape.py index fe94658..72a23d2 100644 --- a/asposecellscloud/models/comment_shape.py +++ b/asposecellscloud/models/comment_shape.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/comment_shape_response.py b/asposecellscloud/models/comment_shape_response.py index 51ed6be..138b779 100644 --- a/asposecellscloud/models/comment_shape_response.py +++ b/asposecellscloud/models/comment_shape_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/comments.py b/asposecellscloud/models/comments.py index c915293..e32615d 100644 --- a/asposecellscloud/models/comments.py +++ b/asposecellscloud/models/comments.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/comments_response.py b/asposecellscloud/models/comments_response.py index a73b67d..e020a69 100644 --- a/asposecellscloud/models/comments_response.py +++ b/asposecellscloud/models/comments_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/conditional_formatting.py b/asposecellscloud/models/conditional_formatting.py index c247477..6edcdb7 100644 --- a/asposecellscloud/models/conditional_formatting.py +++ b/asposecellscloud/models/conditional_formatting.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/conditional_formatting_icon.py b/asposecellscloud/models/conditional_formatting_icon.py index 30e9ebe..0d2a1c9 100644 --- a/asposecellscloud/models/conditional_formatting_icon.py +++ b/asposecellscloud/models/conditional_formatting_icon.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/conditional_formatting_response.py b/asposecellscloud/models/conditional_formatting_response.py index 1056448..af03c79 100644 --- a/asposecellscloud/models/conditional_formatting_response.py +++ b/asposecellscloud/models/conditional_formatting_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/conditional_formatting_value.py b/asposecellscloud/models/conditional_formatting_value.py index 08f1de7..35ff060 100644 --- a/asposecellscloud/models/conditional_formatting_value.py +++ b/asposecellscloud/models/conditional_formatting_value.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/conditional_formattings.py b/asposecellscloud/models/conditional_formattings.py index db656bc..d7b9fd6 100644 --- a/asposecellscloud/models/conditional_formattings.py +++ b/asposecellscloud/models/conditional_formattings.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/conditional_formattings_response.py b/asposecellscloud/models/conditional_formattings_response.py index 2d33454..b609f4c 100644 --- a/asposecellscloud/models/conditional_formattings_response.py +++ b/asposecellscloud/models/conditional_formattings_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/convert_parameter.py b/asposecellscloud/models/convert_parameter.py index 4a4d7fb..143f567 100644 --- a/asposecellscloud/models/convert_parameter.py +++ b/asposecellscloud/models/convert_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/convert_task_parameter.py b/asposecellscloud/models/convert_task_parameter.py index 4cab26f..667574d 100644 --- a/asposecellscloud/models/convert_task_parameter.py +++ b/asposecellscloud/models/convert_task_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/convert_text_options.py b/asposecellscloud/models/convert_text_options.py index f6d8df7..99945b7 100644 --- a/asposecellscloud/models/convert_text_options.py +++ b/asposecellscloud/models/convert_text_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/convert_worksheet_task_parameter.py b/asposecellscloud/models/convert_worksheet_task_parameter.py index 85d58b2..50eb40b 100644 --- a/asposecellscloud/models/convert_worksheet_task_parameter.py +++ b/asposecellscloud/models/convert_worksheet_task_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/copy_options.py b/asposecellscloud/models/copy_options.py index 916cd5a..8d46d29 100644 --- a/asposecellscloud/models/copy_options.py +++ b/asposecellscloud/models/copy_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/create_pivot_table_request.py b/asposecellscloud/models/create_pivot_table_request.py index 7c687fc..7220cc9 100644 --- a/asposecellscloud/models/create_pivot_table_request.py +++ b/asposecellscloud/models/create_pivot_table_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/criteria_multiple_filter.py b/asposecellscloud/models/criteria_multiple_filter.py index 0235635..d619d36 100644 --- a/asposecellscloud/models/criteria_multiple_filter.py +++ b/asposecellscloud/models/criteria_multiple_filter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/custom_filter.py b/asposecellscloud/models/custom_filter.py index 5ea62a4..c3546fa 100644 --- a/asposecellscloud/models/custom_filter.py +++ b/asposecellscloud/models/custom_filter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/custom_parser_config.py b/asposecellscloud/models/custom_parser_config.py index f340054..7f56b8e 100644 --- a/asposecellscloud/models/custom_parser_config.py +++ b/asposecellscloud/models/custom_parser_config.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_bar.py b/asposecellscloud/models/data_bar.py index cb444fd..498cde4 100644 --- a/asposecellscloud/models/data_bar.py +++ b/asposecellscloud/models/data_bar.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_bar_border.py b/asposecellscloud/models/data_bar_border.py index 5983bcd..4cf4ff9 100644 --- a/asposecellscloud/models/data_bar_border.py +++ b/asposecellscloud/models/data_bar_border.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_cleansing.py b/asposecellscloud/models/data_cleansing.py index 7b21a90..332085b 100644 --- a/asposecellscloud/models/data_cleansing.py +++ b/asposecellscloud/models/data_cleansing.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_cleansing_request.py b/asposecellscloud/models/data_cleansing_request.py index 9143014..59f1a28 100644 --- a/asposecellscloud/models/data_cleansing_request.py +++ b/asposecellscloud/models/data_cleansing_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_column_fill_value.py b/asposecellscloud/models/data_column_fill_value.py index a98028c..db1c5be 100644 --- a/asposecellscloud/models/data_column_fill_value.py +++ b/asposecellscloud/models/data_column_fill_value.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_deduplication_request.py b/asposecellscloud/models/data_deduplication_request.py index 288bf33..ebbf2e2 100644 --- a/asposecellscloud/models/data_deduplication_request.py +++ b/asposecellscloud/models/data_deduplication_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_fill.py b/asposecellscloud/models/data_fill.py index 58ec4f2..872e051 100644 --- a/asposecellscloud/models/data_fill.py +++ b/asposecellscloud/models/data_fill.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_fill_request.py b/asposecellscloud/models/data_fill_request.py index ce6c9b4..bb3335d 100644 --- a/asposecellscloud/models/data_fill_request.py +++ b/asposecellscloud/models/data_fill_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_fill_value.py b/asposecellscloud/models/data_fill_value.py index 63eb7ca..00d5166 100644 --- a/asposecellscloud/models/data_fill_value.py +++ b/asposecellscloud/models/data_fill_value.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_item.py b/asposecellscloud/models/data_item.py index f847508..e758ca1 100644 --- a/asposecellscloud/models/data_item.py +++ b/asposecellscloud/models/data_item.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_labels.py b/asposecellscloud/models/data_labels.py index 62feaa7..eb24209 100644 --- a/asposecellscloud/models/data_labels.py +++ b/asposecellscloud/models/data_labels.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_labels_response.py b/asposecellscloud/models/data_labels_response.py index 5be2cb7..f0ec4ed 100644 --- a/asposecellscloud/models/data_labels_response.py +++ b/asposecellscloud/models/data_labels_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_query.py b/asposecellscloud/models/data_query.py index fe211f4..f7bf169 100644 --- a/asposecellscloud/models/data_query.py +++ b/asposecellscloud/models/data_query.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_sorter.py b/asposecellscloud/models/data_sorter.py index 6375a87..07197d4 100644 --- a/asposecellscloud/models/data_sorter.py +++ b/asposecellscloud/models/data_sorter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_sorter_key.py b/asposecellscloud/models/data_sorter_key.py index a670eea..f03f7e5 100644 --- a/asposecellscloud/models/data_sorter_key.py +++ b/asposecellscloud/models/data_sorter_key.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_source.py b/asposecellscloud/models/data_source.py index 7918d14..b78eabf 100644 --- a/asposecellscloud/models/data_source.py +++ b/asposecellscloud/models/data_source.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/data_transformation_request.py b/asposecellscloud/models/data_transformation_request.py index a766e73..5c370ef 100644 --- a/asposecellscloud/models/data_transformation_request.py +++ b/asposecellscloud/models/data_transformation_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/date_time_group_item.py b/asposecellscloud/models/date_time_group_item.py index 3b6000a..fcfe78d 100644 --- a/asposecellscloud/models/date_time_group_item.py +++ b/asposecellscloud/models/date_time_group_item.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/deduplication_region.py b/asposecellscloud/models/deduplication_region.py index 47a41ef..72d97c3 100644 --- a/asposecellscloud/models/deduplication_region.py +++ b/asposecellscloud/models/deduplication_region.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/delete_incomplete_rows_request.py b/asposecellscloud/models/delete_incomplete_rows_request.py index c21be94..72d23ad 100644 --- a/asposecellscloud/models/delete_incomplete_rows_request.py +++ b/asposecellscloud/models/delete_incomplete_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/dif_save_options.py b/asposecellscloud/models/dif_save_options.py index dda5bb6..8617614 100644 --- a/asposecellscloud/models/dif_save_options.py +++ b/asposecellscloud/models/dif_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/digital_signature.py b/asposecellscloud/models/digital_signature.py index 4a82a94..cd83046 100644 --- a/asposecellscloud/models/digital_signature.py +++ b/asposecellscloud/models/digital_signature.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/disc_usage.py b/asposecellscloud/models/disc_usage.py index fcaa432..b3a0625 100644 --- a/asposecellscloud/models/disc_usage.py +++ b/asposecellscloud/models/disc_usage.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/discover_chart.py b/asposecellscloud/models/discover_chart.py index 10623d5..2c3edd2 100644 --- a/asposecellscloud/models/discover_chart.py +++ b/asposecellscloud/models/discover_chart.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/discover_pivot_table.py b/asposecellscloud/models/discover_pivot_table.py index be5e734..9672324 100644 --- a/asposecellscloud/models/discover_pivot_table.py +++ b/asposecellscloud/models/discover_pivot_table.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/display_unit_label.py b/asposecellscloud/models/display_unit_label.py index a0232c6..ed9e5bc 100644 --- a/asposecellscloud/models/display_unit_label.py +++ b/asposecellscloud/models/display_unit_label.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/display_unit_label_response.py b/asposecellscloud/models/display_unit_label_response.py index f06b21a..603bfaf 100644 --- a/asposecellscloud/models/display_unit_label_response.py +++ b/asposecellscloud/models/display_unit_label_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/docx_save_options.py b/asposecellscloud/models/docx_save_options.py index 395aa43..d5ee997 100644 --- a/asposecellscloud/models/docx_save_options.py +++ b/asposecellscloud/models/docx_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/drop_bars.py b/asposecellscloud/models/drop_bars.py index 51c736b..f307c81 100644 --- a/asposecellscloud/models/drop_bars.py +++ b/asposecellscloud/models/drop_bars.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/drop_bars_response.py b/asposecellscloud/models/drop_bars_response.py index 9a93032..6d0905b 100644 --- a/asposecellscloud/models/drop_bars_response.py +++ b/asposecellscloud/models/drop_bars_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/dynamic_filter.py b/asposecellscloud/models/dynamic_filter.py index 47d738c..ea1881f 100644 --- a/asposecellscloud/models/dynamic_filter.py +++ b/asposecellscloud/models/dynamic_filter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/error.py b/asposecellscloud/models/error.py index c9cb18b..b11ac5f 100644 --- a/asposecellscloud/models/error.py +++ b/asposecellscloud/models/error.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/error_bar.py b/asposecellscloud/models/error_bar.py index 663c9a9..ac45a96 100644 --- a/asposecellscloud/models/error_bar.py +++ b/asposecellscloud/models/error_bar.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/error_bar_response.py b/asposecellscloud/models/error_bar_response.py index df94d95..f06bad6 100644 --- a/asposecellscloud/models/error_bar_response.py +++ b/asposecellscloud/models/error_bar_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/error_details.py b/asposecellscloud/models/error_details.py index f80ba66..192f545 100644 --- a/asposecellscloud/models/error_details.py +++ b/asposecellscloud/models/error_details.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/excel_data_statistics.py b/asposecellscloud/models/excel_data_statistics.py index 848f188..66d310e 100644 --- a/asposecellscloud/models/excel_data_statistics.py +++ b/asposecellscloud/models/excel_data_statistics.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/extract_text_options.py b/asposecellscloud/models/extract_text_options.py index a646f4c..64d673b 100644 --- a/asposecellscloud/models/extract_text_options.py +++ b/asposecellscloud/models/extract_text_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/file_info.py b/asposecellscloud/models/file_info.py index 6ba01e9..553f3b6 100644 --- a/asposecellscloud/models/file_info.py +++ b/asposecellscloud/models/file_info.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/file_source.py b/asposecellscloud/models/file_source.py index 9ae4761..04b7e2f 100644 --- a/asposecellscloud/models/file_source.py +++ b/asposecellscloud/models/file_source.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/file_version.py b/asposecellscloud/models/file_version.py index 5a54d7b..356d163 100644 --- a/asposecellscloud/models/file_version.py +++ b/asposecellscloud/models/file_version.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/file_versions.py b/asposecellscloud/models/file_versions.py index 534542c..3723902 100644 --- a/asposecellscloud/models/file_versions.py +++ b/asposecellscloud/models/file_versions.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/files_list.py b/asposecellscloud/models/files_list.py index 8d85c24..d2c61cf 100644 --- a/asposecellscloud/models/files_list.py +++ b/asposecellscloud/models/files_list.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/files_result.py b/asposecellscloud/models/files_result.py index 90a0cf9..b6cab33 100644 --- a/asposecellscloud/models/files_result.py +++ b/asposecellscloud/models/files_result.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/files_upload_result.py b/asposecellscloud/models/files_upload_result.py index 92697cc..5579c76 100644 --- a/asposecellscloud/models/files_upload_result.py +++ b/asposecellscloud/models/files_upload_result.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/fill_format.py b/asposecellscloud/models/fill_format.py index d3a36cd..5902fc8 100644 --- a/asposecellscloud/models/fill_format.py +++ b/asposecellscloud/models/fill_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/fill_format_response.py b/asposecellscloud/models/fill_format_response.py index 6b55a09..f1a19e7 100644 --- a/asposecellscloud/models/fill_format_response.py +++ b/asposecellscloud/models/fill_format_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/filter_column.py b/asposecellscloud/models/filter_column.py index bb9eeb9..3af90e8 100644 --- a/asposecellscloud/models/filter_column.py +++ b/asposecellscloud/models/filter_column.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/find_response.py b/asposecellscloud/models/find_response.py index 5153b71..e37a9d4 100644 --- a/asposecellscloud/models/find_response.py +++ b/asposecellscloud/models/find_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/floor.py b/asposecellscloud/models/floor.py index 9344d31..371f64d 100644 --- a/asposecellscloud/models/floor.py +++ b/asposecellscloud/models/floor.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/floor_response.py b/asposecellscloud/models/floor_response.py index e19a93f..1373a2c 100644 --- a/asposecellscloud/models/floor_response.py +++ b/asposecellscloud/models/floor_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/font.py b/asposecellscloud/models/font.py index 5f5d3b0..750f619 100644 --- a/asposecellscloud/models/font.py +++ b/asposecellscloud/models/font.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/font_setting.py b/asposecellscloud/models/font_setting.py index 1661f5a..e5e715c 100644 --- a/asposecellscloud/models/font_setting.py +++ b/asposecellscloud/models/font_setting.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/form.py b/asposecellscloud/models/form.py index 2ea6dec..c7bd5a6 100644 --- a/asposecellscloud/models/form.py +++ b/asposecellscloud/models/form.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/form_response.py b/asposecellscloud/models/form_response.py index 2fb2b22..1641c2c 100644 --- a/asposecellscloud/models/form_response.py +++ b/asposecellscloud/models/form_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/format_condition.py b/asposecellscloud/models/format_condition.py index 66ea8d0..3e1d06f 100644 --- a/asposecellscloud/models/format_condition.py +++ b/asposecellscloud/models/format_condition.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/forms.py b/asposecellscloud/models/forms.py index bd36381..c2fbb8d 100644 --- a/asposecellscloud/models/forms.py +++ b/asposecellscloud/models/forms.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/forms_response.py b/asposecellscloud/models/forms_response.py index aff6277..94f2137 100644 --- a/asposecellscloud/models/forms_response.py +++ b/asposecellscloud/models/forms_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/formula_format_condition.py b/asposecellscloud/models/formula_format_condition.py index a46817c..5de4320 100644 --- a/asposecellscloud/models/formula_format_condition.py +++ b/asposecellscloud/models/formula_format_condition.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/formula_settings.py b/asposecellscloud/models/formula_settings.py index e8ad4db..623863b 100644 --- a/asposecellscloud/models/formula_settings.py +++ b/asposecellscloud/models/formula_settings.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/globalization_settings.py b/asposecellscloud/models/globalization_settings.py index 80f7b03..b2d0572 100644 --- a/asposecellscloud/models/globalization_settings.py +++ b/asposecellscloud/models/globalization_settings.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/google_drive_storage_file.py b/asposecellscloud/models/google_drive_storage_file.py index 7cb6cff..fe0b3ef 100644 --- a/asposecellscloud/models/google_drive_storage_file.py +++ b/asposecellscloud/models/google_drive_storage_file.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/gradient_fill.py b/asposecellscloud/models/gradient_fill.py index 31e6e15..6a8c370 100644 --- a/asposecellscloud/models/gradient_fill.py +++ b/asposecellscloud/models/gradient_fill.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/gradient_fill_stop.py b/asposecellscloud/models/gradient_fill_stop.py index 5f9c809..56a444b 100644 --- a/asposecellscloud/models/gradient_fill_stop.py +++ b/asposecellscloud/models/gradient_fill_stop.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/group_box.py b/asposecellscloud/models/group_box.py index 1649237..e5ba84d 100644 --- a/asposecellscloud/models/group_box.py +++ b/asposecellscloud/models/group_box.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/group_box_response.py b/asposecellscloud/models/group_box_response.py index 9a39877..0117c6f 100644 --- a/asposecellscloud/models/group_box_response.py +++ b/asposecellscloud/models/group_box_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/group_shape.py b/asposecellscloud/models/group_shape.py index 29edaf1..a1958fd 100644 --- a/asposecellscloud/models/group_shape.py +++ b/asposecellscloud/models/group_shape.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/horizontal_page_break.py b/asposecellscloud/models/horizontal_page_break.py index 324dd8c..a8f6c94 100644 --- a/asposecellscloud/models/horizontal_page_break.py +++ b/asposecellscloud/models/horizontal_page_break.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/horizontal_page_break_response.py b/asposecellscloud/models/horizontal_page_break_response.py index 6804b4f..84c881b 100644 --- a/asposecellscloud/models/horizontal_page_break_response.py +++ b/asposecellscloud/models/horizontal_page_break_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/horizontal_page_breaks.py b/asposecellscloud/models/horizontal_page_breaks.py index 885c5ad..de99e84 100644 --- a/asposecellscloud/models/horizontal_page_breaks.py +++ b/asposecellscloud/models/horizontal_page_breaks.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/horizontal_page_breaks_response.py b/asposecellscloud/models/horizontal_page_breaks_response.py index f292248..10f7cd8 100644 --- a/asposecellscloud/models/horizontal_page_breaks_response.py +++ b/asposecellscloud/models/horizontal_page_breaks_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/html_save_options.py b/asposecellscloud/models/html_save_options.py index 8519301..621477e 100644 --- a/asposecellscloud/models/html_save_options.py +++ b/asposecellscloud/models/html_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/hyperlink.py b/asposecellscloud/models/hyperlink.py index 16db880..ece0d6f 100644 --- a/asposecellscloud/models/hyperlink.py +++ b/asposecellscloud/models/hyperlink.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/hyperlink_response.py b/asposecellscloud/models/hyperlink_response.py index df974e9..e1c8276 100644 --- a/asposecellscloud/models/hyperlink_response.py +++ b/asposecellscloud/models/hyperlink_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/hyperlinks.py b/asposecellscloud/models/hyperlinks.py index 8331031..e0cc3d9 100644 --- a/asposecellscloud/models/hyperlinks.py +++ b/asposecellscloud/models/hyperlinks.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/hyperlinks_response.py b/asposecellscloud/models/hyperlinks_response.py index 00b223d..b207cfe 100644 --- a/asposecellscloud/models/hyperlinks_response.py +++ b/asposecellscloud/models/hyperlinks_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/icon_filter.py b/asposecellscloud/models/icon_filter.py index ba29f4b..3156e16 100644 --- a/asposecellscloud/models/icon_filter.py +++ b/asposecellscloud/models/icon_filter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/icon_set.py b/asposecellscloud/models/icon_set.py index 34c1b39..22b176b 100644 --- a/asposecellscloud/models/icon_set.py +++ b/asposecellscloud/models/icon_set.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/image_or_print_options.py b/asposecellscloud/models/image_or_print_options.py index 356b451..d3517fe 100644 --- a/asposecellscloud/models/image_or_print_options.py +++ b/asposecellscloud/models/image_or_print_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/image_save_options.py b/asposecellscloud/models/image_save_options.py index 49ba226..2b408c8 100644 --- a/asposecellscloud/models/image_save_options.py +++ b/asposecellscloud/models/image_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import2_dimension_double_array_option.py b/asposecellscloud/models/import2_dimension_double_array_option.py index 8724c75..1e25352 100644 --- a/asposecellscloud/models/import2_dimension_double_array_option.py +++ b/asposecellscloud/models/import2_dimension_double_array_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import2_dimension_int_array_option.py b/asposecellscloud/models/import2_dimension_int_array_option.py index 60864f2..d0d500d 100644 --- a/asposecellscloud/models/import2_dimension_int_array_option.py +++ b/asposecellscloud/models/import2_dimension_int_array_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import2_dimension_string_array_option.py b/asposecellscloud/models/import2_dimension_string_array_option.py index d307dc8..14993bc 100644 --- a/asposecellscloud/models/import2_dimension_string_array_option.py +++ b/asposecellscloud/models/import2_dimension_string_array_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import_batch_data_option.py b/asposecellscloud/models/import_batch_data_option.py index fcc5548..3e7d73b 100644 --- a/asposecellscloud/models/import_batch_data_option.py +++ b/asposecellscloud/models/import_batch_data_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import_csv_data_option.py b/asposecellscloud/models/import_csv_data_option.py index 9d2a2d5..940c2dc 100644 --- a/asposecellscloud/models/import_csv_data_option.py +++ b/asposecellscloud/models/import_csv_data_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import_data_task_parameter.py b/asposecellscloud/models/import_data_task_parameter.py index 7dc70be..548743b 100644 --- a/asposecellscloud/models/import_data_task_parameter.py +++ b/asposecellscloud/models/import_data_task_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import_double_array_option.py b/asposecellscloud/models/import_double_array_option.py index b934a56..492e5cf 100644 --- a/asposecellscloud/models/import_double_array_option.py +++ b/asposecellscloud/models/import_double_array_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import_int_array_option.py b/asposecellscloud/models/import_int_array_option.py index bdb085b..ad9db8a 100644 --- a/asposecellscloud/models/import_int_array_option.py +++ b/asposecellscloud/models/import_int_array_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import_json_request.py b/asposecellscloud/models/import_json_request.py index 9e822ba..b8e855d 100644 --- a/asposecellscloud/models/import_json_request.py +++ b/asposecellscloud/models/import_json_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import_option.py b/asposecellscloud/models/import_option.py index 093ce76..cca2e55 100644 --- a/asposecellscloud/models/import_option.py +++ b/asposecellscloud/models/import_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import_picture_option.py b/asposecellscloud/models/import_picture_option.py index 98f22be..3aba4bd 100644 --- a/asposecellscloud/models/import_picture_option.py +++ b/asposecellscloud/models/import_picture_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import_position.py b/asposecellscloud/models/import_position.py index 2ddc78a..5d55c74 100644 --- a/asposecellscloud/models/import_position.py +++ b/asposecellscloud/models/import_position.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import_string_array_option.py b/asposecellscloud/models/import_string_array_option.py index f710e9a..9d24ede 100644 --- a/asposecellscloud/models/import_string_array_option.py +++ b/asposecellscloud/models/import_string_array_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/import_xml_request.py b/asposecellscloud/models/import_xml_request.py index d57b878..dfa91a2 100644 --- a/asposecellscloud/models/import_xml_request.py +++ b/asposecellscloud/models/import_xml_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/json_save_options.py b/asposecellscloud/models/json_save_options.py index 769149b..86759b5 100644 --- a/asposecellscloud/models/json_save_options.py +++ b/asposecellscloud/models/json_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/label.py b/asposecellscloud/models/label.py index b1c9824..7eb9803 100644 --- a/asposecellscloud/models/label.py +++ b/asposecellscloud/models/label.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/label_response.py b/asposecellscloud/models/label_response.py index 54efbd3..9b84281 100644 --- a/asposecellscloud/models/label_response.py +++ b/asposecellscloud/models/label_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/legend.py b/asposecellscloud/models/legend.py index 18c9a4d..bafc7b1 100644 --- a/asposecellscloud/models/legend.py +++ b/asposecellscloud/models/legend.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/legend_entries.py b/asposecellscloud/models/legend_entries.py index e8d8ec0..3d24e9e 100644 --- a/asposecellscloud/models/legend_entries.py +++ b/asposecellscloud/models/legend_entries.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/legend_entries_response.py b/asposecellscloud/models/legend_entries_response.py index f6b5bee..2d6b100 100644 --- a/asposecellscloud/models/legend_entries_response.py +++ b/asposecellscloud/models/legend_entries_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/legend_entry.py b/asposecellscloud/models/legend_entry.py index 9360c17..bb34b19 100644 --- a/asposecellscloud/models/legend_entry.py +++ b/asposecellscloud/models/legend_entry.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/legend_entry_response.py b/asposecellscloud/models/legend_entry_response.py index d620bdc..ebf9a64 100644 --- a/asposecellscloud/models/legend_entry_response.py +++ b/asposecellscloud/models/legend_entry_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/legend_response.py b/asposecellscloud/models/legend_response.py index 478299c..10b9eed 100644 --- a/asposecellscloud/models/legend_response.py +++ b/asposecellscloud/models/legend_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/line.py b/asposecellscloud/models/line.py index 99fd731..045c246 100644 --- a/asposecellscloud/models/line.py +++ b/asposecellscloud/models/line.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/line_format.py b/asposecellscloud/models/line_format.py index 2b072a2..c782bcc 100644 --- a/asposecellscloud/models/line_format.py +++ b/asposecellscloud/models/line_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/line_response.py b/asposecellscloud/models/line_response.py index 4340abb..e10e4a8 100644 --- a/asposecellscloud/models/line_response.py +++ b/asposecellscloud/models/line_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/line_shape.py b/asposecellscloud/models/line_shape.py index 79aeb9d..b843a8c 100644 --- a/asposecellscloud/models/line_shape.py +++ b/asposecellscloud/models/line_shape.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/line_shape_response.py b/asposecellscloud/models/line_shape_response.py index 734440c..ca59336 100644 --- a/asposecellscloud/models/line_shape_response.py +++ b/asposecellscloud/models/line_shape_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/link.py b/asposecellscloud/models/link.py index 19de989..d6503cf 100644 --- a/asposecellscloud/models/link.py +++ b/asposecellscloud/models/link.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/link_element.py b/asposecellscloud/models/link_element.py index fd7e8e2..1800efc 100644 --- a/asposecellscloud/models/link_element.py +++ b/asposecellscloud/models/link_element.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/list_box.py b/asposecellscloud/models/list_box.py index ce0121d..0f676f5 100644 --- a/asposecellscloud/models/list_box.py +++ b/asposecellscloud/models/list_box.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/list_box_response.py b/asposecellscloud/models/list_box_response.py index 991795a..06a3822 100644 --- a/asposecellscloud/models/list_box_response.py +++ b/asposecellscloud/models/list_box_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/list_column.py b/asposecellscloud/models/list_column.py index 4e77e83..1001afa 100644 --- a/asposecellscloud/models/list_column.py +++ b/asposecellscloud/models/list_column.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/list_object.py b/asposecellscloud/models/list_object.py index 9eaff49..e5e801f 100644 --- a/asposecellscloud/models/list_object.py +++ b/asposecellscloud/models/list_object.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/list_object_operate_parameter.py b/asposecellscloud/models/list_object_operate_parameter.py index 272feb7..c3d84fe 100644 --- a/asposecellscloud/models/list_object_operate_parameter.py +++ b/asposecellscloud/models/list_object_operate_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/list_object_response.py b/asposecellscloud/models/list_object_response.py index 1594347..5e9603f 100644 --- a/asposecellscloud/models/list_object_response.py +++ b/asposecellscloud/models/list_object_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/list_objects.py b/asposecellscloud/models/list_objects.py index 426e1aa..0cd0aca 100644 --- a/asposecellscloud/models/list_objects.py +++ b/asposecellscloud/models/list_objects.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/list_objects_response.py b/asposecellscloud/models/list_objects_response.py index 2c82678..7c237c7 100644 --- a/asposecellscloud/models/list_objects_response.py +++ b/asposecellscloud/models/list_objects_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/load_data.py b/asposecellscloud/models/load_data.py index aef9304..969304c 100644 --- a/asposecellscloud/models/load_data.py +++ b/asposecellscloud/models/load_data.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/load_options.py b/asposecellscloud/models/load_options.py index 7f63b63..62c7f6f 100644 --- a/asposecellscloud/models/load_options.py +++ b/asposecellscloud/models/load_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/load_to.py b/asposecellscloud/models/load_to.py index 9636cf3..8a35a39 100644 --- a/asposecellscloud/models/load_to.py +++ b/asposecellscloud/models/load_to.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/m_html_save_options.py b/asposecellscloud/models/m_html_save_options.py index e0b70ea..7f41cbb 100644 --- a/asposecellscloud/models/m_html_save_options.py +++ b/asposecellscloud/models/m_html_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/markdown_save_options.py b/asposecellscloud/models/markdown_save_options.py index d25aa71..43dfc00 100644 --- a/asposecellscloud/models/markdown_save_options.py +++ b/asposecellscloud/models/markdown_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/marker.py b/asposecellscloud/models/marker.py index 4ad7928..e6f4a1d 100644 --- a/asposecellscloud/models/marker.py +++ b/asposecellscloud/models/marker.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/match_condition_request.py b/asposecellscloud/models/match_condition_request.py index c05c18d..a404e33 100644 --- a/asposecellscloud/models/match_condition_request.py +++ b/asposecellscloud/models/match_condition_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/merge_queries.py b/asposecellscloud/models/merge_queries.py index e1a9647..3d4c083 100644 --- a/asposecellscloud/models/merge_queries.py +++ b/asposecellscloud/models/merge_queries.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/merged_cell.py b/asposecellscloud/models/merged_cell.py index d61de7e..2e4e652 100644 --- a/asposecellscloud/models/merged_cell.py +++ b/asposecellscloud/models/merged_cell.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/merged_cell_response.py b/asposecellscloud/models/merged_cell_response.py index 090541e..580e60a 100644 --- a/asposecellscloud/models/merged_cell_response.py +++ b/asposecellscloud/models/merged_cell_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/merged_cells.py b/asposecellscloud/models/merged_cells.py index 6a10070..b9ee2ca 100644 --- a/asposecellscloud/models/merged_cells.py +++ b/asposecellscloud/models/merged_cells.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/merged_cells_response.py b/asposecellscloud/models/merged_cells_response.py index d0fe4ec..f40b9f3 100644 --- a/asposecellscloud/models/merged_cells_response.py +++ b/asposecellscloud/models/merged_cells_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/multiple_filter.py b/asposecellscloud/models/multiple_filter.py index 35663cd..d33f953 100644 --- a/asposecellscloud/models/multiple_filter.py +++ b/asposecellscloud/models/multiple_filter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/multiple_filters.py b/asposecellscloud/models/multiple_filters.py index ff48b8c..5626c80 100644 --- a/asposecellscloud/models/multiple_filters.py +++ b/asposecellscloud/models/multiple_filters.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/name.py b/asposecellscloud/models/name.py index da8c8b7..3e3a3b7 100644 --- a/asposecellscloud/models/name.py +++ b/asposecellscloud/models/name.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/name_response.py b/asposecellscloud/models/name_response.py index c4e6cc6..d4941aa 100644 --- a/asposecellscloud/models/name_response.py +++ b/asposecellscloud/models/name_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/names.py b/asposecellscloud/models/names.py index 5d8050f..8f42fca 100644 --- a/asposecellscloud/models/names.py +++ b/asposecellscloud/models/names.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/names_response.py b/asposecellscloud/models/names_response.py index 54c8d07..d1014aa 100644 --- a/asposecellscloud/models/names_response.py +++ b/asposecellscloud/models/names_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/negative_bar_format.py b/asposecellscloud/models/negative_bar_format.py index 3d814ab..98e8419 100644 --- a/asposecellscloud/models/negative_bar_format.py +++ b/asposecellscloud/models/negative_bar_format.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/object_exist.py b/asposecellscloud/models/object_exist.py index b61ba9f..b951c38 100644 --- a/asposecellscloud/models/object_exist.py +++ b/asposecellscloud/models/object_exist.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/object_exists_extensions.py b/asposecellscloud/models/object_exists_extensions.py index c5f805d..75d65c9 100644 --- a/asposecellscloud/models/object_exists_extensions.py +++ b/asposecellscloud/models/object_exists_extensions.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/ods_save_options.py b/asposecellscloud/models/ods_save_options.py index f15fa39..8d0438e 100644 --- a/asposecellscloud/models/ods_save_options.py +++ b/asposecellscloud/models/ods_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/ole_object.py b/asposecellscloud/models/ole_object.py index e703e7a..f1f5708 100644 --- a/asposecellscloud/models/ole_object.py +++ b/asposecellscloud/models/ole_object.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/ole_object_response.py b/asposecellscloud/models/ole_object_response.py index 6122665..7474ec5 100644 --- a/asposecellscloud/models/ole_object_response.py +++ b/asposecellscloud/models/ole_object_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/ole_objects.py b/asposecellscloud/models/ole_objects.py index b8b25d9..da7ff99 100644 --- a/asposecellscloud/models/ole_objects.py +++ b/asposecellscloud/models/ole_objects.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/ole_objects_response.py b/asposecellscloud/models/ole_objects_response.py index c46c878..c91a08e 100644 --- a/asposecellscloud/models/ole_objects_response.py +++ b/asposecellscloud/models/ole_objects_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/ooxml_save_options.py b/asposecellscloud/models/ooxml_save_options.py index 13236a4..2dfd102 100644 --- a/asposecellscloud/models/ooxml_save_options.py +++ b/asposecellscloud/models/ooxml_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/operate_object.py b/asposecellscloud/models/operate_object.py index 176bfd4..be29bee 100644 --- a/asposecellscloud/models/operate_object.py +++ b/asposecellscloud/models/operate_object.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/operate_object_position.py b/asposecellscloud/models/operate_object_position.py index 4404a6f..655f14f 100644 --- a/asposecellscloud/models/operate_object_position.py +++ b/asposecellscloud/models/operate_object_position.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/operate_parameter.py b/asposecellscloud/models/operate_parameter.py index f6e0d03..985b430 100644 --- a/asposecellscloud/models/operate_parameter.py +++ b/asposecellscloud/models/operate_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/oval.py b/asposecellscloud/models/oval.py index 85ec540..45638dd 100644 --- a/asposecellscloud/models/oval.py +++ b/asposecellscloud/models/oval.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/oval_response.py b/asposecellscloud/models/oval_response.py index efdf315..ad534bd 100644 --- a/asposecellscloud/models/oval_response.py +++ b/asposecellscloud/models/oval_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/page_break_operate_parameter.py b/asposecellscloud/models/page_break_operate_parameter.py index cc20788..1b9df02 100644 --- a/asposecellscloud/models/page_break_operate_parameter.py +++ b/asposecellscloud/models/page_break_operate_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/page_section.py b/asposecellscloud/models/page_section.py index 01a5d6c..90e93c3 100644 --- a/asposecellscloud/models/page_section.py +++ b/asposecellscloud/models/page_section.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/page_sections_response.py b/asposecellscloud/models/page_sections_response.py index faf608f..80d5ea3 100644 --- a/asposecellscloud/models/page_sections_response.py +++ b/asposecellscloud/models/page_sections_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/page_setup.py b/asposecellscloud/models/page_setup.py index 64ef5b8..53e7347 100644 --- a/asposecellscloud/models/page_setup.py +++ b/asposecellscloud/models/page_setup.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/page_setup_operate_parameter.py b/asposecellscloud/models/page_setup_operate_parameter.py index 16d0fe4..11f2cdb 100644 --- a/asposecellscloud/models/page_setup_operate_parameter.py +++ b/asposecellscloud/models/page_setup_operate_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/page_setup_response.py b/asposecellscloud/models/page_setup_response.py index dcb133d..bbf5e04 100644 --- a/asposecellscloud/models/page_setup_response.py +++ b/asposecellscloud/models/page_setup_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/paginated_save_options.py b/asposecellscloud/models/paginated_save_options.py index 8591c57..9e4f8d7 100644 --- a/asposecellscloud/models/paginated_save_options.py +++ b/asposecellscloud/models/paginated_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/password_request.py b/asposecellscloud/models/password_request.py index a096001..132d1e5 100644 --- a/asposecellscloud/models/password_request.py +++ b/asposecellscloud/models/password_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/paste_options.py b/asposecellscloud/models/paste_options.py index d4eb531..80b7e8f 100644 --- a/asposecellscloud/models/paste_options.py +++ b/asposecellscloud/models/paste_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pattern_fill.py b/asposecellscloud/models/pattern_fill.py index 3969847..af68c8e 100644 --- a/asposecellscloud/models/pattern_fill.py +++ b/asposecellscloud/models/pattern_fill.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pdf_save_options.py b/asposecellscloud/models/pdf_save_options.py index 2ede6e1..f9c08d0 100644 --- a/asposecellscloud/models/pdf_save_options.py +++ b/asposecellscloud/models/pdf_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pdf_security_options.py b/asposecellscloud/models/pdf_security_options.py index 89ecdb4..1225e17 100644 --- a/asposecellscloud/models/pdf_security_options.py +++ b/asposecellscloud/models/pdf_security_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pic_format_option.py b/asposecellscloud/models/pic_format_option.py index 2eebea8..630f6ba 100644 --- a/asposecellscloud/models/pic_format_option.py +++ b/asposecellscloud/models/pic_format_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/picture.py b/asposecellscloud/models/picture.py index 830aafe..10d80a0 100644 --- a/asposecellscloud/models/picture.py +++ b/asposecellscloud/models/picture.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/picture_response.py b/asposecellscloud/models/picture_response.py index 192fb8d..4620540 100644 --- a/asposecellscloud/models/picture_response.py +++ b/asposecellscloud/models/picture_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pictures.py b/asposecellscloud/models/pictures.py index f7f5aae..c9a6d82 100644 --- a/asposecellscloud/models/pictures.py +++ b/asposecellscloud/models/pictures.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pictures_response.py b/asposecellscloud/models/pictures_response.py index 55d7b7b..5c28a4c 100644 --- a/asposecellscloud/models/pictures_response.py +++ b/asposecellscloud/models/pictures_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_column.py b/asposecellscloud/models/pivot_column.py index fc9f863..c2433d7 100644 --- a/asposecellscloud/models/pivot_column.py +++ b/asposecellscloud/models/pivot_column.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_field.py b/asposecellscloud/models/pivot_field.py index 28afe85..bb68fa9 100644 --- a/asposecellscloud/models/pivot_field.py +++ b/asposecellscloud/models/pivot_field.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_field_response.py b/asposecellscloud/models/pivot_field_response.py index bc829c4..c69a760 100644 --- a/asposecellscloud/models/pivot_field_response.py +++ b/asposecellscloud/models/pivot_field_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_filter.py b/asposecellscloud/models/pivot_filter.py index 4491737..b358fa3 100644 --- a/asposecellscloud/models/pivot_filter.py +++ b/asposecellscloud/models/pivot_filter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_filter_response.py b/asposecellscloud/models/pivot_filter_response.py index 6fbc4dc..034eda2 100644 --- a/asposecellscloud/models/pivot_filter_response.py +++ b/asposecellscloud/models/pivot_filter_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_filters_response.py b/asposecellscloud/models/pivot_filters_response.py index 09cbe8d..44bcdaa 100644 --- a/asposecellscloud/models/pivot_filters_response.py +++ b/asposecellscloud/models/pivot_filters_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_globalization_settings.py b/asposecellscloud/models/pivot_globalization_settings.py index c39cc06..fd51df8 100644 --- a/asposecellscloud/models/pivot_globalization_settings.py +++ b/asposecellscloud/models/pivot_globalization_settings.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_item.py b/asposecellscloud/models/pivot_item.py index ccb9e29..4e7e920 100644 --- a/asposecellscloud/models/pivot_item.py +++ b/asposecellscloud/models/pivot_item.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_table.py b/asposecellscloud/models/pivot_table.py index b282c66..31674d4 100644 --- a/asposecellscloud/models/pivot_table.py +++ b/asposecellscloud/models/pivot_table.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_table_field_request.py b/asposecellscloud/models/pivot_table_field_request.py index efb7b9a..885f0de 100644 --- a/asposecellscloud/models/pivot_table_field_request.py +++ b/asposecellscloud/models/pivot_table_field_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_table_operate_parameter.py b/asposecellscloud/models/pivot_table_operate_parameter.py index 136656d..fd35d57 100644 --- a/asposecellscloud/models/pivot_table_operate_parameter.py +++ b/asposecellscloud/models/pivot_table_operate_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_table_response.py b/asposecellscloud/models/pivot_table_response.py index 9ca0458..74bb010 100644 --- a/asposecellscloud/models/pivot_table_response.py +++ b/asposecellscloud/models/pivot_table_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_tables.py b/asposecellscloud/models/pivot_tables.py index a0c3e15..e5fa20a 100644 --- a/asposecellscloud/models/pivot_tables.py +++ b/asposecellscloud/models/pivot_tables.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pivot_tables_response.py b/asposecellscloud/models/pivot_tables_response.py index 6779692..d57bf51 100644 --- a/asposecellscloud/models/pivot_tables_response.py +++ b/asposecellscloud/models/pivot_tables_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/plot_area.py b/asposecellscloud/models/plot_area.py index e914f49..eca9291 100644 --- a/asposecellscloud/models/plot_area.py +++ b/asposecellscloud/models/plot_area.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/plot_area_response.py b/asposecellscloud/models/plot_area_response.py index c7462dd..dcb124f 100644 --- a/asposecellscloud/models/plot_area_response.py +++ b/asposecellscloud/models/plot_area_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/pptx_save_options.py b/asposecellscloud/models/pptx_save_options.py index 29bc879..2a2d7c7 100644 --- a/asposecellscloud/models/pptx_save_options.py +++ b/asposecellscloud/models/pptx_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/protect_sheet_parameter.py b/asposecellscloud/models/protect_sheet_parameter.py index 2c50131..9c803a5 100644 --- a/asposecellscloud/models/protect_sheet_parameter.py +++ b/asposecellscloud/models/protect_sheet_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/protect_workbook_request.py b/asposecellscloud/models/protect_workbook_request.py index 81f3586..e5f5938 100644 --- a/asposecellscloud/models/protect_workbook_request.py +++ b/asposecellscloud/models/protect_workbook_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/protection.py b/asposecellscloud/models/protection.py index c401623..5e9f69c 100644 --- a/asposecellscloud/models/protection.py +++ b/asposecellscloud/models/protection.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/radio_button.py b/asposecellscloud/models/radio_button.py index 4e024cc..867b827 100644 --- a/asposecellscloud/models/radio_button.py +++ b/asposecellscloud/models/radio_button.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/radio_button_response.py b/asposecellscloud/models/radio_button_response.py index 813e08d..078b43e 100644 --- a/asposecellscloud/models/radio_button_response.py +++ b/asposecellscloud/models/radio_button_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/range.py b/asposecellscloud/models/range.py index 087f126..49cdad0 100644 --- a/asposecellscloud/models/range.py +++ b/asposecellscloud/models/range.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/range_copy_request.py b/asposecellscloud/models/range_copy_request.py index 89db48b..d4bbabd 100644 --- a/asposecellscloud/models/range_copy_request.py +++ b/asposecellscloud/models/range_copy_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/range_response.py b/asposecellscloud/models/range_response.py index 19ab2fa..4308013 100644 --- a/asposecellscloud/models/range_response.py +++ b/asposecellscloud/models/range_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/range_set_outline_border_request.py b/asposecellscloud/models/range_set_outline_border_request.py index d5b0586..cf9c0bf 100644 --- a/asposecellscloud/models/range_set_outline_border_request.py +++ b/asposecellscloud/models/range_set_outline_border_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/range_set_style_request.py b/asposecellscloud/models/range_set_style_request.py index 7644a54..05eb304 100644 --- a/asposecellscloud/models/range_set_style_request.py +++ b/asposecellscloud/models/range_set_style_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/range_sort_request.py b/asposecellscloud/models/range_sort_request.py index 5857e87..55db168 100644 --- a/asposecellscloud/models/range_sort_request.py +++ b/asposecellscloud/models/range_sort_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/range_value_response.py b/asposecellscloud/models/range_value_response.py index 215459b..5d8a3f2 100644 --- a/asposecellscloud/models/range_value_response.py +++ b/asposecellscloud/models/range_value_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/ranges.py b/asposecellscloud/models/ranges.py index 5017d56..7bd48e5 100644 --- a/asposecellscloud/models/ranges.py +++ b/asposecellscloud/models/ranges.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/ranges_response.py b/asposecellscloud/models/ranges_response.py index 3a0990d..03b88ad 100644 --- a/asposecellscloud/models/ranges_response.py +++ b/asposecellscloud/models/ranges_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/rectangle_shape.py b/asposecellscloud/models/rectangle_shape.py index bb7c031..22deb73 100644 --- a/asposecellscloud/models/rectangle_shape.py +++ b/asposecellscloud/models/rectangle_shape.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/rectangle_shape_response.py b/asposecellscloud/models/rectangle_shape_response.py index 50b25ee..5db0b87 100644 --- a/asposecellscloud/models/rectangle_shape_response.py +++ b/asposecellscloud/models/rectangle_shape_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/remove_characters_by_character.py b/asposecellscloud/models/remove_characters_by_character.py index cc8cdc1..4e3fea5 100644 --- a/asposecellscloud/models/remove_characters_by_character.py +++ b/asposecellscloud/models/remove_characters_by_character.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/remove_characters_by_position.py b/asposecellscloud/models/remove_characters_by_position.py index b9fa11f..a93a32f 100644 --- a/asposecellscloud/models/remove_characters_by_position.py +++ b/asposecellscloud/models/remove_characters_by_position.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/remove_characters_options.py b/asposecellscloud/models/remove_characters_options.py index 03e9d1e..9829aca 100644 --- a/asposecellscloud/models/remove_characters_options.py +++ b/asposecellscloud/models/remove_characters_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/remove_duplicates_options.py b/asposecellscloud/models/remove_duplicates_options.py index 3cb18f8..e84b1dc 100644 --- a/asposecellscloud/models/remove_duplicates_options.py +++ b/asposecellscloud/models/remove_duplicates_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/rendering_font.py b/asposecellscloud/models/rendering_font.py index 9482607..30a9fcf 100644 --- a/asposecellscloud/models/rendering_font.py +++ b/asposecellscloud/models/rendering_font.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/rendering_watermark.py b/asposecellscloud/models/rendering_watermark.py index 5412abd..0d6502c 100644 --- a/asposecellscloud/models/rendering_watermark.py +++ b/asposecellscloud/models/rendering_watermark.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/result_destination.py b/asposecellscloud/models/result_destination.py index cde0761..da599f9 100644 --- a/asposecellscloud/models/result_destination.py +++ b/asposecellscloud/models/result_destination.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/row.py b/asposecellscloud/models/row.py index 08405db..ce61cd1 100644 --- a/asposecellscloud/models/row.py +++ b/asposecellscloud/models/row.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/row_response.py b/asposecellscloud/models/row_response.py index b6e1d8d..6c78177 100644 --- a/asposecellscloud/models/row_response.py +++ b/asposecellscloud/models/row_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/rows.py b/asposecellscloud/models/rows.py index 5a8048c..c4c3c02 100644 --- a/asposecellscloud/models/rows.py +++ b/asposecellscloud/models/rows.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/rows_response.py b/asposecellscloud/models/rows_response.py index 7707c68..5a2e0bf 100644 --- a/asposecellscloud/models/rows_response.py +++ b/asposecellscloud/models/rows_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/save_files_to_cloud_result.py b/asposecellscloud/models/save_files_to_cloud_result.py index 6da6bdb..946b5e8 100644 --- a/asposecellscloud/models/save_files_to_cloud_result.py +++ b/asposecellscloud/models/save_files_to_cloud_result.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/save_files_to_cloud_result_response.py b/asposecellscloud/models/save_files_to_cloud_result_response.py index 670d9dd..117249b 100644 --- a/asposecellscloud/models/save_files_to_cloud_result_response.py +++ b/asposecellscloud/models/save_files_to_cloud_result_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/save_options.py b/asposecellscloud/models/save_options.py index 040713d..18cdc6b 100644 --- a/asposecellscloud/models/save_options.py +++ b/asposecellscloud/models/save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/save_response.py b/asposecellscloud/models/save_response.py index ef8d909..b14ef09 100644 --- a/asposecellscloud/models/save_response.py +++ b/asposecellscloud/models/save_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/save_result.py b/asposecellscloud/models/save_result.py index dea758b..7224372 100644 --- a/asposecellscloud/models/save_result.py +++ b/asposecellscloud/models/save_result.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/save_result_task_parameter.py b/asposecellscloud/models/save_result_task_parameter.py index 805ae4d..64f02e0 100644 --- a/asposecellscloud/models/save_result_task_parameter.py +++ b/asposecellscloud/models/save_result_task_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/scope_item.py b/asposecellscloud/models/scope_item.py index 07016d7..ff2848f 100644 --- a/asposecellscloud/models/scope_item.py +++ b/asposecellscloud/models/scope_item.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/scope_options.py b/asposecellscloud/models/scope_options.py index 905a476..12e70fd 100644 --- a/asposecellscloud/models/scope_options.py +++ b/asposecellscloud/models/scope_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/scroll_bar.py b/asposecellscloud/models/scroll_bar.py index 4680d35..224c93d 100644 --- a/asposecellscloud/models/scroll_bar.py +++ b/asposecellscloud/models/scroll_bar.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/scroll_bar_response.py b/asposecellscloud/models/scroll_bar_response.py index 91c7f3d..19d7812 100644 --- a/asposecellscloud/models/scroll_bar_response.py +++ b/asposecellscloud/models/scroll_bar_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/series.py b/asposecellscloud/models/series.py index 162620a..79b4eda 100644 --- a/asposecellscloud/models/series.py +++ b/asposecellscloud/models/series.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/series_items.py b/asposecellscloud/models/series_items.py index bd0d888..37cdd1e 100644 --- a/asposecellscloud/models/series_items.py +++ b/asposecellscloud/models/series_items.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/series_response.py b/asposecellscloud/models/series_response.py index f309c84..4aaba49 100644 --- a/asposecellscloud/models/series_response.py +++ b/asposecellscloud/models/series_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/serieses_response.py b/asposecellscloud/models/serieses_response.py index 69d010e..6435cce 100644 --- a/asposecellscloud/models/serieses_response.py +++ b/asposecellscloud/models/serieses_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/shadow_effect.py b/asposecellscloud/models/shadow_effect.py index 14c6e4a..8df51ab 100644 --- a/asposecellscloud/models/shadow_effect.py +++ b/asposecellscloud/models/shadow_effect.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/shape.py b/asposecellscloud/models/shape.py index 6facfe2..9a0e23b 100644 --- a/asposecellscloud/models/shape.py +++ b/asposecellscloud/models/shape.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/shape_operate_parameter.py b/asposecellscloud/models/shape_operate_parameter.py index 8a7bb01..9ab567e 100644 --- a/asposecellscloud/models/shape_operate_parameter.py +++ b/asposecellscloud/models/shape_operate_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/shape_response.py b/asposecellscloud/models/shape_response.py index 715098c..8b8f64c 100644 --- a/asposecellscloud/models/shape_response.py +++ b/asposecellscloud/models/shape_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/shapes.py b/asposecellscloud/models/shapes.py index bb99038..dacf0fc 100644 --- a/asposecellscloud/models/shapes.py +++ b/asposecellscloud/models/shapes.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/shapes_response.py b/asposecellscloud/models/shapes_response.py index 95bcc39..8539683 100644 --- a/asposecellscloud/models/shapes_response.py +++ b/asposecellscloud/models/shapes_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/single_value.py b/asposecellscloud/models/single_value.py index a3a762e..d6dabbd 100644 --- a/asposecellscloud/models/single_value.py +++ b/asposecellscloud/models/single_value.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/single_value_response.py b/asposecellscloud/models/single_value_response.py index 03bbcb9..5898fa2 100644 --- a/asposecellscloud/models/single_value_response.py +++ b/asposecellscloud/models/single_value_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/smart_marker_task_parameter.py b/asposecellscloud/models/smart_marker_task_parameter.py index df2f468..937c3b2 100644 --- a/asposecellscloud/models/smart_marker_task_parameter.py +++ b/asposecellscloud/models/smart_marker_task_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/solid_fill.py b/asposecellscloud/models/solid_fill.py index 235d5a5..9e3da8d 100644 --- a/asposecellscloud/models/solid_fill.py +++ b/asposecellscloud/models/solid_fill.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/sort_key.py b/asposecellscloud/models/sort_key.py index 544d294..16dc765 100644 --- a/asposecellscloud/models/sort_key.py +++ b/asposecellscloud/models/sort_key.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/sparkline.py b/asposecellscloud/models/sparkline.py index 1d08314..bdadb1f 100644 --- a/asposecellscloud/models/sparkline.py +++ b/asposecellscloud/models/sparkline.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/sparkline_group.py b/asposecellscloud/models/sparkline_group.py index 00e702a..a8706a6 100644 --- a/asposecellscloud/models/sparkline_group.py +++ b/asposecellscloud/models/sparkline_group.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/sparkline_group_response.py b/asposecellscloud/models/sparkline_group_response.py index bbc7d7a..0b81b33 100644 --- a/asposecellscloud/models/sparkline_group_response.py +++ b/asposecellscloud/models/sparkline_group_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/sparkline_groups.py b/asposecellscloud/models/sparkline_groups.py index efdc178..6bd1955 100644 --- a/asposecellscloud/models/sparkline_groups.py +++ b/asposecellscloud/models/sparkline_groups.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/sparkline_groups_response.py b/asposecellscloud/models/sparkline_groups_response.py index b75f2bf..8485d57 100644 --- a/asposecellscloud/models/sparkline_groups_response.py +++ b/asposecellscloud/models/sparkline_groups_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/spinner.py b/asposecellscloud/models/spinner.py index b5794c0..41b26de 100644 --- a/asposecellscloud/models/spinner.py +++ b/asposecellscloud/models/spinner.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/spinner_response.py b/asposecellscloud/models/spinner_response.py index 81df8de..7afa1bc 100644 --- a/asposecellscloud/models/spinner_response.py +++ b/asposecellscloud/models/spinner_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/split_result.py b/asposecellscloud/models/split_result.py index 72ada71..0eb2e42 100644 --- a/asposecellscloud/models/split_result.py +++ b/asposecellscloud/models/split_result.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/split_result_response.py b/asposecellscloud/models/split_result_response.py index 76d3ff1..7a8dfda 100644 --- a/asposecellscloud/models/split_result_response.py +++ b/asposecellscloud/models/split_result_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/split_text_options.py b/asposecellscloud/models/split_text_options.py new file mode 100644 index 0000000..f73e63b --- /dev/null +++ b/asposecellscloud/models/split_text_options.py @@ -0,0 +1,289 @@ +# coding: utf-8 +""" + + Copyright (c) 2025 Aspose.Cells Cloud + + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +""" + +from pprint import pformat +from six import iteritems +import re + +class SplitTextOptions(object): + + """ + NOTE: This class is auto generated by the swagger code generator program. + Do not edit the class manually. + """ + + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + + swagger_types = { + 'name' : 'str', + 'data_source' : 'DataSource', + 'file_info' : 'FileInfo', + 'worksheet' : 'str', + 'range' : 'str', + 'split_delimiters_type' : 'str', + 'custom_delimiter' : 'str', + 'keep_delimiters_in_resulting_cells' : 'bool', + 'keep_delimiters_position' : 'str', + 'how_to_split' : 'str' + } + + attribute_map = { + 'name' : 'Name' , + 'data_source' : 'DataSource' , + 'file_info' : 'FileInfo' , + 'worksheet' : 'Worksheet' , + 'range' : 'Range' , + 'split_delimiters_type' : 'SplitDelimitersType' , + 'custom_delimiter' : 'CustomDelimiter' , + 'keep_delimiters_in_resulting_cells' : 'KeepDelimitersInResultingCells' , + 'keep_delimiters_position' : 'KeepDelimitersPosition' , + 'how_to_split' : 'HowToSplit' + } + + @staticmethod + def get_swagger_types(): + return SplitTextOptions.swagger_types + + @staticmethod + def get_attribute_map(): + return SplitTextOptions.attribute_map + + def get_from_container(self, attr): + if attr in self.container: + return self.container[attr] + return None + + def __init__(self,name=None ,data_source=None ,file_info=None ,worksheet=None ,range=None ,split_delimiters_type=None ,custom_delimiter=None ,keep_delimiters_in_resulting_cells=None ,keep_delimiters_position=None ,how_to_split=None ,**kw): + """ + Associative dict for storing property values + """ + self.container = {} + + """ + SplitTextOptions - a model defined in Swagger + """ + self.container['name'] = None + self.container['data_source'] = None + self.container['file_info'] = None + self.container['worksheet'] = None + self.container['range'] = None + self.container['split_delimiters_type'] = None + self.container['custom_delimiter'] = None + self.container['keep_delimiters_in_resulting_cells'] = None + self.container['keep_delimiters_position'] = None + self.container['how_to_split'] = None + params = locals() + self.name = name + if 'name' in params: + self.name = params["name"] + + + + self.data_source = data_source + if 'data_source' in params: + self.data_source = params["data_source"] + + + + self.file_info = file_info + if 'file_info' in params: + self.file_info = params["file_info"] + + + + self.worksheet = worksheet + if 'worksheet' in params: + self.worksheet = params["worksheet"] + + + + self.range = range + if 'range' in params: + self.range = params["range"] + + + + self.split_delimiters_type = split_delimiters_type + if 'split_delimiters_type' in params: + self.split_delimiters_type = params["split_delimiters_type"] + + + + self.custom_delimiter = custom_delimiter + if 'custom_delimiter' in params: + self.custom_delimiter = params["custom_delimiter"] + + + + self.keep_delimiters_in_resulting_cells = keep_delimiters_in_resulting_cells + if 'keep_delimiters_in_resulting_cells' in params: + self.keep_delimiters_in_resulting_cells = params["keep_delimiters_in_resulting_cells"] + + + + self.keep_delimiters_position = keep_delimiters_position + if 'keep_delimiters_position' in params: + self.keep_delimiters_position = params["keep_delimiters_position"] + + + + self.how_to_split = how_to_split + if 'how_to_split' in params: + self.how_to_split = params["how_to_split"] + + + + + @property + def name(self): + return self.container['name'] + + @name.setter + def name(self, name): + self.container['name'] = name + @property + def data_source(self): + return self.container['data_source'] + + @data_source.setter + def data_source(self, data_source): + self.container['data_source'] = data_source + @property + def file_info(self): + return self.container['file_info'] + + @file_info.setter + def file_info(self, file_info): + self.container['file_info'] = file_info + @property + def worksheet(self): + return self.container['worksheet'] + + @worksheet.setter + def worksheet(self, worksheet): + self.container['worksheet'] = worksheet + @property + def range(self): + return self.container['range'] + + @range.setter + def range(self, range): + self.container['range'] = range + @property + def split_delimiters_type(self): + return self.container['split_delimiters_type'] + + @split_delimiters_type.setter + def split_delimiters_type(self, split_delimiters_type): + self.container['split_delimiters_type'] = split_delimiters_type + @property + def custom_delimiter(self): + return self.container['custom_delimiter'] + + @custom_delimiter.setter + def custom_delimiter(self, custom_delimiter): + self.container['custom_delimiter'] = custom_delimiter + @property + def keep_delimiters_in_resulting_cells(self): + return self.container['keep_delimiters_in_resulting_cells'] + + @keep_delimiters_in_resulting_cells.setter + def keep_delimiters_in_resulting_cells(self, keep_delimiters_in_resulting_cells): + self.container['keep_delimiters_in_resulting_cells'] = keep_delimiters_in_resulting_cells + @property + def keep_delimiters_position(self): + return self.container['keep_delimiters_position'] + + @keep_delimiters_position.setter + def keep_delimiters_position(self, keep_delimiters_position): + self.container['keep_delimiters_position'] = keep_delimiters_position + @property + def how_to_split(self): + return self.container['how_to_split'] + + @how_to_split.setter + def how_to_split(self, how_to_split): + self.container['how_to_split'] = how_to_split + + def to_dict(self): + """ + Returns the model properties as a dict + """ + result = {} + + for attr, _ in iteritems(self.get_swagger_types()): + value = self.get_from_container(attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + + return result + + def to_str(self): + """ + Returns the string representation of the model + """ + return pformat(self.to_dict()) + + def __repr__(self): + """ + For `print` and `pprint` + """ + return self.to_str() + + def __eq__(self, other): + """ + Returns true if both objects are equal + """ + if not isinstance(other, SplitTextOptions): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """ + Returns true if both objects are not equal + """ + return not self == other \ No newline at end of file diff --git a/asposecellscloud/models/split_workbook_task_parameter.py b/asposecellscloud/models/split_workbook_task_parameter.py index e303d00..2eba084 100644 --- a/asposecellscloud/models/split_workbook_task_parameter.py +++ b/asposecellscloud/models/split_workbook_task_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/spreadsheet_m_l2003_save_options.py b/asposecellscloud/models/spreadsheet_m_l2003_save_options.py index 1e6660f..4ae9b07 100644 --- a/asposecellscloud/models/spreadsheet_m_l2003_save_options.py +++ b/asposecellscloud/models/spreadsheet_m_l2003_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/sql_script_save_options.py b/asposecellscloud/models/sql_script_save_options.py index 7edf463..d661ab4 100644 --- a/asposecellscloud/models/sql_script_save_options.py +++ b/asposecellscloud/models/sql_script_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/storage_exist.py b/asposecellscloud/models/storage_exist.py index cfff41c..9252c47 100644 --- a/asposecellscloud/models/storage_exist.py +++ b/asposecellscloud/models/storage_exist.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/storage_file.py b/asposecellscloud/models/storage_file.py index a8421d3..185b779 100644 --- a/asposecellscloud/models/storage_file.py +++ b/asposecellscloud/models/storage_file.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/style.py b/asposecellscloud/models/style.py index 0c95533..4627bbf 100644 --- a/asposecellscloud/models/style.py +++ b/asposecellscloud/models/style.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/style_format_condition.py b/asposecellscloud/models/style_format_condition.py index bb7461e..0aee6b9 100644 --- a/asposecellscloud/models/style_format_condition.py +++ b/asposecellscloud/models/style_format_condition.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/style_response.py b/asposecellscloud/models/style_response.py index 38d33cc..8b6265c 100644 --- a/asposecellscloud/models/style_response.py +++ b/asposecellscloud/models/style_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/styles.py b/asposecellscloud/models/styles.py index 0e9e551..5264f56 100644 --- a/asposecellscloud/models/styles.py +++ b/asposecellscloud/models/styles.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/svg_save_options.py b/asposecellscloud/models/svg_save_options.py index 83a91c0..d0f638e 100644 --- a/asposecellscloud/models/svg_save_options.py +++ b/asposecellscloud/models/svg_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/table_total_request.py b/asposecellscloud/models/table_total_request.py index da46275..c489819 100644 --- a/asposecellscloud/models/table_total_request.py +++ b/asposecellscloud/models/table_total_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/task_data.py b/asposecellscloud/models/task_data.py index 38ed396..38857e1 100644 --- a/asposecellscloud/models/task_data.py +++ b/asposecellscloud/models/task_data.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/task_description.py b/asposecellscloud/models/task_description.py index 7cc72ae..61ce782 100644 --- a/asposecellscloud/models/task_description.py +++ b/asposecellscloud/models/task_description.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/task_parameter.py b/asposecellscloud/models/task_parameter.py index 51c8b95..38cf839 100644 --- a/asposecellscloud/models/task_parameter.py +++ b/asposecellscloud/models/task_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/task_result_parameter.py b/asposecellscloud/models/task_result_parameter.py index 16559f3..dee1c72 100644 --- a/asposecellscloud/models/task_result_parameter.py +++ b/asposecellscloud/models/task_result_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/task_run_result.py b/asposecellscloud/models/task_run_result.py index 3d83006..321db40 100644 --- a/asposecellscloud/models/task_run_result.py +++ b/asposecellscloud/models/task_run_result.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/task_run_result_response.py b/asposecellscloud/models/task_run_result_response.py index 3446a32..9ea2298 100644 --- a/asposecellscloud/models/task_run_result_response.py +++ b/asposecellscloud/models/task_run_result_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/text_box.py b/asposecellscloud/models/text_box.py index 3851a29..e20a72d 100644 --- a/asposecellscloud/models/text_box.py +++ b/asposecellscloud/models/text_box.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/text_box_response.py b/asposecellscloud/models/text_box_response.py index 5ea97d3..7aadc1e 100644 --- a/asposecellscloud/models/text_box_response.py +++ b/asposecellscloud/models/text_box_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/text_format_condition.py b/asposecellscloud/models/text_format_condition.py index 93f7b0f..bdd0070 100644 --- a/asposecellscloud/models/text_format_condition.py +++ b/asposecellscloud/models/text_format_condition.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/text_item.py b/asposecellscloud/models/text_item.py index 8bf6f7f..abbb067 100644 --- a/asposecellscloud/models/text_item.py +++ b/asposecellscloud/models/text_item.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/text_item_response.py b/asposecellscloud/models/text_item_response.py index 7b77323..28ddc59 100644 --- a/asposecellscloud/models/text_item_response.py +++ b/asposecellscloud/models/text_item_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/text_items.py b/asposecellscloud/models/text_items.py index 2e23542..ce7984c 100644 --- a/asposecellscloud/models/text_items.py +++ b/asposecellscloud/models/text_items.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/text_items_response.py b/asposecellscloud/models/text_items_response.py index 32048cc..c802d7e 100644 --- a/asposecellscloud/models/text_items_response.py +++ b/asposecellscloud/models/text_items_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/text_options.py b/asposecellscloud/models/text_options.py index 5c34a5d..cf07728 100644 --- a/asposecellscloud/models/text_options.py +++ b/asposecellscloud/models/text_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/text_water_marker_request.py b/asposecellscloud/models/text_water_marker_request.py index 3cd38d6..3e7c3c3 100644 --- a/asposecellscloud/models/text_water_marker_request.py +++ b/asposecellscloud/models/text_water_marker_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/texture_fill.py b/asposecellscloud/models/texture_fill.py index 14abf63..2d9bd37 100644 --- a/asposecellscloud/models/texture_fill.py +++ b/asposecellscloud/models/texture_fill.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/theme_color.py b/asposecellscloud/models/theme_color.py index 636b9a9..f8c2cd4 100644 --- a/asposecellscloud/models/theme_color.py +++ b/asposecellscloud/models/theme_color.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/tick_labels.py b/asposecellscloud/models/tick_labels.py index 4734293..a16ddd4 100644 --- a/asposecellscloud/models/tick_labels.py +++ b/asposecellscloud/models/tick_labels.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/tick_labels_response.py b/asposecellscloud/models/tick_labels_response.py index d8a1e02..c9982a4 100644 --- a/asposecellscloud/models/tick_labels_response.py +++ b/asposecellscloud/models/tick_labels_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/tile_pic_option.py b/asposecellscloud/models/tile_pic_option.py index a1778a4..ff50faf 100644 --- a/asposecellscloud/models/tile_pic_option.py +++ b/asposecellscloud/models/tile_pic_option.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/time_period_format_condition.py b/asposecellscloud/models/time_period_format_condition.py index ae92ce0..3b4fcd9 100644 --- a/asposecellscloud/models/time_period_format_condition.py +++ b/asposecellscloud/models/time_period_format_condition.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/title.py b/asposecellscloud/models/title.py index 53ac79d..46476d2 100644 --- a/asposecellscloud/models/title.py +++ b/asposecellscloud/models/title.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/title_response.py b/asposecellscloud/models/title_response.py index 18fb1ef..d11dc36 100644 --- a/asposecellscloud/models/title_response.py +++ b/asposecellscloud/models/title_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/top10.py b/asposecellscloud/models/top10.py index 6d2ba30..dca0912 100644 --- a/asposecellscloud/models/top10.py +++ b/asposecellscloud/models/top10.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/top10_filter.py b/asposecellscloud/models/top10_filter.py index 27de29e..9a58731 100644 --- a/asposecellscloud/models/top10_filter.py +++ b/asposecellscloud/models/top10_filter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/trendline.py b/asposecellscloud/models/trendline.py index 2149ef8..3f568d3 100644 --- a/asposecellscloud/models/trendline.py +++ b/asposecellscloud/models/trendline.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/trendline_response.py b/asposecellscloud/models/trendline_response.py index 3ad8c25..c4e6ef2 100644 --- a/asposecellscloud/models/trendline_response.py +++ b/asposecellscloud/models/trendline_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/trendlines.py b/asposecellscloud/models/trendlines.py index 491c21d..2e6d1b3 100644 --- a/asposecellscloud/models/trendlines.py +++ b/asposecellscloud/models/trendlines.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/trendlines_response.py b/asposecellscloud/models/trendlines_response.py index 76f6571..10657dd 100644 --- a/asposecellscloud/models/trendlines_response.py +++ b/asposecellscloud/models/trendlines_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/trim_content_options.py b/asposecellscloud/models/trim_content_options.py index 7fab38a..3f959b5 100644 --- a/asposecellscloud/models/trim_content_options.py +++ b/asposecellscloud/models/trim_content_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/txt_save_options.py b/asposecellscloud/models/txt_save_options.py index 3f7d866..b47912d 100644 --- a/asposecellscloud/models/txt_save_options.py +++ b/asposecellscloud/models/txt_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/unpivot_column.py b/asposecellscloud/models/unpivot_column.py index aac7916..5228c4c 100644 --- a/asposecellscloud/models/unpivot_column.py +++ b/asposecellscloud/models/unpivot_column.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/validation.py b/asposecellscloud/models/validation.py index 23ee3d2..16b0e70 100644 --- a/asposecellscloud/models/validation.py +++ b/asposecellscloud/models/validation.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/validation_response.py b/asposecellscloud/models/validation_response.py index 631c77c..8afd8c8 100644 --- a/asposecellscloud/models/validation_response.py +++ b/asposecellscloud/models/validation_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/validations.py b/asposecellscloud/models/validations.py index 49a9dd1..f1edeff 100644 --- a/asposecellscloud/models/validations.py +++ b/asposecellscloud/models/validations.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/validations_response.py b/asposecellscloud/models/validations_response.py index b366949..ed3aff5 100644 --- a/asposecellscloud/models/validations_response.py +++ b/asposecellscloud/models/validations_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/vertical_page_break.py b/asposecellscloud/models/vertical_page_break.py index 5d3566a..cab998d 100644 --- a/asposecellscloud/models/vertical_page_break.py +++ b/asposecellscloud/models/vertical_page_break.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/vertical_page_break_response.py b/asposecellscloud/models/vertical_page_break_response.py index 88a7ae5..b5f9f2f 100644 --- a/asposecellscloud/models/vertical_page_break_response.py +++ b/asposecellscloud/models/vertical_page_break_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/vertical_page_breaks.py b/asposecellscloud/models/vertical_page_breaks.py index 278066e..9afa933 100644 --- a/asposecellscloud/models/vertical_page_breaks.py +++ b/asposecellscloud/models/vertical_page_breaks.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/vertical_page_breaks_response.py b/asposecellscloud/models/vertical_page_breaks_response.py index 421419c..89c1f20 100644 --- a/asposecellscloud/models/vertical_page_breaks_response.py +++ b/asposecellscloud/models/vertical_page_breaks_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/walls.py b/asposecellscloud/models/walls.py index 76371e1..bd069a5 100644 --- a/asposecellscloud/models/walls.py +++ b/asposecellscloud/models/walls.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/walls_response.py b/asposecellscloud/models/walls_response.py index 07cfd68..c68607c 100644 --- a/asposecellscloud/models/walls_response.py +++ b/asposecellscloud/models/walls_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/word_case_options.py b/asposecellscloud/models/word_case_options.py index 9e69952..56e8a1c 100644 --- a/asposecellscloud/models/word_case_options.py +++ b/asposecellscloud/models/word_case_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/workbook.py b/asposecellscloud/models/workbook.py index 3ffffcc..5630a91 100644 --- a/asposecellscloud/models/workbook.py +++ b/asposecellscloud/models/workbook.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/workbook_encryption_request.py b/asposecellscloud/models/workbook_encryption_request.py index d9af82d..d809da0 100644 --- a/asposecellscloud/models/workbook_encryption_request.py +++ b/asposecellscloud/models/workbook_encryption_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/workbook_operate_parameter.py b/asposecellscloud/models/workbook_operate_parameter.py index d084ef9..ff8048f 100644 --- a/asposecellscloud/models/workbook_operate_parameter.py +++ b/asposecellscloud/models/workbook_operate_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/workbook_protection_request.py b/asposecellscloud/models/workbook_protection_request.py index 7954151..a5e93ba 100644 --- a/asposecellscloud/models/workbook_protection_request.py +++ b/asposecellscloud/models/workbook_protection_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/workbook_replace_response.py b/asposecellscloud/models/workbook_replace_response.py index 96e033c..3a920fd 100644 --- a/asposecellscloud/models/workbook_replace_response.py +++ b/asposecellscloud/models/workbook_replace_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/workbook_response.py b/asposecellscloud/models/workbook_response.py index f0e53ec..7d0cbf6 100644 --- a/asposecellscloud/models/workbook_response.py +++ b/asposecellscloud/models/workbook_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/workbook_settings.py b/asposecellscloud/models/workbook_settings.py index d9e5152..9b22ff8 100644 --- a/asposecellscloud/models/workbook_settings.py +++ b/asposecellscloud/models/workbook_settings.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/workbook_settings_operate_parameter.py b/asposecellscloud/models/workbook_settings_operate_parameter.py index 955385b..5fcde09 100644 --- a/asposecellscloud/models/workbook_settings_operate_parameter.py +++ b/asposecellscloud/models/workbook_settings_operate_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/workbook_settings_response.py b/asposecellscloud/models/workbook_settings_response.py index 9839749..11ccfca 100644 --- a/asposecellscloud/models/workbook_settings_response.py +++ b/asposecellscloud/models/workbook_settings_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/workbooks_response.py b/asposecellscloud/models/workbooks_response.py index ca0d755..fc34b2e 100644 --- a/asposecellscloud/models/workbooks_response.py +++ b/asposecellscloud/models/workbooks_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/worksheet.py b/asposecellscloud/models/worksheet.py index 215d633..f90f861 100644 --- a/asposecellscloud/models/worksheet.py +++ b/asposecellscloud/models/worksheet.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/worksheet_data_statistics.py b/asposecellscloud/models/worksheet_data_statistics.py index 9f4da5c..945a0ce 100644 --- a/asposecellscloud/models/worksheet_data_statistics.py +++ b/asposecellscloud/models/worksheet_data_statistics.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/worksheet_moving_request.py b/asposecellscloud/models/worksheet_moving_request.py index 73744b6..0bae09d 100644 --- a/asposecellscloud/models/worksheet_moving_request.py +++ b/asposecellscloud/models/worksheet_moving_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/worksheet_operate_parameter.py b/asposecellscloud/models/worksheet_operate_parameter.py index ef09eef..f2af82d 100644 --- a/asposecellscloud/models/worksheet_operate_parameter.py +++ b/asposecellscloud/models/worksheet_operate_parameter.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/worksheet_replace_response.py b/asposecellscloud/models/worksheet_replace_response.py index e159009..ce1bb98 100644 --- a/asposecellscloud/models/worksheet_replace_response.py +++ b/asposecellscloud/models/worksheet_replace_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/worksheet_response.py b/asposecellscloud/models/worksheet_response.py index 56be502..a482fed 100644 --- a/asposecellscloud/models/worksheet_response.py +++ b/asposecellscloud/models/worksheet_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/worksheets.py b/asposecellscloud/models/worksheets.py index 227209f..24f9010 100644 --- a/asposecellscloud/models/worksheets.py +++ b/asposecellscloud/models/worksheets.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/worksheets_response.py b/asposecellscloud/models/worksheets_response.py index 88daf03..b0c9875 100644 --- a/asposecellscloud/models/worksheets_response.py +++ b/asposecellscloud/models/worksheets_response.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/write_protection.py b/asposecellscloud/models/write_protection.py index 70efbae..a5f509c 100644 --- a/asposecellscloud/models/write_protection.py +++ b/asposecellscloud/models/write_protection.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/xls_save_options.py b/asposecellscloud/models/xls_save_options.py index 400990d..2ea054b 100644 --- a/asposecellscloud/models/xls_save_options.py +++ b/asposecellscloud/models/xls_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/xlsb_save_options.py b/asposecellscloud/models/xlsb_save_options.py index 7d9eeb5..5771379 100644 --- a/asposecellscloud/models/xlsb_save_options.py +++ b/asposecellscloud/models/xlsb_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/xml_data_binding.py b/asposecellscloud/models/xml_data_binding.py index 1fdc240..e7a44c8 100644 --- a/asposecellscloud/models/xml_data_binding.py +++ b/asposecellscloud/models/xml_data_binding.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/xml_map.py b/asposecellscloud/models/xml_map.py index 4154c9a..e036c80 100644 --- a/asposecellscloud/models/xml_map.py +++ b/asposecellscloud/models/xml_map.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/models/xps_save_options.py b/asposecellscloud/models/xps_save_options.py index 84f4f11..6e1f700 100644 --- a/asposecellscloud/models/xps_save_options.py +++ b/asposecellscloud/models/xps_save_options.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/__init__.py b/asposecellscloud/requests/__init__.py index 4a5e216..98b7589 100644 --- a/asposecellscloud/requests/__init__.py +++ b/asposecellscloud/requests/__init__.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy @@ -287,6 +287,7 @@ from asposecellscloud.requests.post_convert_text_request import PostConvertTextRequest from asposecellscloud.requests.post_remove_duplicates_request import PostRemoveDuplicatesRequest from asposecellscloud.requests.post_extract_text_request import PostExtractTextRequest +from asposecellscloud.requests.post_split_text_request import PostSplitTextRequest from asposecellscloud.requests.get_workbook_default_style_request import GetWorkbookDefaultStyleRequest from asposecellscloud.requests.get_workbook_text_items_request import GetWorkbookTextItemsRequest from asposecellscloud.requests.get_workbook_names_request import GetWorkbookNamesRequest diff --git a/asposecellscloud/requests/copy_file_request.py b/asposecellscloud/requests/copy_file_request.py index 5223e46..135af3f 100644 --- a/asposecellscloud/requests/copy_file_request.py +++ b/asposecellscloud/requests/copy_file_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/copy_folder_request.py b/asposecellscloud/requests/copy_folder_request.py index 8ce08cb..19ee149 100644 --- a/asposecellscloud/requests/copy_folder_request.py +++ b/asposecellscloud/requests/copy_folder_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/create_folder_request.py b/asposecellscloud/requests/create_folder_request.py index ac976e5..cdbc720 100644 --- a/asposecellscloud/requests/create_folder_request.py +++ b/asposecellscloud/requests/create_folder_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_decrypt_workbook_request.py b/asposecellscloud/requests/delete_decrypt_workbook_request.py index 939c92b..7a2dd2f 100644 --- a/asposecellscloud/requests/delete_decrypt_workbook_request.py +++ b/asposecellscloud/requests/delete_decrypt_workbook_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_document_properties_request.py b/asposecellscloud/requests/delete_document_properties_request.py index 6ce23ac..95924c2 100644 --- a/asposecellscloud/requests/delete_document_properties_request.py +++ b/asposecellscloud/requests/delete_document_properties_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_document_property_request.py b/asposecellscloud/requests/delete_document_property_request.py index acd3fd0..7f44ffe 100644 --- a/asposecellscloud/requests/delete_document_property_request.py +++ b/asposecellscloud/requests/delete_document_property_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_document_un_protect_from_changes_request.py b/asposecellscloud/requests/delete_document_un_protect_from_changes_request.py index 93a8f1b..dd69995 100644 --- a/asposecellscloud/requests/delete_document_un_protect_from_changes_request.py +++ b/asposecellscloud/requests/delete_document_un_protect_from_changes_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_file_request.py b/asposecellscloud/requests/delete_file_request.py index 088148d..f7ea430 100644 --- a/asposecellscloud/requests/delete_file_request.py +++ b/asposecellscloud/requests/delete_file_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_folder_request.py b/asposecellscloud/requests/delete_folder_request.py index cea7962..bfe06fe 100644 --- a/asposecellscloud/requests/delete_folder_request.py +++ b/asposecellscloud/requests/delete_folder_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_header_footer_request.py b/asposecellscloud/requests/delete_header_footer_request.py index a814d8f..9f3b912 100644 --- a/asposecellscloud/requests/delete_header_footer_request.py +++ b/asposecellscloud/requests/delete_header_footer_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_horizontal_page_break_request.py b/asposecellscloud/requests/delete_horizontal_page_break_request.py index 4d348bb..e5c80ae 100644 --- a/asposecellscloud/requests/delete_horizontal_page_break_request.py +++ b/asposecellscloud/requests/delete_horizontal_page_break_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_horizontal_page_breaks_request.py b/asposecellscloud/requests/delete_horizontal_page_breaks_request.py index 653ac57..cbfad7e 100644 --- a/asposecellscloud/requests/delete_horizontal_page_breaks_request.py +++ b/asposecellscloud/requests/delete_horizontal_page_breaks_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_metadata_request.py b/asposecellscloud/requests/delete_metadata_request.py index de0a18f..a717649 100644 --- a/asposecellscloud/requests/delete_metadata_request.py +++ b/asposecellscloud/requests/delete_metadata_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_pivot_table_field_request.py b/asposecellscloud/requests/delete_pivot_table_field_request.py index 793c514..9e4b5a0 100644 --- a/asposecellscloud/requests/delete_pivot_table_field_request.py +++ b/asposecellscloud/requests/delete_pivot_table_field_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_un_protect_workbook_request.py b/asposecellscloud/requests/delete_un_protect_workbook_request.py index c82dd5d..d96d4b8 100644 --- a/asposecellscloud/requests/delete_un_protect_workbook_request.py +++ b/asposecellscloud/requests/delete_un_protect_workbook_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_unprotect_worksheet_request.py b/asposecellscloud/requests/delete_unprotect_worksheet_request.py index 443e5f2..cdf6583 100644 --- a/asposecellscloud/requests/delete_unprotect_worksheet_request.py +++ b/asposecellscloud/requests/delete_unprotect_worksheet_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_vertical_page_break_request.py b/asposecellscloud/requests/delete_vertical_page_break_request.py index 6060d16..2525e63 100644 --- a/asposecellscloud/requests/delete_vertical_page_break_request.py +++ b/asposecellscloud/requests/delete_vertical_page_break_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_vertical_page_breaks_request.py b/asposecellscloud/requests/delete_vertical_page_breaks_request.py index 5d31c6a..671dd11 100644 --- a/asposecellscloud/requests/delete_vertical_page_breaks_request.py +++ b/asposecellscloud/requests/delete_vertical_page_breaks_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_workbook_background_request.py b/asposecellscloud/requests/delete_workbook_background_request.py index 8ecc9f2..d8afc04 100644 --- a/asposecellscloud/requests/delete_workbook_background_request.py +++ b/asposecellscloud/requests/delete_workbook_background_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_workbook_name_request.py b/asposecellscloud/requests/delete_workbook_name_request.py index d44b845..da3cd04 100644 --- a/asposecellscloud/requests/delete_workbook_name_request.py +++ b/asposecellscloud/requests/delete_workbook_name_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_workbook_names_request.py b/asposecellscloud/requests/delete_workbook_names_request.py index 5617e9a..60e7797 100644 --- a/asposecellscloud/requests/delete_workbook_names_request.py +++ b/asposecellscloud/requests/delete_workbook_names_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_background_request.py b/asposecellscloud/requests/delete_worksheet_background_request.py index 6ebdec2..6769a3d 100644 --- a/asposecellscloud/requests/delete_worksheet_background_request.py +++ b/asposecellscloud/requests/delete_worksheet_background_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_cells_range_request.py b/asposecellscloud/requests/delete_worksheet_cells_range_request.py index 3e3ea4d..5a1d9f3 100644 --- a/asposecellscloud/requests/delete_worksheet_cells_range_request.py +++ b/asposecellscloud/requests/delete_worksheet_cells_range_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_chart_legend_request.py b/asposecellscloud/requests/delete_worksheet_chart_legend_request.py index 01bcf9c..91286c8 100644 --- a/asposecellscloud/requests/delete_worksheet_chart_legend_request.py +++ b/asposecellscloud/requests/delete_worksheet_chart_legend_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_chart_request.py b/asposecellscloud/requests/delete_worksheet_chart_request.py index eaaa261..59ed52a 100644 --- a/asposecellscloud/requests/delete_worksheet_chart_request.py +++ b/asposecellscloud/requests/delete_worksheet_chart_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_chart_title_request.py b/asposecellscloud/requests/delete_worksheet_chart_title_request.py index 0d0bbf2..e1e9146 100644 --- a/asposecellscloud/requests/delete_worksheet_chart_title_request.py +++ b/asposecellscloud/requests/delete_worksheet_chart_title_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_charts_request.py b/asposecellscloud/requests/delete_worksheet_charts_request.py index 9a00d31..abc9aa1 100644 --- a/asposecellscloud/requests/delete_worksheet_charts_request.py +++ b/asposecellscloud/requests/delete_worksheet_charts_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_columns_request.py b/asposecellscloud/requests/delete_worksheet_columns_request.py index ff06d03..006b5cc 100644 --- a/asposecellscloud/requests/delete_worksheet_columns_request.py +++ b/asposecellscloud/requests/delete_worksheet_columns_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_comment_request.py b/asposecellscloud/requests/delete_worksheet_comment_request.py index 8fa3c9c..9e4287b 100644 --- a/asposecellscloud/requests/delete_worksheet_comment_request.py +++ b/asposecellscloud/requests/delete_worksheet_comment_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_comments_request.py b/asposecellscloud/requests/delete_worksheet_comments_request.py index 337fa37..30cd6de 100644 --- a/asposecellscloud/requests/delete_worksheet_comments_request.py +++ b/asposecellscloud/requests/delete_worksheet_comments_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_conditional_formatting_area_request.py b/asposecellscloud/requests/delete_worksheet_conditional_formatting_area_request.py index 4d45e5c..8f7d1e6 100644 --- a/asposecellscloud/requests/delete_worksheet_conditional_formatting_area_request.py +++ b/asposecellscloud/requests/delete_worksheet_conditional_formatting_area_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_conditional_formatting_request.py b/asposecellscloud/requests/delete_worksheet_conditional_formatting_request.py index 198d224..9bb07f5 100644 --- a/asposecellscloud/requests/delete_worksheet_conditional_formatting_request.py +++ b/asposecellscloud/requests/delete_worksheet_conditional_formatting_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_conditional_formattings_request.py b/asposecellscloud/requests/delete_worksheet_conditional_formattings_request.py index 26d698e..3a010b7 100644 --- a/asposecellscloud/requests/delete_worksheet_conditional_formattings_request.py +++ b/asposecellscloud/requests/delete_worksheet_conditional_formattings_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_date_filter_request.py b/asposecellscloud/requests/delete_worksheet_date_filter_request.py index 030c6a9..96c9dfb 100644 --- a/asposecellscloud/requests/delete_worksheet_date_filter_request.py +++ b/asposecellscloud/requests/delete_worksheet_date_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_filter_request.py b/asposecellscloud/requests/delete_worksheet_filter_request.py index b9c1363..bf7be54 100644 --- a/asposecellscloud/requests/delete_worksheet_filter_request.py +++ b/asposecellscloud/requests/delete_worksheet_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_freeze_panes_request.py b/asposecellscloud/requests/delete_worksheet_freeze_panes_request.py index ca869b9..88e7204 100644 --- a/asposecellscloud/requests/delete_worksheet_freeze_panes_request.py +++ b/asposecellscloud/requests/delete_worksheet_freeze_panes_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_hyperlink_request.py b/asposecellscloud/requests/delete_worksheet_hyperlink_request.py index 19daa82..6360e8c 100644 --- a/asposecellscloud/requests/delete_worksheet_hyperlink_request.py +++ b/asposecellscloud/requests/delete_worksheet_hyperlink_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_hyperlinks_request.py b/asposecellscloud/requests/delete_worksheet_hyperlinks_request.py index d094d6e..826fa18 100644 --- a/asposecellscloud/requests/delete_worksheet_hyperlinks_request.py +++ b/asposecellscloud/requests/delete_worksheet_hyperlinks_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_list_object_request.py b/asposecellscloud/requests/delete_worksheet_list_object_request.py index d3b21ed..8bb5c92 100644 --- a/asposecellscloud/requests/delete_worksheet_list_object_request.py +++ b/asposecellscloud/requests/delete_worksheet_list_object_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_list_objects_request.py b/asposecellscloud/requests/delete_worksheet_list_objects_request.py index ba1eaf5..7a5b559 100644 --- a/asposecellscloud/requests/delete_worksheet_list_objects_request.py +++ b/asposecellscloud/requests/delete_worksheet_list_objects_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_ole_object_request.py b/asposecellscloud/requests/delete_worksheet_ole_object_request.py index ec4a6de..e009465 100644 --- a/asposecellscloud/requests/delete_worksheet_ole_object_request.py +++ b/asposecellscloud/requests/delete_worksheet_ole_object_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_ole_objects_request.py b/asposecellscloud/requests/delete_worksheet_ole_objects_request.py index ea14643..55a5a5c 100644 --- a/asposecellscloud/requests/delete_worksheet_ole_objects_request.py +++ b/asposecellscloud/requests/delete_worksheet_ole_objects_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_picture_request.py b/asposecellscloud/requests/delete_worksheet_picture_request.py index 668601d..8498cc0 100644 --- a/asposecellscloud/requests/delete_worksheet_picture_request.py +++ b/asposecellscloud/requests/delete_worksheet_picture_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_pictures_request.py b/asposecellscloud/requests/delete_worksheet_pictures_request.py index c61eaab..33970ac 100644 --- a/asposecellscloud/requests/delete_worksheet_pictures_request.py +++ b/asposecellscloud/requests/delete_worksheet_pictures_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_pivot_table_filter_request.py b/asposecellscloud/requests/delete_worksheet_pivot_table_filter_request.py index d5c4389..17cab27 100644 --- a/asposecellscloud/requests/delete_worksheet_pivot_table_filter_request.py +++ b/asposecellscloud/requests/delete_worksheet_pivot_table_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_pivot_table_filters_request.py b/asposecellscloud/requests/delete_worksheet_pivot_table_filters_request.py index 441653a..7423860 100644 --- a/asposecellscloud/requests/delete_worksheet_pivot_table_filters_request.py +++ b/asposecellscloud/requests/delete_worksheet_pivot_table_filters_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_pivot_table_request.py b/asposecellscloud/requests/delete_worksheet_pivot_table_request.py index 73f8975..cf5f252 100644 --- a/asposecellscloud/requests/delete_worksheet_pivot_table_request.py +++ b/asposecellscloud/requests/delete_worksheet_pivot_table_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_pivot_tables_request.py b/asposecellscloud/requests/delete_worksheet_pivot_tables_request.py index ccbb143..f252e8e 100644 --- a/asposecellscloud/requests/delete_worksheet_pivot_tables_request.py +++ b/asposecellscloud/requests/delete_worksheet_pivot_tables_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_request.py b/asposecellscloud/requests/delete_worksheet_request.py index 1e40c9c..7459c96 100644 --- a/asposecellscloud/requests/delete_worksheet_request.py +++ b/asposecellscloud/requests/delete_worksheet_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_row_request.py b/asposecellscloud/requests/delete_worksheet_row_request.py index ad15aab..0817b99 100644 --- a/asposecellscloud/requests/delete_worksheet_row_request.py +++ b/asposecellscloud/requests/delete_worksheet_row_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_rows_request.py b/asposecellscloud/requests/delete_worksheet_rows_request.py index a11c1f4..e31ce73 100644 --- a/asposecellscloud/requests/delete_worksheet_rows_request.py +++ b/asposecellscloud/requests/delete_worksheet_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_shape_request.py b/asposecellscloud/requests/delete_worksheet_shape_request.py index c5e0a67..be85760 100644 --- a/asposecellscloud/requests/delete_worksheet_shape_request.py +++ b/asposecellscloud/requests/delete_worksheet_shape_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_shapes_request.py b/asposecellscloud/requests/delete_worksheet_shapes_request.py index 1ce6379..7b4672c 100644 --- a/asposecellscloud/requests/delete_worksheet_shapes_request.py +++ b/asposecellscloud/requests/delete_worksheet_shapes_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_sparkline_group_request.py b/asposecellscloud/requests/delete_worksheet_sparkline_group_request.py index 365fd0b..071a2bc 100644 --- a/asposecellscloud/requests/delete_worksheet_sparkline_group_request.py +++ b/asposecellscloud/requests/delete_worksheet_sparkline_group_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_sparkline_groups_request.py b/asposecellscloud/requests/delete_worksheet_sparkline_groups_request.py index 53b1cd7..54b4385 100644 --- a/asposecellscloud/requests/delete_worksheet_sparkline_groups_request.py +++ b/asposecellscloud/requests/delete_worksheet_sparkline_groups_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_validation_request.py b/asposecellscloud/requests/delete_worksheet_validation_request.py index e0ec1b7..8eaf1cc 100644 --- a/asposecellscloud/requests/delete_worksheet_validation_request.py +++ b/asposecellscloud/requests/delete_worksheet_validation_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheet_validations_request.py b/asposecellscloud/requests/delete_worksheet_validations_request.py index 4cd301f..5c534fe 100644 --- a/asposecellscloud/requests/delete_worksheet_validations_request.py +++ b/asposecellscloud/requests/delete_worksheet_validations_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/delete_worksheets_request.py b/asposecellscloud/requests/delete_worksheets_request.py index f55e90a..8a3a151 100644 --- a/asposecellscloud/requests/delete_worksheets_request.py +++ b/asposecellscloud/requests/delete_worksheets_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/download_file_request.py b/asposecellscloud/requests/download_file_request.py index f435ad9..e0749ca 100644 --- a/asposecellscloud/requests/download_file_request.py +++ b/asposecellscloud/requests/download_file_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_cell_html_string_request.py b/asposecellscloud/requests/get_cell_html_string_request.py index 854afd9..c0bddd0 100644 --- a/asposecellscloud/requests/get_cell_html_string_request.py +++ b/asposecellscloud/requests/get_cell_html_string_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_cells_cloud_service_status_request.py b/asposecellscloud/requests/get_cells_cloud_service_status_request.py index bce9395..0364907 100644 --- a/asposecellscloud/requests/get_cells_cloud_service_status_request.py +++ b/asposecellscloud/requests/get_cells_cloud_service_status_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_cells_cloud_services_health_check_request.py b/asposecellscloud/requests/get_cells_cloud_services_health_check_request.py index 1db028d..2783bbd 100644 --- a/asposecellscloud/requests/get_cells_cloud_services_health_check_request.py +++ b/asposecellscloud/requests/get_cells_cloud_services_health_check_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_chart_area_border_request.py b/asposecellscloud/requests/get_chart_area_border_request.py index 442dbce..05718cf 100644 --- a/asposecellscloud/requests/get_chart_area_border_request.py +++ b/asposecellscloud/requests/get_chart_area_border_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_chart_area_fill_format_request.py b/asposecellscloud/requests/get_chart_area_fill_format_request.py index 7a15d06..ea4e79a 100644 --- a/asposecellscloud/requests/get_chart_area_fill_format_request.py +++ b/asposecellscloud/requests/get_chart_area_fill_format_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_chart_area_request.py b/asposecellscloud/requests/get_chart_area_request.py index e11836b..84ce915 100644 --- a/asposecellscloud/requests/get_chart_area_request.py +++ b/asposecellscloud/requests/get_chart_area_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_chart_category_axis_request.py b/asposecellscloud/requests/get_chart_category_axis_request.py index 1178bd3..574dd14 100644 --- a/asposecellscloud/requests/get_chart_category_axis_request.py +++ b/asposecellscloud/requests/get_chart_category_axis_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_chart_second_category_axis_request.py b/asposecellscloud/requests/get_chart_second_category_axis_request.py index 6f2ccc4..04fb555 100644 --- a/asposecellscloud/requests/get_chart_second_category_axis_request.py +++ b/asposecellscloud/requests/get_chart_second_category_axis_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_chart_second_value_axis_request.py b/asposecellscloud/requests/get_chart_second_value_axis_request.py index 6f5e152..866e378 100644 --- a/asposecellscloud/requests/get_chart_second_value_axis_request.py +++ b/asposecellscloud/requests/get_chart_second_value_axis_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_chart_series_axis_request.py b/asposecellscloud/requests/get_chart_series_axis_request.py index aabb331..99ab456 100644 --- a/asposecellscloud/requests/get_chart_series_axis_request.py +++ b/asposecellscloud/requests/get_chart_series_axis_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_chart_value_axis_request.py b/asposecellscloud/requests/get_chart_value_axis_request.py index 1c4b95a..ad9aa3b 100644 --- a/asposecellscloud/requests/get_chart_value_axis_request.py +++ b/asposecellscloud/requests/get_chart_value_axis_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_disc_usage_request.py b/asposecellscloud/requests/get_disc_usage_request.py index a5560d8..d94cd9b 100644 --- a/asposecellscloud/requests/get_disc_usage_request.py +++ b/asposecellscloud/requests/get_disc_usage_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_document_properties_request.py b/asposecellscloud/requests/get_document_properties_request.py index e415a9b..990927a 100644 --- a/asposecellscloud/requests/get_document_properties_request.py +++ b/asposecellscloud/requests/get_document_properties_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_document_property_request.py b/asposecellscloud/requests/get_document_property_request.py index abcf707..b287cb3 100644 --- a/asposecellscloud/requests/get_document_property_request.py +++ b/asposecellscloud/requests/get_document_property_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_file_versions_request.py b/asposecellscloud/requests/get_file_versions_request.py index b99a918..50a7d47 100644 --- a/asposecellscloud/requests/get_file_versions_request.py +++ b/asposecellscloud/requests/get_file_versions_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_files_list_request.py b/asposecellscloud/requests/get_files_list_request.py index 472e660..36983d0 100644 --- a/asposecellscloud/requests/get_files_list_request.py +++ b/asposecellscloud/requests/get_files_list_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_footer_request.py b/asposecellscloud/requests/get_footer_request.py index 3805dbb..4fa1b55 100644 --- a/asposecellscloud/requests/get_footer_request.py +++ b/asposecellscloud/requests/get_footer_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_header_request.py b/asposecellscloud/requests/get_header_request.py index 2c5bbef..749534b 100644 --- a/asposecellscloud/requests/get_header_request.py +++ b/asposecellscloud/requests/get_header_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_horizontal_page_break_request.py b/asposecellscloud/requests/get_horizontal_page_break_request.py index 85c37bb..9173eca 100644 --- a/asposecellscloud/requests/get_horizontal_page_break_request.py +++ b/asposecellscloud/requests/get_horizontal_page_break_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_horizontal_page_breaks_request.py b/asposecellscloud/requests/get_horizontal_page_breaks_request.py index 9a17697..7efaaa6 100644 --- a/asposecellscloud/requests/get_horizontal_page_breaks_request.py +++ b/asposecellscloud/requests/get_horizontal_page_breaks_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_metadata_request.py b/asposecellscloud/requests/get_metadata_request.py index 798863b..bb5c6db 100644 --- a/asposecellscloud/requests/get_metadata_request.py +++ b/asposecellscloud/requests/get_metadata_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_named_range_value_request.py b/asposecellscloud/requests/get_named_range_value_request.py index 5fa27cb..c109eb0 100644 --- a/asposecellscloud/requests/get_named_range_value_request.py +++ b/asposecellscloud/requests/get_named_range_value_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_named_ranges_request.py b/asposecellscloud/requests/get_named_ranges_request.py index a0b3ab9..ddda1d2 100644 --- a/asposecellscloud/requests/get_named_ranges_request.py +++ b/asposecellscloud/requests/get_named_ranges_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_page_count_request.py b/asposecellscloud/requests/get_page_count_request.py index 3ea1e2e..565369d 100644 --- a/asposecellscloud/requests/get_page_count_request.py +++ b/asposecellscloud/requests/get_page_count_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_page_setup_request.py b/asposecellscloud/requests/get_page_setup_request.py index 884f4b5..e49fd59 100644 --- a/asposecellscloud/requests/get_page_setup_request.py +++ b/asposecellscloud/requests/get_page_setup_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_pivot_table_field_request.py b/asposecellscloud/requests/get_pivot_table_field_request.py index 9987c3a..d14f5d9 100644 --- a/asposecellscloud/requests/get_pivot_table_field_request.py +++ b/asposecellscloud/requests/get_pivot_table_field_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_vertical_page_break_request.py b/asposecellscloud/requests/get_vertical_page_break_request.py index 3d4bff8..e9bfe57 100644 --- a/asposecellscloud/requests/get_vertical_page_break_request.py +++ b/asposecellscloud/requests/get_vertical_page_break_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_vertical_page_breaks_request.py b/asposecellscloud/requests/get_vertical_page_breaks_request.py index 13bb34c..7b4b34b 100644 --- a/asposecellscloud/requests/get_vertical_page_breaks_request.py +++ b/asposecellscloud/requests/get_vertical_page_breaks_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_workbook_default_style_request.py b/asposecellscloud/requests/get_workbook_default_style_request.py index 079a6f7..9f9f0b6 100644 --- a/asposecellscloud/requests/get_workbook_default_style_request.py +++ b/asposecellscloud/requests/get_workbook_default_style_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_workbook_name_request.py b/asposecellscloud/requests/get_workbook_name_request.py index 84e88ab..44df262 100644 --- a/asposecellscloud/requests/get_workbook_name_request.py +++ b/asposecellscloud/requests/get_workbook_name_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_workbook_name_value_request.py b/asposecellscloud/requests/get_workbook_name_value_request.py index e6de283..fa08236 100644 --- a/asposecellscloud/requests/get_workbook_name_value_request.py +++ b/asposecellscloud/requests/get_workbook_name_value_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_workbook_names_request.py b/asposecellscloud/requests/get_workbook_names_request.py index 04d753c..e5d35d3 100644 --- a/asposecellscloud/requests/get_workbook_names_request.py +++ b/asposecellscloud/requests/get_workbook_names_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_workbook_request.py b/asposecellscloud/requests/get_workbook_request.py index 3107481..e2d549c 100644 --- a/asposecellscloud/requests/get_workbook_request.py +++ b/asposecellscloud/requests/get_workbook_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_workbook_settings_request.py b/asposecellscloud/requests/get_workbook_settings_request.py index 522d12a..fb6cbf9 100644 --- a/asposecellscloud/requests/get_workbook_settings_request.py +++ b/asposecellscloud/requests/get_workbook_settings_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_workbook_text_items_request.py b/asposecellscloud/requests/get_workbook_text_items_request.py index be5386b..99d6976 100644 --- a/asposecellscloud/requests/get_workbook_text_items_request.py +++ b/asposecellscloud/requests/get_workbook_text_items_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_auto_filter_request.py b/asposecellscloud/requests/get_worksheet_auto_filter_request.py index 54ba6a5..11d6393 100644 --- a/asposecellscloud/requests/get_worksheet_auto_filter_request.py +++ b/asposecellscloud/requests/get_worksheet_auto_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_autoshape_with_format_request.py b/asposecellscloud/requests/get_worksheet_autoshape_with_format_request.py index 5ce4bfc..353766e 100644 --- a/asposecellscloud/requests/get_worksheet_autoshape_with_format_request.py +++ b/asposecellscloud/requests/get_worksheet_autoshape_with_format_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_autoshapes_request.py b/asposecellscloud/requests/get_worksheet_autoshapes_request.py index 541f85e..8ca184c 100644 --- a/asposecellscloud/requests/get_worksheet_autoshapes_request.py +++ b/asposecellscloud/requests/get_worksheet_autoshapes_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_calculate_formula_request.py b/asposecellscloud/requests/get_worksheet_calculate_formula_request.py index 4818ad4..b18dc57 100644 --- a/asposecellscloud/requests/get_worksheet_calculate_formula_request.py +++ b/asposecellscloud/requests/get_worksheet_calculate_formula_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_cell_request.py b/asposecellscloud/requests/get_worksheet_cell_request.py index f5b668f..f3e9822 100644 --- a/asposecellscloud/requests/get_worksheet_cell_request.py +++ b/asposecellscloud/requests/get_worksheet_cell_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_cell_style_request.py b/asposecellscloud/requests/get_worksheet_cell_style_request.py index 0b588f1..ca4bcbb 100644 --- a/asposecellscloud/requests/get_worksheet_cell_style_request.py +++ b/asposecellscloud/requests/get_worksheet_cell_style_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_cells_range_value_request.py b/asposecellscloud/requests/get_worksheet_cells_range_value_request.py index 9c4edc6..3220092 100644 --- a/asposecellscloud/requests/get_worksheet_cells_range_value_request.py +++ b/asposecellscloud/requests/get_worksheet_cells_range_value_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_cells_request.py b/asposecellscloud/requests/get_worksheet_cells_request.py index d05ca66..25f87c9 100644 --- a/asposecellscloud/requests/get_worksheet_cells_request.py +++ b/asposecellscloud/requests/get_worksheet_cells_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_chart_legend_request.py b/asposecellscloud/requests/get_worksheet_chart_legend_request.py index 5d9af6d..97a387f 100644 --- a/asposecellscloud/requests/get_worksheet_chart_legend_request.py +++ b/asposecellscloud/requests/get_worksheet_chart_legend_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_chart_request.py b/asposecellscloud/requests/get_worksheet_chart_request.py index 4d9b29b..79bd883 100644 --- a/asposecellscloud/requests/get_worksheet_chart_request.py +++ b/asposecellscloud/requests/get_worksheet_chart_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_chart_title_request.py b/asposecellscloud/requests/get_worksheet_chart_title_request.py index fb5eb28..eadb5ee 100644 --- a/asposecellscloud/requests/get_worksheet_chart_title_request.py +++ b/asposecellscloud/requests/get_worksheet_chart_title_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_charts_request.py b/asposecellscloud/requests/get_worksheet_charts_request.py index c0494ec..3955123 100644 --- a/asposecellscloud/requests/get_worksheet_charts_request.py +++ b/asposecellscloud/requests/get_worksheet_charts_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_column_request.py b/asposecellscloud/requests/get_worksheet_column_request.py index 0e2de0a..3faef60 100644 --- a/asposecellscloud/requests/get_worksheet_column_request.py +++ b/asposecellscloud/requests/get_worksheet_column_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_columns_request.py b/asposecellscloud/requests/get_worksheet_columns_request.py index 8771666..9118e4a 100644 --- a/asposecellscloud/requests/get_worksheet_columns_request.py +++ b/asposecellscloud/requests/get_worksheet_columns_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_comment_request.py b/asposecellscloud/requests/get_worksheet_comment_request.py index 22035fb..7d9e32d 100644 --- a/asposecellscloud/requests/get_worksheet_comment_request.py +++ b/asposecellscloud/requests/get_worksheet_comment_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_comments_request.py b/asposecellscloud/requests/get_worksheet_comments_request.py index ece1dde..a0575bd 100644 --- a/asposecellscloud/requests/get_worksheet_comments_request.py +++ b/asposecellscloud/requests/get_worksheet_comments_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_conditional_formatting_request.py b/asposecellscloud/requests/get_worksheet_conditional_formatting_request.py index 8b26f1c..af9462c 100644 --- a/asposecellscloud/requests/get_worksheet_conditional_formatting_request.py +++ b/asposecellscloud/requests/get_worksheet_conditional_formatting_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_conditional_formattings_request.py b/asposecellscloud/requests/get_worksheet_conditional_formattings_request.py index 320b011..6717343 100644 --- a/asposecellscloud/requests/get_worksheet_conditional_formattings_request.py +++ b/asposecellscloud/requests/get_worksheet_conditional_formattings_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_hyperlink_request.py b/asposecellscloud/requests/get_worksheet_hyperlink_request.py index febdd0a..723e3f9 100644 --- a/asposecellscloud/requests/get_worksheet_hyperlink_request.py +++ b/asposecellscloud/requests/get_worksheet_hyperlink_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_hyperlinks_request.py b/asposecellscloud/requests/get_worksheet_hyperlinks_request.py index cc8d2ed..bb310e2 100644 --- a/asposecellscloud/requests/get_worksheet_hyperlinks_request.py +++ b/asposecellscloud/requests/get_worksheet_hyperlinks_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_list_object_request.py b/asposecellscloud/requests/get_worksheet_list_object_request.py index c2b7dbe..aa10806 100644 --- a/asposecellscloud/requests/get_worksheet_list_object_request.py +++ b/asposecellscloud/requests/get_worksheet_list_object_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_list_objects_request.py b/asposecellscloud/requests/get_worksheet_list_objects_request.py index 534238a..b34a808 100644 --- a/asposecellscloud/requests/get_worksheet_list_objects_request.py +++ b/asposecellscloud/requests/get_worksheet_list_objects_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_merged_cell_request.py b/asposecellscloud/requests/get_worksheet_merged_cell_request.py index 7439468..7f7ac14 100644 --- a/asposecellscloud/requests/get_worksheet_merged_cell_request.py +++ b/asposecellscloud/requests/get_worksheet_merged_cell_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_merged_cells_request.py b/asposecellscloud/requests/get_worksheet_merged_cells_request.py index 5d66799..f1acd0e 100644 --- a/asposecellscloud/requests/get_worksheet_merged_cells_request.py +++ b/asposecellscloud/requests/get_worksheet_merged_cells_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_ole_object_request.py b/asposecellscloud/requests/get_worksheet_ole_object_request.py index ed01f7a..47894a1 100644 --- a/asposecellscloud/requests/get_worksheet_ole_object_request.py +++ b/asposecellscloud/requests/get_worksheet_ole_object_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_ole_objects_request.py b/asposecellscloud/requests/get_worksheet_ole_objects_request.py index c0757ac..738cbfc 100644 --- a/asposecellscloud/requests/get_worksheet_ole_objects_request.py +++ b/asposecellscloud/requests/get_worksheet_ole_objects_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_page_count_request.py b/asposecellscloud/requests/get_worksheet_page_count_request.py index c3d2826..3fe6bb6 100644 --- a/asposecellscloud/requests/get_worksheet_page_count_request.py +++ b/asposecellscloud/requests/get_worksheet_page_count_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_picture_with_format_request.py b/asposecellscloud/requests/get_worksheet_picture_with_format_request.py index e755048..d704fa2 100644 --- a/asposecellscloud/requests/get_worksheet_picture_with_format_request.py +++ b/asposecellscloud/requests/get_worksheet_picture_with_format_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_pictures_request.py b/asposecellscloud/requests/get_worksheet_pictures_request.py index 88d430e..ae166f6 100644 --- a/asposecellscloud/requests/get_worksheet_pictures_request.py +++ b/asposecellscloud/requests/get_worksheet_pictures_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_pivot_table_filter_request.py b/asposecellscloud/requests/get_worksheet_pivot_table_filter_request.py index 669b118..9ab4793 100644 --- a/asposecellscloud/requests/get_worksheet_pivot_table_filter_request.py +++ b/asposecellscloud/requests/get_worksheet_pivot_table_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_pivot_table_filters_request.py b/asposecellscloud/requests/get_worksheet_pivot_table_filters_request.py index beb5983..763bff2 100644 --- a/asposecellscloud/requests/get_worksheet_pivot_table_filters_request.py +++ b/asposecellscloud/requests/get_worksheet_pivot_table_filters_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_pivot_table_request.py b/asposecellscloud/requests/get_worksheet_pivot_table_request.py index 5086c5a..61a6b08 100644 --- a/asposecellscloud/requests/get_worksheet_pivot_table_request.py +++ b/asposecellscloud/requests/get_worksheet_pivot_table_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_pivot_tables_request.py b/asposecellscloud/requests/get_worksheet_pivot_tables_request.py index 4391b03..baff2a3 100644 --- a/asposecellscloud/requests/get_worksheet_pivot_tables_request.py +++ b/asposecellscloud/requests/get_worksheet_pivot_tables_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_row_request.py b/asposecellscloud/requests/get_worksheet_row_request.py index de1864f..c229f8f 100644 --- a/asposecellscloud/requests/get_worksheet_row_request.py +++ b/asposecellscloud/requests/get_worksheet_row_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_rows_request.py b/asposecellscloud/requests/get_worksheet_rows_request.py index 163011d..5d2634d 100644 --- a/asposecellscloud/requests/get_worksheet_rows_request.py +++ b/asposecellscloud/requests/get_worksheet_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_shape_request.py b/asposecellscloud/requests/get_worksheet_shape_request.py index eb13a1d..e39a98b 100644 --- a/asposecellscloud/requests/get_worksheet_shape_request.py +++ b/asposecellscloud/requests/get_worksheet_shape_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_shapes_request.py b/asposecellscloud/requests/get_worksheet_shapes_request.py index c047afc..44746f5 100644 --- a/asposecellscloud/requests/get_worksheet_shapes_request.py +++ b/asposecellscloud/requests/get_worksheet_shapes_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_sparkline_group_request.py b/asposecellscloud/requests/get_worksheet_sparkline_group_request.py index f95a925..9dfe2e0 100644 --- a/asposecellscloud/requests/get_worksheet_sparkline_group_request.py +++ b/asposecellscloud/requests/get_worksheet_sparkline_group_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_sparkline_groups_request.py b/asposecellscloud/requests/get_worksheet_sparkline_groups_request.py index bdb59ab..e41516a 100644 --- a/asposecellscloud/requests/get_worksheet_sparkline_groups_request.py +++ b/asposecellscloud/requests/get_worksheet_sparkline_groups_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_text_items_request.py b/asposecellscloud/requests/get_worksheet_text_items_request.py index 69c102b..1397d14 100644 --- a/asposecellscloud/requests/get_worksheet_text_items_request.py +++ b/asposecellscloud/requests/get_worksheet_text_items_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_validation_request.py b/asposecellscloud/requests/get_worksheet_validation_request.py index 7642d58..62b9cad 100644 --- a/asposecellscloud/requests/get_worksheet_validation_request.py +++ b/asposecellscloud/requests/get_worksheet_validation_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_validations_request.py b/asposecellscloud/requests/get_worksheet_validations_request.py index b7a2eee..bdcb445 100644 --- a/asposecellscloud/requests/get_worksheet_validations_request.py +++ b/asposecellscloud/requests/get_worksheet_validations_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheet_with_format_request.py b/asposecellscloud/requests/get_worksheet_with_format_request.py index 5cd10a6..aec66fa 100644 --- a/asposecellscloud/requests/get_worksheet_with_format_request.py +++ b/asposecellscloud/requests/get_worksheet_with_format_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/get_worksheets_request.py b/asposecellscloud/requests/get_worksheets_request.py index 9c2845b..693e234 100644 --- a/asposecellscloud/requests/get_worksheets_request.py +++ b/asposecellscloud/requests/get_worksheets_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/move_file_request.py b/asposecellscloud/requests/move_file_request.py index 2d82c59..ac3fbb2 100644 --- a/asposecellscloud/requests/move_file_request.py +++ b/asposecellscloud/requests/move_file_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/move_folder_request.py b/asposecellscloud/requests/move_folder_request.py index 0c9708d..24e9813 100644 --- a/asposecellscloud/requests/move_folder_request.py +++ b/asposecellscloud/requests/move_folder_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/object_exists_request.py b/asposecellscloud/requests/object_exists_request.py index e943741..6eaa45e 100644 --- a/asposecellscloud/requests/object_exists_request.py +++ b/asposecellscloud/requests/object_exists_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_access_token_request.py b/asposecellscloud/requests/post_access_token_request.py index 3cf3a38..4b9dcd2 100644 --- a/asposecellscloud/requests/post_access_token_request.py +++ b/asposecellscloud/requests/post_access_token_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_add_text_content_request.py b/asposecellscloud/requests/post_add_text_content_request.py index 24605de..a2d4c9f 100644 --- a/asposecellscloud/requests/post_add_text_content_request.py +++ b/asposecellscloud/requests/post_add_text_content_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_analyze_excel_request.py b/asposecellscloud/requests/post_analyze_excel_request.py index 34f8c87..5caf40b 100644 --- a/asposecellscloud/requests/post_analyze_excel_request.py +++ b/asposecellscloud/requests/post_analyze_excel_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_assemble_request.py b/asposecellscloud/requests/post_assemble_request.py index 0e69adc..4c3d098 100644 --- a/asposecellscloud/requests/post_assemble_request.py +++ b/asposecellscloud/requests/post_assemble_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_autofit_workbook_columns_request.py b/asposecellscloud/requests/post_autofit_workbook_columns_request.py index bb8a5b2..c73c33b 100644 --- a/asposecellscloud/requests/post_autofit_workbook_columns_request.py +++ b/asposecellscloud/requests/post_autofit_workbook_columns_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_autofit_workbook_rows_request.py b/asposecellscloud/requests/post_autofit_workbook_rows_request.py index 8757e7f..25d9a39 100644 --- a/asposecellscloud/requests/post_autofit_workbook_rows_request.py +++ b/asposecellscloud/requests/post_autofit_workbook_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_autofit_worksheet_columns_request.py b/asposecellscloud/requests/post_autofit_worksheet_columns_request.py index 216dee8..a837f89 100644 --- a/asposecellscloud/requests/post_autofit_worksheet_columns_request.py +++ b/asposecellscloud/requests/post_autofit_worksheet_columns_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_autofit_worksheet_row_request.py b/asposecellscloud/requests/post_autofit_worksheet_row_request.py index 811352b..a96c58b 100644 --- a/asposecellscloud/requests/post_autofit_worksheet_row_request.py +++ b/asposecellscloud/requests/post_autofit_worksheet_row_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_autofit_worksheet_rows_request.py b/asposecellscloud/requests/post_autofit_worksheet_rows_request.py index 68352d7..ba2aea8 100644 --- a/asposecellscloud/requests/post_autofit_worksheet_rows_request.py +++ b/asposecellscloud/requests/post_autofit_worksheet_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_batch_convert_request.py b/asposecellscloud/requests/post_batch_convert_request.py index c8da9cb..7b9f903 100644 --- a/asposecellscloud/requests/post_batch_convert_request.py +++ b/asposecellscloud/requests/post_batch_convert_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_batch_lock_request.py b/asposecellscloud/requests/post_batch_lock_request.py index 096f823..aef42eb 100644 --- a/asposecellscloud/requests/post_batch_lock_request.py +++ b/asposecellscloud/requests/post_batch_lock_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_batch_protect_request.py b/asposecellscloud/requests/post_batch_protect_request.py index 517307f..320b8b6 100644 --- a/asposecellscloud/requests/post_batch_protect_request.py +++ b/asposecellscloud/requests/post_batch_protect_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_batch_split_request.py b/asposecellscloud/requests/post_batch_split_request.py index db2f32b..d4c9d93 100644 --- a/asposecellscloud/requests/post_batch_split_request.py +++ b/asposecellscloud/requests/post_batch_split_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_batch_unlock_request.py b/asposecellscloud/requests/post_batch_unlock_request.py index dd75d23..27b39b3 100644 --- a/asposecellscloud/requests/post_batch_unlock_request.py +++ b/asposecellscloud/requests/post_batch_unlock_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_cell_calculate_request.py b/asposecellscloud/requests/post_cell_calculate_request.py index 69f7bfa..82c6eff 100644 --- a/asposecellscloud/requests/post_cell_calculate_request.py +++ b/asposecellscloud/requests/post_cell_calculate_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_cell_characters_request.py b/asposecellscloud/requests/post_cell_characters_request.py index 5b87edc..95758b4 100644 --- a/asposecellscloud/requests/post_cell_characters_request.py +++ b/asposecellscloud/requests/post_cell_characters_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_chart_category_axis_request.py b/asposecellscloud/requests/post_chart_category_axis_request.py index 9c86748..ef1f19a 100644 --- a/asposecellscloud/requests/post_chart_category_axis_request.py +++ b/asposecellscloud/requests/post_chart_category_axis_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_chart_second_category_axis_request.py b/asposecellscloud/requests/post_chart_second_category_axis_request.py index d20f047..b01b2f5 100644 --- a/asposecellscloud/requests/post_chart_second_category_axis_request.py +++ b/asposecellscloud/requests/post_chart_second_category_axis_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_chart_second_value_axis_request.py b/asposecellscloud/requests/post_chart_second_value_axis_request.py index 63c4580..49e82c7 100644 --- a/asposecellscloud/requests/post_chart_second_value_axis_request.py +++ b/asposecellscloud/requests/post_chart_second_value_axis_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_chart_series_axis_request.py b/asposecellscloud/requests/post_chart_series_axis_request.py index 4462303..e0315da 100644 --- a/asposecellscloud/requests/post_chart_series_axis_request.py +++ b/asposecellscloud/requests/post_chart_series_axis_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_chart_value_axis_request.py b/asposecellscloud/requests/post_chart_value_axis_request.py index c770304..4dc794a 100644 --- a/asposecellscloud/requests/post_chart_value_axis_request.py +++ b/asposecellscloud/requests/post_chart_value_axis_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_clear_contents_request.py b/asposecellscloud/requests/post_clear_contents_request.py index 9353f9c..9d0a39e 100644 --- a/asposecellscloud/requests/post_clear_contents_request.py +++ b/asposecellscloud/requests/post_clear_contents_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_clear_formats_request.py b/asposecellscloud/requests/post_clear_formats_request.py index 74a04da..f8e2cd4 100644 --- a/asposecellscloud/requests/post_clear_formats_request.py +++ b/asposecellscloud/requests/post_clear_formats_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_clear_objects_request.py b/asposecellscloud/requests/post_clear_objects_request.py index ba3cef1..3485e82 100644 --- a/asposecellscloud/requests/post_clear_objects_request.py +++ b/asposecellscloud/requests/post_clear_objects_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_column_style_request.py b/asposecellscloud/requests/post_column_style_request.py index 247be77..92fbcac 100644 --- a/asposecellscloud/requests/post_column_style_request.py +++ b/asposecellscloud/requests/post_column_style_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_compress_request.py b/asposecellscloud/requests/post_compress_request.py index ff547f2..056ab55 100644 --- a/asposecellscloud/requests/post_compress_request.py +++ b/asposecellscloud/requests/post_compress_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_convert_text_request.py b/asposecellscloud/requests/post_convert_text_request.py index dae5f74..f30dd43 100644 --- a/asposecellscloud/requests/post_convert_text_request.py +++ b/asposecellscloud/requests/post_convert_text_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_convert_workbook_to_csv_request.py b/asposecellscloud/requests/post_convert_workbook_to_csv_request.py index 73c64f2..0d9171f 100644 --- a/asposecellscloud/requests/post_convert_workbook_to_csv_request.py +++ b/asposecellscloud/requests/post_convert_workbook_to_csv_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_convert_workbook_to_docx_request.py b/asposecellscloud/requests/post_convert_workbook_to_docx_request.py index 37256e9..aa403b9 100644 --- a/asposecellscloud/requests/post_convert_workbook_to_docx_request.py +++ b/asposecellscloud/requests/post_convert_workbook_to_docx_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_convert_workbook_to_html_request.py b/asposecellscloud/requests/post_convert_workbook_to_html_request.py index 708d634..e6292db 100644 --- a/asposecellscloud/requests/post_convert_workbook_to_html_request.py +++ b/asposecellscloud/requests/post_convert_workbook_to_html_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_convert_workbook_to_json_request.py b/asposecellscloud/requests/post_convert_workbook_to_json_request.py index d7f4d94..19584d6 100644 --- a/asposecellscloud/requests/post_convert_workbook_to_json_request.py +++ b/asposecellscloud/requests/post_convert_workbook_to_json_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_convert_workbook_to_markdown_request.py b/asposecellscloud/requests/post_convert_workbook_to_markdown_request.py index e661a0a..6c5eaaa 100644 --- a/asposecellscloud/requests/post_convert_workbook_to_markdown_request.py +++ b/asposecellscloud/requests/post_convert_workbook_to_markdown_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_convert_workbook_to_pdf_request.py b/asposecellscloud/requests/post_convert_workbook_to_pdf_request.py index 077439a..36cf653 100644 --- a/asposecellscloud/requests/post_convert_workbook_to_pdf_request.py +++ b/asposecellscloud/requests/post_convert_workbook_to_pdf_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_convert_workbook_to_png_request.py b/asposecellscloud/requests/post_convert_workbook_to_png_request.py index f7ffd81..0cb9656 100644 --- a/asposecellscloud/requests/post_convert_workbook_to_png_request.py +++ b/asposecellscloud/requests/post_convert_workbook_to_png_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_convert_workbook_to_pptx_request.py b/asposecellscloud/requests/post_convert_workbook_to_pptx_request.py index 20600ac..649848e 100644 --- a/asposecellscloud/requests/post_convert_workbook_to_pptx_request.py +++ b/asposecellscloud/requests/post_convert_workbook_to_pptx_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_convert_workbook_to_sql_request.py b/asposecellscloud/requests/post_convert_workbook_to_sql_request.py index 7f8f63f..0105711 100644 --- a/asposecellscloud/requests/post_convert_workbook_to_sql_request.py +++ b/asposecellscloud/requests/post_convert_workbook_to_sql_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_copy_cell_into_cell_request.py b/asposecellscloud/requests/post_copy_cell_into_cell_request.py index 61a94a7..88046f7 100644 --- a/asposecellscloud/requests/post_copy_cell_into_cell_request.py +++ b/asposecellscloud/requests/post_copy_cell_into_cell_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_copy_worksheet_columns_request.py b/asposecellscloud/requests/post_copy_worksheet_columns_request.py index 4e97b7a..5fe5ab5 100644 --- a/asposecellscloud/requests/post_copy_worksheet_columns_request.py +++ b/asposecellscloud/requests/post_copy_worksheet_columns_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_copy_worksheet_request.py b/asposecellscloud/requests/post_copy_worksheet_request.py index e60f7c4..433140e 100644 --- a/asposecellscloud/requests/post_copy_worksheet_request.py +++ b/asposecellscloud/requests/post_copy_worksheet_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_copy_worksheet_rows_request.py b/asposecellscloud/requests/post_copy_worksheet_rows_request.py index d466975..601d0bd 100644 --- a/asposecellscloud/requests/post_copy_worksheet_rows_request.py +++ b/asposecellscloud/requests/post_copy_worksheet_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_data_cleansing_request.py b/asposecellscloud/requests/post_data_cleansing_request.py index 82e6ccc..2201fb8 100644 --- a/asposecellscloud/requests/post_data_cleansing_request.py +++ b/asposecellscloud/requests/post_data_cleansing_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_data_deduplication_request.py b/asposecellscloud/requests/post_data_deduplication_request.py index 3d08a16..ef194c8 100644 --- a/asposecellscloud/requests/post_data_deduplication_request.py +++ b/asposecellscloud/requests/post_data_deduplication_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_data_fill_request.py b/asposecellscloud/requests/post_data_fill_request.py index 8478d72..9d7d803 100644 --- a/asposecellscloud/requests/post_data_fill_request.py +++ b/asposecellscloud/requests/post_data_fill_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_data_transformation_request.py b/asposecellscloud/requests/post_data_transformation_request.py index 460817d..c386ed3 100644 --- a/asposecellscloud/requests/post_data_transformation_request.py +++ b/asposecellscloud/requests/post_data_transformation_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_delete_incomplete_rows_request.py b/asposecellscloud/requests/post_delete_incomplete_rows_request.py index 1b6f7b8..5c880f1 100644 --- a/asposecellscloud/requests/post_delete_incomplete_rows_request.py +++ b/asposecellscloud/requests/post_delete_incomplete_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_digital_signature_request.py b/asposecellscloud/requests/post_digital_signature_request.py index a0fffc7..a3a3985 100644 --- a/asposecellscloud/requests/post_digital_signature_request.py +++ b/asposecellscloud/requests/post_digital_signature_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_encrypt_workbook_request.py b/asposecellscloud/requests/post_encrypt_workbook_request.py index ab4e68a..51fe0aa 100644 --- a/asposecellscloud/requests/post_encrypt_workbook_request.py +++ b/asposecellscloud/requests/post_encrypt_workbook_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_export_request.py b/asposecellscloud/requests/post_export_request.py index 33f38c6..c9c9d7d 100644 --- a/asposecellscloud/requests/post_export_request.py +++ b/asposecellscloud/requests/post_export_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_extract_text_request.py b/asposecellscloud/requests/post_extract_text_request.py index 85ad4ce..6f3c510 100644 --- a/asposecellscloud/requests/post_extract_text_request.py +++ b/asposecellscloud/requests/post_extract_text_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_fit_tall_to_pages_request.py b/asposecellscloud/requests/post_fit_tall_to_pages_request.py index d34b862..7340349 100644 --- a/asposecellscloud/requests/post_fit_tall_to_pages_request.py +++ b/asposecellscloud/requests/post_fit_tall_to_pages_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_fit_wide_to_pages_request.py b/asposecellscloud/requests/post_fit_wide_to_pages_request.py index 9515223..9c3dfe8 100644 --- a/asposecellscloud/requests/post_fit_wide_to_pages_request.py +++ b/asposecellscloud/requests/post_fit_wide_to_pages_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_footer_request.py b/asposecellscloud/requests/post_footer_request.py index 27673f5..5bc34e3 100644 --- a/asposecellscloud/requests/post_footer_request.py +++ b/asposecellscloud/requests/post_footer_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_group_worksheet_columns_request.py b/asposecellscloud/requests/post_group_worksheet_columns_request.py index e4218c7..927aa8f 100644 --- a/asposecellscloud/requests/post_group_worksheet_columns_request.py +++ b/asposecellscloud/requests/post_group_worksheet_columns_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_group_worksheet_rows_request.py b/asposecellscloud/requests/post_group_worksheet_rows_request.py index 8ab5bf4..7f08b9e 100644 --- a/asposecellscloud/requests/post_group_worksheet_rows_request.py +++ b/asposecellscloud/requests/post_group_worksheet_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_header_request.py b/asposecellscloud/requests/post_header_request.py index 6052aa1..b7bbbaa 100644 --- a/asposecellscloud/requests/post_header_request.py +++ b/asposecellscloud/requests/post_header_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_hide_worksheet_columns_request.py b/asposecellscloud/requests/post_hide_worksheet_columns_request.py index d116f36..72894da 100644 --- a/asposecellscloud/requests/post_hide_worksheet_columns_request.py +++ b/asposecellscloud/requests/post_hide_worksheet_columns_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_hide_worksheet_rows_request.py b/asposecellscloud/requests/post_hide_worksheet_rows_request.py index e49000b..b4a5be2 100644 --- a/asposecellscloud/requests/post_hide_worksheet_rows_request.py +++ b/asposecellscloud/requests/post_hide_worksheet_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_import_data_request.py b/asposecellscloud/requests/post_import_data_request.py index a49c4fc..c36f1ca 100644 --- a/asposecellscloud/requests/post_import_data_request.py +++ b/asposecellscloud/requests/post_import_data_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_import_request.py b/asposecellscloud/requests/post_import_request.py index b50feb6..668ecb5 100644 --- a/asposecellscloud/requests/post_import_request.py +++ b/asposecellscloud/requests/post_import_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_lock_request.py b/asposecellscloud/requests/post_lock_request.py index 8e4e7f0..6200b92 100644 --- a/asposecellscloud/requests/post_lock_request.py +++ b/asposecellscloud/requests/post_lock_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_merge_request.py b/asposecellscloud/requests/post_merge_request.py index 52aba94..5c91510 100644 --- a/asposecellscloud/requests/post_merge_request.py +++ b/asposecellscloud/requests/post_merge_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_metadata_request.py b/asposecellscloud/requests/post_metadata_request.py index a50518f..f310c20 100644 --- a/asposecellscloud/requests/post_metadata_request.py +++ b/asposecellscloud/requests/post_metadata_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_move_worksheet_request.py b/asposecellscloud/requests/post_move_worksheet_request.py index a197179..c42821a 100644 --- a/asposecellscloud/requests/post_move_worksheet_request.py +++ b/asposecellscloud/requests/post_move_worksheet_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_page_setup_request.py b/asposecellscloud/requests/post_page_setup_request.py index 8cb65ae..b815f41 100644 --- a/asposecellscloud/requests/post_page_setup_request.py +++ b/asposecellscloud/requests/post_page_setup_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_pivot_table_cell_style_request.py b/asposecellscloud/requests/post_pivot_table_cell_style_request.py index 293a1ac..7766172 100644 --- a/asposecellscloud/requests/post_pivot_table_cell_style_request.py +++ b/asposecellscloud/requests/post_pivot_table_cell_style_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_pivot_table_field_hide_item_request.py b/asposecellscloud/requests/post_pivot_table_field_hide_item_request.py index e99fc3d..1a101c1 100644 --- a/asposecellscloud/requests/post_pivot_table_field_hide_item_request.py +++ b/asposecellscloud/requests/post_pivot_table_field_hide_item_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_pivot_table_field_move_to_request.py b/asposecellscloud/requests/post_pivot_table_field_move_to_request.py index 912fdca..d611cab 100644 --- a/asposecellscloud/requests/post_pivot_table_field_move_to_request.py +++ b/asposecellscloud/requests/post_pivot_table_field_move_to_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_pivot_table_style_request.py b/asposecellscloud/requests/post_pivot_table_style_request.py index 06fd3bc..39f83e0 100644 --- a/asposecellscloud/requests/post_pivot_table_style_request.py +++ b/asposecellscloud/requests/post_pivot_table_style_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_pivot_table_update_pivot_field_request.py b/asposecellscloud/requests/post_pivot_table_update_pivot_field_request.py index 0643e8d..4891cbe 100644 --- a/asposecellscloud/requests/post_pivot_table_update_pivot_field_request.py +++ b/asposecellscloud/requests/post_pivot_table_update_pivot_field_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_pivot_table_update_pivot_fields_request.py b/asposecellscloud/requests/post_pivot_table_update_pivot_fields_request.py index d88072e..e171ef0 100644 --- a/asposecellscloud/requests/post_pivot_table_update_pivot_fields_request.py +++ b/asposecellscloud/requests/post_pivot_table_update_pivot_fields_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_protect_request.py b/asposecellscloud/requests/post_protect_request.py index f6c870d..86f2cde 100644 --- a/asposecellscloud/requests/post_protect_request.py +++ b/asposecellscloud/requests/post_protect_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_protect_workbook_request.py b/asposecellscloud/requests/post_protect_workbook_request.py index ed8c266..80230f1 100644 --- a/asposecellscloud/requests/post_protect_workbook_request.py +++ b/asposecellscloud/requests/post_protect_workbook_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_remove_characters_request.py b/asposecellscloud/requests/post_remove_characters_request.py index f3e8ade..8f3f2d8 100644 --- a/asposecellscloud/requests/post_remove_characters_request.py +++ b/asposecellscloud/requests/post_remove_characters_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_remove_duplicates_request.py b/asposecellscloud/requests/post_remove_duplicates_request.py index c0e1174..1c15c5f 100644 --- a/asposecellscloud/requests/post_remove_duplicates_request.py +++ b/asposecellscloud/requests/post_remove_duplicates_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_rename_worksheet_request.py b/asposecellscloud/requests/post_rename_worksheet_request.py index b777cd0..418408a 100644 --- a/asposecellscloud/requests/post_rename_worksheet_request.py +++ b/asposecellscloud/requests/post_rename_worksheet_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_repair_request.py b/asposecellscloud/requests/post_repair_request.py index 702544f..368f809 100644 --- a/asposecellscloud/requests/post_repair_request.py +++ b/asposecellscloud/requests/post_repair_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_replace_request.py b/asposecellscloud/requests/post_replace_request.py index eec4850..b141f52 100644 --- a/asposecellscloud/requests/post_replace_request.py +++ b/asposecellscloud/requests/post_replace_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_reverse_request.py b/asposecellscloud/requests/post_reverse_request.py index 69bd58a..1732400 100644 --- a/asposecellscloud/requests/post_reverse_request.py +++ b/asposecellscloud/requests/post_reverse_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_rotate_request.py b/asposecellscloud/requests/post_rotate_request.py index 90d23ee..81fb2b6 100644 --- a/asposecellscloud/requests/post_rotate_request.py +++ b/asposecellscloud/requests/post_rotate_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_row_style_request.py b/asposecellscloud/requests/post_row_style_request.py index 8227a3d..31a5283 100644 --- a/asposecellscloud/requests/post_row_style_request.py +++ b/asposecellscloud/requests/post_row_style_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_run_task_request.py b/asposecellscloud/requests/post_run_task_request.py index ee4d391..0315fb7 100644 --- a/asposecellscloud/requests/post_run_task_request.py +++ b/asposecellscloud/requests/post_run_task_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_search_request.py b/asposecellscloud/requests/post_search_request.py index 3b00fad..8dae124 100644 --- a/asposecellscloud/requests/post_search_request.py +++ b/asposecellscloud/requests/post_search_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_set_cell_html_string_request.py b/asposecellscloud/requests/post_set_cell_html_string_request.py index 402a67e..7beaf0e 100644 --- a/asposecellscloud/requests/post_set_cell_html_string_request.py +++ b/asposecellscloud/requests/post_set_cell_html_string_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_set_cell_range_value_request.py b/asposecellscloud/requests/post_set_cell_range_value_request.py index 70f72ed..19ce3f1 100644 --- a/asposecellscloud/requests/post_set_cell_range_value_request.py +++ b/asposecellscloud/requests/post_set_cell_range_value_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_set_worksheet_column_width_request.py b/asposecellscloud/requests/post_set_worksheet_column_width_request.py index 36aa997..1f64b4c 100644 --- a/asposecellscloud/requests/post_set_worksheet_column_width_request.py +++ b/asposecellscloud/requests/post_set_worksheet_column_width_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_split_request.py b/asposecellscloud/requests/post_split_request.py index e83dfdd..6e11091 100644 --- a/asposecellscloud/requests/post_split_request.py +++ b/asposecellscloud/requests/post_split_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_split_text_request.py b/asposecellscloud/requests/post_split_text_request.py new file mode 100644 index 0000000..a37c8b4 --- /dev/null +++ b/asposecellscloud/requests/post_split_text_request.py @@ -0,0 +1,88 @@ +# coding: utf-8 +""" + + Copyright (c) 2025 Aspose.Cells Cloud + + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +""" + +import json + +from six import iteritems +from asposecellscloud import * +from asposecellscloud.models import * +from asposecellscloud.requests import * +from six.moves.urllib.parse import quote + +class PostSplitTextRequest(object): + + def __init__(self , split_text_options =None ): + self.split_text_options = split_text_options + def create_http_request(self, api_client): + + # verify the required parameter 'split_text_options' is set + if self.split_text_options is None: + raise ValueError("Missing the required parameter `split_text_options` when calling `post_split_text`") + + + collection_formats = {} + + path_params = {} + query_params = [] + header_params = {} + + form_params = [] + local_var_files = {} + body_params = None + # HTTP header `Accept` + header_params['Accept'] = api_client.\ + select_header_accept(['application/json']) + + # HTTP header `Content-Type` + header_params['Content-Type'] = api_client.\ + select_header_content_type(['application/json']) + + if self.split_text_options is not None: + body_params =self.split_text_options + + # Authentication setting + auth_settings = [] + resource_path = "/cells/splittext" + # path parameters + if path_params: + path_params = api_client.sanitize_for_serialization(path_params) + path_params = api_client.parameters_to_tuples(path_params, collection_formats) + for k, v in path_params: + # specified safe chars, encode everything + resource_path = resource_path.replace('{%s}' % k, quote(str(v), safe='/')) + return { + "method": "POST", + "path":resource_path, + "query_params": query_params, + "header_params": header_params, + "form_params": form_params, + "files":local_var_files, + "auth_settings":auth_settings, + "body": body_params, + "collection_formats": collection_formats, + "response_type": 'FileInfo' + } + diff --git a/asposecellscloud/requests/post_trim_content_request.py b/asposecellscloud/requests/post_trim_content_request.py index 4e06dcc..525743f 100644 --- a/asposecellscloud/requests/post_trim_content_request.py +++ b/asposecellscloud/requests/post_trim_content_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_ungroup_worksheet_columns_request.py b/asposecellscloud/requests/post_ungroup_worksheet_columns_request.py index 9225783..4b22c78 100644 --- a/asposecellscloud/requests/post_ungroup_worksheet_columns_request.py +++ b/asposecellscloud/requests/post_ungroup_worksheet_columns_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_ungroup_worksheet_rows_request.py b/asposecellscloud/requests/post_ungroup_worksheet_rows_request.py index e463bee..d239493 100644 --- a/asposecellscloud/requests/post_ungroup_worksheet_rows_request.py +++ b/asposecellscloud/requests/post_ungroup_worksheet_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_unhide_worksheet_columns_request.py b/asposecellscloud/requests/post_unhide_worksheet_columns_request.py index e9527f4..b0b1756 100644 --- a/asposecellscloud/requests/post_unhide_worksheet_columns_request.py +++ b/asposecellscloud/requests/post_unhide_worksheet_columns_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_unhide_worksheet_rows_request.py b/asposecellscloud/requests/post_unhide_worksheet_rows_request.py index 4e6767f..3fcea42 100644 --- a/asposecellscloud/requests/post_unhide_worksheet_rows_request.py +++ b/asposecellscloud/requests/post_unhide_worksheet_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_unlock_request.py b/asposecellscloud/requests/post_unlock_request.py index e93298c..5b085a0 100644 --- a/asposecellscloud/requests/post_unlock_request.py +++ b/asposecellscloud/requests/post_unlock_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_update_word_case_request.py b/asposecellscloud/requests/post_update_word_case_request.py index beb6906..d6782e7 100644 --- a/asposecellscloud/requests/post_update_word_case_request.py +++ b/asposecellscloud/requests/post_update_word_case_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_update_worksheet_cell_style_request.py b/asposecellscloud/requests/post_update_worksheet_cell_style_request.py index fb14519..38096bd 100644 --- a/asposecellscloud/requests/post_update_worksheet_cell_style_request.py +++ b/asposecellscloud/requests/post_update_worksheet_cell_style_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_update_worksheet_ole_object_request.py b/asposecellscloud/requests/post_update_worksheet_ole_object_request.py index 8b00b21..4ba4206 100644 --- a/asposecellscloud/requests/post_update_worksheet_ole_object_request.py +++ b/asposecellscloud/requests/post_update_worksheet_ole_object_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_update_worksheet_property_request.py b/asposecellscloud/requests/post_update_worksheet_property_request.py index d3b5d89..9659127 100644 --- a/asposecellscloud/requests/post_update_worksheet_property_request.py +++ b/asposecellscloud/requests/post_update_worksheet_property_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_update_worksheet_range_style_request.py b/asposecellscloud/requests/post_update_worksheet_range_style_request.py index 6319d9a..75e1bb8 100644 --- a/asposecellscloud/requests/post_update_worksheet_range_style_request.py +++ b/asposecellscloud/requests/post_update_worksheet_range_style_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_update_worksheet_row_request.py b/asposecellscloud/requests/post_update_worksheet_row_request.py index bb5ea8a..c41ec80 100644 --- a/asposecellscloud/requests/post_update_worksheet_row_request.py +++ b/asposecellscloud/requests/post_update_worksheet_row_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_update_worksheet_zoom_request.py b/asposecellscloud/requests/post_update_worksheet_zoom_request.py index dead10b..4929fa7 100644 --- a/asposecellscloud/requests/post_update_worksheet_zoom_request.py +++ b/asposecellscloud/requests/post_update_worksheet_zoom_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_watermark_request.py b/asposecellscloud/requests/post_watermark_request.py index 1599a28..449a83d 100644 --- a/asposecellscloud/requests/post_watermark_request.py +++ b/asposecellscloud/requests/post_watermark_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_calculate_formula_request.py b/asposecellscloud/requests/post_workbook_calculate_formula_request.py index 9246012..b4f9dc5 100644 --- a/asposecellscloud/requests/post_workbook_calculate_formula_request.py +++ b/asposecellscloud/requests/post_workbook_calculate_formula_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_data_cleansing_request.py b/asposecellscloud/requests/post_workbook_data_cleansing_request.py index 86a1388..58f89ab 100644 --- a/asposecellscloud/requests/post_workbook_data_cleansing_request.py +++ b/asposecellscloud/requests/post_workbook_data_cleansing_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_data_deduplication_request.py b/asposecellscloud/requests/post_workbook_data_deduplication_request.py index 9e26cc0..7c78bad 100644 --- a/asposecellscloud/requests/post_workbook_data_deduplication_request.py +++ b/asposecellscloud/requests/post_workbook_data_deduplication_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_data_fill_request.py b/asposecellscloud/requests/post_workbook_data_fill_request.py index 9b85c61..b8a3c67 100644 --- a/asposecellscloud/requests/post_workbook_data_fill_request.py +++ b/asposecellscloud/requests/post_workbook_data_fill_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_export_xml_request.py b/asposecellscloud/requests/post_workbook_export_xml_request.py index 3091705..1b84afd 100644 --- a/asposecellscloud/requests/post_workbook_export_xml_request.py +++ b/asposecellscloud/requests/post_workbook_export_xml_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_get_smart_marker_result_request.py b/asposecellscloud/requests/post_workbook_get_smart_marker_result_request.py index c609941..4d60638 100644 --- a/asposecellscloud/requests/post_workbook_get_smart_marker_result_request.py +++ b/asposecellscloud/requests/post_workbook_get_smart_marker_result_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_import_json_request.py b/asposecellscloud/requests/post_workbook_import_json_request.py index 76503b8..60b24b7 100644 --- a/asposecellscloud/requests/post_workbook_import_json_request.py +++ b/asposecellscloud/requests/post_workbook_import_json_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_import_xml_request.py b/asposecellscloud/requests/post_workbook_import_xml_request.py index 61f2f42..7252384 100644 --- a/asposecellscloud/requests/post_workbook_import_xml_request.py +++ b/asposecellscloud/requests/post_workbook_import_xml_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_name_request.py b/asposecellscloud/requests/post_workbook_name_request.py index 0a3e99c..2fddbff 100644 --- a/asposecellscloud/requests/post_workbook_name_request.py +++ b/asposecellscloud/requests/post_workbook_name_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_save_as_request.py b/asposecellscloud/requests/post_workbook_save_as_request.py index c605fa5..e49967d 100644 --- a/asposecellscloud/requests/post_workbook_save_as_request.py +++ b/asposecellscloud/requests/post_workbook_save_as_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_settings_request.py b/asposecellscloud/requests/post_workbook_settings_request.py index 79d106b..b9051b4 100644 --- a/asposecellscloud/requests/post_workbook_settings_request.py +++ b/asposecellscloud/requests/post_workbook_settings_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_split_request.py b/asposecellscloud/requests/post_workbook_split_request.py index 9c6c284..9c8f343 100644 --- a/asposecellscloud/requests/post_workbook_split_request.py +++ b/asposecellscloud/requests/post_workbook_split_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbook_text_replace_request.py b/asposecellscloud/requests/post_workbook_text_replace_request.py index 00c1d5d..241ce1e 100644 --- a/asposecellscloud/requests/post_workbook_text_replace_request.py +++ b/asposecellscloud/requests/post_workbook_text_replace_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbooks_merge_request.py b/asposecellscloud/requests/post_workbooks_merge_request.py index 4bb94be..ebaed0c 100644 --- a/asposecellscloud/requests/post_workbooks_merge_request.py +++ b/asposecellscloud/requests/post_workbooks_merge_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_workbooks_text_search_request.py b/asposecellscloud/requests/post_workbooks_text_search_request.py index 1455629..0dca38f 100644 --- a/asposecellscloud/requests/post_workbooks_text_search_request.py +++ b/asposecellscloud/requests/post_workbooks_text_search_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_auto_filter_refresh_request.py b/asposecellscloud/requests/post_worksheet_auto_filter_refresh_request.py index dea1767..8c2011f 100644 --- a/asposecellscloud/requests/post_worksheet_auto_filter_refresh_request.py +++ b/asposecellscloud/requests/post_worksheet_auto_filter_refresh_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_calculate_formula_request.py b/asposecellscloud/requests/post_worksheet_calculate_formula_request.py index bd65c57..dcf1d6b 100644 --- a/asposecellscloud/requests/post_worksheet_calculate_formula_request.py +++ b/asposecellscloud/requests/post_worksheet_calculate_formula_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_cell_set_value_request.py b/asposecellscloud/requests/post_worksheet_cell_set_value_request.py index df0e782..cb88e7f 100644 --- a/asposecellscloud/requests/post_worksheet_cell_set_value_request.py +++ b/asposecellscloud/requests/post_worksheet_cell_set_value_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_cells_range_column_width_request.py b/asposecellscloud/requests/post_worksheet_cells_range_column_width_request.py index 853e5e1..debaf4c 100644 --- a/asposecellscloud/requests/post_worksheet_cells_range_column_width_request.py +++ b/asposecellscloud/requests/post_worksheet_cells_range_column_width_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_cells_range_merge_request.py b/asposecellscloud/requests/post_worksheet_cells_range_merge_request.py index 4131639..ff861a8 100644 --- a/asposecellscloud/requests/post_worksheet_cells_range_merge_request.py +++ b/asposecellscloud/requests/post_worksheet_cells_range_merge_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_cells_range_move_to_request.py b/asposecellscloud/requests/post_worksheet_cells_range_move_to_request.py index a006088..d624b91 100644 --- a/asposecellscloud/requests/post_worksheet_cells_range_move_to_request.py +++ b/asposecellscloud/requests/post_worksheet_cells_range_move_to_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_cells_range_outline_border_request.py b/asposecellscloud/requests/post_worksheet_cells_range_outline_border_request.py index a3237cf..6cca980 100644 --- a/asposecellscloud/requests/post_worksheet_cells_range_outline_border_request.py +++ b/asposecellscloud/requests/post_worksheet_cells_range_outline_border_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_cells_range_row_height_request.py b/asposecellscloud/requests/post_worksheet_cells_range_row_height_request.py index 875753a..f9b53f6 100644 --- a/asposecellscloud/requests/post_worksheet_cells_range_row_height_request.py +++ b/asposecellscloud/requests/post_worksheet_cells_range_row_height_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_cells_range_sort_request.py b/asposecellscloud/requests/post_worksheet_cells_range_sort_request.py index e1b99de..69e122f 100644 --- a/asposecellscloud/requests/post_worksheet_cells_range_sort_request.py +++ b/asposecellscloud/requests/post_worksheet_cells_range_sort_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_cells_range_style_request.py b/asposecellscloud/requests/post_worksheet_cells_range_style_request.py index 4972a55..46dd767 100644 --- a/asposecellscloud/requests/post_worksheet_cells_range_style_request.py +++ b/asposecellscloud/requests/post_worksheet_cells_range_style_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_cells_range_un_merge_request.py b/asposecellscloud/requests/post_worksheet_cells_range_un_merge_request.py index f09bc1c..cd6dbc6 100644 --- a/asposecellscloud/requests/post_worksheet_cells_range_un_merge_request.py +++ b/asposecellscloud/requests/post_worksheet_cells_range_un_merge_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_cells_range_value_request.py b/asposecellscloud/requests/post_worksheet_cells_range_value_request.py index 305c110..bd6842e 100644 --- a/asposecellscloud/requests/post_worksheet_cells_range_value_request.py +++ b/asposecellscloud/requests/post_worksheet_cells_range_value_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_cells_ranges_copy_request.py b/asposecellscloud/requests/post_worksheet_cells_ranges_copy_request.py index 9c7ba98..3d072cc 100644 --- a/asposecellscloud/requests/post_worksheet_cells_ranges_copy_request.py +++ b/asposecellscloud/requests/post_worksheet_cells_ranges_copy_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_chart_legend_request.py b/asposecellscloud/requests/post_worksheet_chart_legend_request.py index b2f6d4b..7da1f83 100644 --- a/asposecellscloud/requests/post_worksheet_chart_legend_request.py +++ b/asposecellscloud/requests/post_worksheet_chart_legend_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_chart_request.py b/asposecellscloud/requests/post_worksheet_chart_request.py index 6e5d983..52935b6 100644 --- a/asposecellscloud/requests/post_worksheet_chart_request.py +++ b/asposecellscloud/requests/post_worksheet_chart_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_chart_title_request.py b/asposecellscloud/requests/post_worksheet_chart_title_request.py index c43a6ae..0f99fdc 100644 --- a/asposecellscloud/requests/post_worksheet_chart_title_request.py +++ b/asposecellscloud/requests/post_worksheet_chart_title_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_comment_request.py b/asposecellscloud/requests/post_worksheet_comment_request.py index f1d880b..0f78941 100644 --- a/asposecellscloud/requests/post_worksheet_comment_request.py +++ b/asposecellscloud/requests/post_worksheet_comment_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_group_shape_request.py b/asposecellscloud/requests/post_worksheet_group_shape_request.py index 6f3ec74..85b7848 100644 --- a/asposecellscloud/requests/post_worksheet_group_shape_request.py +++ b/asposecellscloud/requests/post_worksheet_group_shape_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_hyperlink_request.py b/asposecellscloud/requests/post_worksheet_hyperlink_request.py index aad231f..a126c0a 100644 --- a/asposecellscloud/requests/post_worksheet_hyperlink_request.py +++ b/asposecellscloud/requests/post_worksheet_hyperlink_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_list_column_request.py b/asposecellscloud/requests/post_worksheet_list_column_request.py index 67075a2..99bf450 100644 --- a/asposecellscloud/requests/post_worksheet_list_column_request.py +++ b/asposecellscloud/requests/post_worksheet_list_column_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_list_columns_total_request.py b/asposecellscloud/requests/post_worksheet_list_columns_total_request.py index edce8be..09c845c 100644 --- a/asposecellscloud/requests/post_worksheet_list_columns_total_request.py +++ b/asposecellscloud/requests/post_worksheet_list_columns_total_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_list_object_convert_to_range_request.py b/asposecellscloud/requests/post_worksheet_list_object_convert_to_range_request.py index 6eb92e1..25e849f 100644 --- a/asposecellscloud/requests/post_worksheet_list_object_convert_to_range_request.py +++ b/asposecellscloud/requests/post_worksheet_list_object_convert_to_range_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_list_object_insert_slicer_request.py b/asposecellscloud/requests/post_worksheet_list_object_insert_slicer_request.py index 19fcea8..48d4299 100644 --- a/asposecellscloud/requests/post_worksheet_list_object_insert_slicer_request.py +++ b/asposecellscloud/requests/post_worksheet_list_object_insert_slicer_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_list_object_remove_duplicates_request.py b/asposecellscloud/requests/post_worksheet_list_object_remove_duplicates_request.py index 7f8c0da..11df853 100644 --- a/asposecellscloud/requests/post_worksheet_list_object_remove_duplicates_request.py +++ b/asposecellscloud/requests/post_worksheet_list_object_remove_duplicates_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_list_object_request.py b/asposecellscloud/requests/post_worksheet_list_object_request.py index b86e28d..81a2b3d 100644 --- a/asposecellscloud/requests/post_worksheet_list_object_request.py +++ b/asposecellscloud/requests/post_worksheet_list_object_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_list_object_sort_table_request.py b/asposecellscloud/requests/post_worksheet_list_object_sort_table_request.py index 1bc5374..7f13796 100644 --- a/asposecellscloud/requests/post_worksheet_list_object_sort_table_request.py +++ b/asposecellscloud/requests/post_worksheet_list_object_sort_table_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_list_object_summarize_with_pivot_table_request.py b/asposecellscloud/requests/post_worksheet_list_object_summarize_with_pivot_table_request.py index 05c278b..b909f3c 100644 --- a/asposecellscloud/requests/post_worksheet_list_object_summarize_with_pivot_table_request.py +++ b/asposecellscloud/requests/post_worksheet_list_object_summarize_with_pivot_table_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_match_blanks_request.py b/asposecellscloud/requests/post_worksheet_match_blanks_request.py index dc0b506..2adf90e 100644 --- a/asposecellscloud/requests/post_worksheet_match_blanks_request.py +++ b/asposecellscloud/requests/post_worksheet_match_blanks_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_match_non_blanks_request.py b/asposecellscloud/requests/post_worksheet_match_non_blanks_request.py index 6d1fff7..ce16580 100644 --- a/asposecellscloud/requests/post_worksheet_match_non_blanks_request.py +++ b/asposecellscloud/requests/post_worksheet_match_non_blanks_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_merge_request.py b/asposecellscloud/requests/post_worksheet_merge_request.py index 4aae4d5..7d10fba 100644 --- a/asposecellscloud/requests/post_worksheet_merge_request.py +++ b/asposecellscloud/requests/post_worksheet_merge_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_picture_request.py b/asposecellscloud/requests/post_worksheet_picture_request.py index cbea4ba..80db78c 100644 --- a/asposecellscloud/requests/post_worksheet_picture_request.py +++ b/asposecellscloud/requests/post_worksheet_picture_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_pivot_table_calculate_request.py b/asposecellscloud/requests/post_worksheet_pivot_table_calculate_request.py index d90b4d2..f48965f 100644 --- a/asposecellscloud/requests/post_worksheet_pivot_table_calculate_request.py +++ b/asposecellscloud/requests/post_worksheet_pivot_table_calculate_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_pivot_table_move_request.py b/asposecellscloud/requests/post_worksheet_pivot_table_move_request.py index f895376..a83db30 100644 --- a/asposecellscloud/requests/post_worksheet_pivot_table_move_request.py +++ b/asposecellscloud/requests/post_worksheet_pivot_table_move_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_range_sort_request.py b/asposecellscloud/requests/post_worksheet_range_sort_request.py index 31dcaad..f25c90d 100644 --- a/asposecellscloud/requests/post_worksheet_range_sort_request.py +++ b/asposecellscloud/requests/post_worksheet_range_sort_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_shape_request.py b/asposecellscloud/requests/post_worksheet_shape_request.py index 7c8ad8d..f60ea7d 100644 --- a/asposecellscloud/requests/post_worksheet_shape_request.py +++ b/asposecellscloud/requests/post_worksheet_shape_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_sparkline_group_request.py b/asposecellscloud/requests/post_worksheet_sparkline_group_request.py index cd50d8b..15e5ee6 100644 --- a/asposecellscloud/requests/post_worksheet_sparkline_group_request.py +++ b/asposecellscloud/requests/post_worksheet_sparkline_group_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_text_replace_request.py b/asposecellscloud/requests/post_worksheet_text_replace_request.py index b230056..b3ce5c2 100644 --- a/asposecellscloud/requests/post_worksheet_text_replace_request.py +++ b/asposecellscloud/requests/post_worksheet_text_replace_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_text_search_request.py b/asposecellscloud/requests/post_worksheet_text_search_request.py index a603230..ce3ed0e 100644 --- a/asposecellscloud/requests/post_worksheet_text_search_request.py +++ b/asposecellscloud/requests/post_worksheet_text_search_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_ungroup_shape_request.py b/asposecellscloud/requests/post_worksheet_ungroup_shape_request.py index 25b3dd1..759f1e4 100644 --- a/asposecellscloud/requests/post_worksheet_ungroup_shape_request.py +++ b/asposecellscloud/requests/post_worksheet_ungroup_shape_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_unmerge_request.py b/asposecellscloud/requests/post_worksheet_unmerge_request.py index b341e64..331bae8 100644 --- a/asposecellscloud/requests/post_worksheet_unmerge_request.py +++ b/asposecellscloud/requests/post_worksheet_unmerge_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/post_worksheet_validation_request.py b/asposecellscloud/requests/post_worksheet_validation_request.py index fae6315..3c46efd 100644 --- a/asposecellscloud/requests/post_worksheet_validation_request.py +++ b/asposecellscloud/requests/post_worksheet_validation_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_active_worksheet_request.py b/asposecellscloud/requests/put_active_worksheet_request.py index 2bcae87..2f90490 100644 --- a/asposecellscloud/requests/put_active_worksheet_request.py +++ b/asposecellscloud/requests/put_active_worksheet_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_add_new_worksheet_request.py b/asposecellscloud/requests/put_add_new_worksheet_request.py index b9e2910..0551e4c 100644 --- a/asposecellscloud/requests/put_add_new_worksheet_request.py +++ b/asposecellscloud/requests/put_add_new_worksheet_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_change_visibility_worksheet_request.py b/asposecellscloud/requests/put_change_visibility_worksheet_request.py index 1c90b50..6dd436a 100644 --- a/asposecellscloud/requests/put_change_visibility_worksheet_request.py +++ b/asposecellscloud/requests/put_change_visibility_worksheet_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_convert_workbook_request.py b/asposecellscloud/requests/put_convert_workbook_request.py index b4df078..e4898ca 100644 --- a/asposecellscloud/requests/put_convert_workbook_request.py +++ b/asposecellscloud/requests/put_convert_workbook_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_document_property_request.py b/asposecellscloud/requests/put_document_property_request.py index ff4beb7..eecdac4 100644 --- a/asposecellscloud/requests/put_document_property_request.py +++ b/asposecellscloud/requests/put_document_property_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_document_protect_from_changes_request.py b/asposecellscloud/requests/put_document_protect_from_changes_request.py index bbf1304..673645b 100644 --- a/asposecellscloud/requests/put_document_protect_from_changes_request.py +++ b/asposecellscloud/requests/put_document_protect_from_changes_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_horizontal_page_break_request.py b/asposecellscloud/requests/put_horizontal_page_break_request.py index e5e7a81..f642832 100644 --- a/asposecellscloud/requests/put_horizontal_page_break_request.py +++ b/asposecellscloud/requests/put_horizontal_page_break_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_insert_new_worksheet_request.py b/asposecellscloud/requests/put_insert_new_worksheet_request.py index 95a9e2d..49b5a37 100644 --- a/asposecellscloud/requests/put_insert_new_worksheet_request.py +++ b/asposecellscloud/requests/put_insert_new_worksheet_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_insert_worksheet_columns_request.py b/asposecellscloud/requests/put_insert_worksheet_columns_request.py index dc92c9c..7e8a6b0 100644 --- a/asposecellscloud/requests/put_insert_worksheet_columns_request.py +++ b/asposecellscloud/requests/put_insert_worksheet_columns_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_insert_worksheet_row_request.py b/asposecellscloud/requests/put_insert_worksheet_row_request.py index 7d3d41a..8a63c7d 100644 --- a/asposecellscloud/requests/put_insert_worksheet_row_request.py +++ b/asposecellscloud/requests/put_insert_worksheet_row_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_insert_worksheet_rows_request.py b/asposecellscloud/requests/put_insert_worksheet_rows_request.py index cca9fc7..e291bfd 100644 --- a/asposecellscloud/requests/put_insert_worksheet_rows_request.py +++ b/asposecellscloud/requests/put_insert_worksheet_rows_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_pivot_table_field_request.py b/asposecellscloud/requests/put_pivot_table_field_request.py index 8a39f12..7b91557 100644 --- a/asposecellscloud/requests/put_pivot_table_field_request.py +++ b/asposecellscloud/requests/put_pivot_table_field_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_protect_worksheet_request.py b/asposecellscloud/requests/put_protect_worksheet_request.py index 3641834..33819aa 100644 --- a/asposecellscloud/requests/put_protect_worksheet_request.py +++ b/asposecellscloud/requests/put_protect_worksheet_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_vertical_page_break_request.py b/asposecellscloud/requests/put_vertical_page_break_request.py index e81eee1..768fb0b 100644 --- a/asposecellscloud/requests/put_vertical_page_break_request.py +++ b/asposecellscloud/requests/put_vertical_page_break_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_workbook_background_request.py b/asposecellscloud/requests/put_workbook_background_request.py index 18e8534..cb17fd4 100644 --- a/asposecellscloud/requests/put_workbook_background_request.py +++ b/asposecellscloud/requests/put_workbook_background_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_workbook_create_request.py b/asposecellscloud/requests/put_workbook_create_request.py index 9c87b7e..db7f20b 100644 --- a/asposecellscloud/requests/put_workbook_create_request.py +++ b/asposecellscloud/requests/put_workbook_create_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_workbook_name_request.py b/asposecellscloud/requests/put_workbook_name_request.py index d2a3e08..8758ea3 100644 --- a/asposecellscloud/requests/put_workbook_name_request.py +++ b/asposecellscloud/requests/put_workbook_name_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_workbook_water_marker_request.py b/asposecellscloud/requests/put_workbook_water_marker_request.py index 3f9cbc2..d884768 100644 --- a/asposecellscloud/requests/put_workbook_water_marker_request.py +++ b/asposecellscloud/requests/put_workbook_water_marker_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_add_picture_request.py b/asposecellscloud/requests/put_worksheet_add_picture_request.py index c09f9e1..02ae06b 100644 --- a/asposecellscloud/requests/put_worksheet_add_picture_request.py +++ b/asposecellscloud/requests/put_worksheet_add_picture_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_background_request.py b/asposecellscloud/requests/put_worksheet_background_request.py index 981bf08..0b8176f 100644 --- a/asposecellscloud/requests/put_worksheet_background_request.py +++ b/asposecellscloud/requests/put_worksheet_background_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_cells_range_request.py b/asposecellscloud/requests/put_worksheet_cells_range_request.py index 9c4b66f..08bf32b 100644 --- a/asposecellscloud/requests/put_worksheet_cells_range_request.py +++ b/asposecellscloud/requests/put_worksheet_cells_range_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_chart_legend_request.py b/asposecellscloud/requests/put_worksheet_chart_legend_request.py index 5d88828..af04e9b 100644 --- a/asposecellscloud/requests/put_worksheet_chart_legend_request.py +++ b/asposecellscloud/requests/put_worksheet_chart_legend_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_chart_request.py b/asposecellscloud/requests/put_worksheet_chart_request.py index c5810e4..329c9f0 100644 --- a/asposecellscloud/requests/put_worksheet_chart_request.py +++ b/asposecellscloud/requests/put_worksheet_chart_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_chart_title_request.py b/asposecellscloud/requests/put_worksheet_chart_title_request.py index 1b34160..5553048 100644 --- a/asposecellscloud/requests/put_worksheet_chart_title_request.py +++ b/asposecellscloud/requests/put_worksheet_chart_title_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_color_filter_request.py b/asposecellscloud/requests/put_worksheet_color_filter_request.py index 4b64b9f..9638a3f 100644 --- a/asposecellscloud/requests/put_worksheet_color_filter_request.py +++ b/asposecellscloud/requests/put_worksheet_color_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_comment_request.py b/asposecellscloud/requests/put_worksheet_comment_request.py index 047ac00..41419fe 100644 --- a/asposecellscloud/requests/put_worksheet_comment_request.py +++ b/asposecellscloud/requests/put_worksheet_comment_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_conditional_formatting_request.py b/asposecellscloud/requests/put_worksheet_conditional_formatting_request.py index 632e263..981e431 100644 --- a/asposecellscloud/requests/put_worksheet_conditional_formatting_request.py +++ b/asposecellscloud/requests/put_worksheet_conditional_formatting_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_custom_filter_request.py b/asposecellscloud/requests/put_worksheet_custom_filter_request.py index 7889125..0fcb6f4 100644 --- a/asposecellscloud/requests/put_worksheet_custom_filter_request.py +++ b/asposecellscloud/requests/put_worksheet_custom_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_date_filter_request.py b/asposecellscloud/requests/put_worksheet_date_filter_request.py index dcbf14f..ede3065 100644 --- a/asposecellscloud/requests/put_worksheet_date_filter_request.py +++ b/asposecellscloud/requests/put_worksheet_date_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_dynamic_filter_request.py b/asposecellscloud/requests/put_worksheet_dynamic_filter_request.py index 1ee507f..dad8f27 100644 --- a/asposecellscloud/requests/put_worksheet_dynamic_filter_request.py +++ b/asposecellscloud/requests/put_worksheet_dynamic_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_filter_request.py b/asposecellscloud/requests/put_worksheet_filter_request.py index bd0ef22..764a38e 100644 --- a/asposecellscloud/requests/put_worksheet_filter_request.py +++ b/asposecellscloud/requests/put_worksheet_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_filter_top10_request.py b/asposecellscloud/requests/put_worksheet_filter_top10_request.py index bc5cfb8..9a744fb 100644 --- a/asposecellscloud/requests/put_worksheet_filter_top10_request.py +++ b/asposecellscloud/requests/put_worksheet_filter_top10_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_format_condition_area_request.py b/asposecellscloud/requests/put_worksheet_format_condition_area_request.py index f73ab6c..2a7412d 100644 --- a/asposecellscloud/requests/put_worksheet_format_condition_area_request.py +++ b/asposecellscloud/requests/put_worksheet_format_condition_area_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_format_condition_condition_request.py b/asposecellscloud/requests/put_worksheet_format_condition_condition_request.py index 50dab3b..67062e9 100644 --- a/asposecellscloud/requests/put_worksheet_format_condition_condition_request.py +++ b/asposecellscloud/requests/put_worksheet_format_condition_condition_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_format_condition_request.py b/asposecellscloud/requests/put_worksheet_format_condition_request.py index 683e6a4..9e40406 100644 --- a/asposecellscloud/requests/put_worksheet_format_condition_request.py +++ b/asposecellscloud/requests/put_worksheet_format_condition_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_freeze_panes_request.py b/asposecellscloud/requests/put_worksheet_freeze_panes_request.py index 03e4e47..1e76185 100644 --- a/asposecellscloud/requests/put_worksheet_freeze_panes_request.py +++ b/asposecellscloud/requests/put_worksheet_freeze_panes_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_hyperlink_request.py b/asposecellscloud/requests/put_worksheet_hyperlink_request.py index b77c5f9..c73a030 100644 --- a/asposecellscloud/requests/put_worksheet_hyperlink_request.py +++ b/asposecellscloud/requests/put_worksheet_hyperlink_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_icon_filter_request.py b/asposecellscloud/requests/put_worksheet_icon_filter_request.py index 047a773..68614ca 100644 --- a/asposecellscloud/requests/put_worksheet_icon_filter_request.py +++ b/asposecellscloud/requests/put_worksheet_icon_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_list_object_request.py b/asposecellscloud/requests/put_worksheet_list_object_request.py index 5f146f8..19bb274 100644 --- a/asposecellscloud/requests/put_worksheet_list_object_request.py +++ b/asposecellscloud/requests/put_worksheet_list_object_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_ole_object_request.py b/asposecellscloud/requests/put_worksheet_ole_object_request.py index 19a0063..513eb50 100644 --- a/asposecellscloud/requests/put_worksheet_ole_object_request.py +++ b/asposecellscloud/requests/put_worksheet_ole_object_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_pivot_table_filter_request.py b/asposecellscloud/requests/put_worksheet_pivot_table_filter_request.py index 3df7ada..32675ae 100644 --- a/asposecellscloud/requests/put_worksheet_pivot_table_filter_request.py +++ b/asposecellscloud/requests/put_worksheet_pivot_table_filter_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_pivot_table_request.py b/asposecellscloud/requests/put_worksheet_pivot_table_request.py index 1baf99f..9a16040 100644 --- a/asposecellscloud/requests/put_worksheet_pivot_table_request.py +++ b/asposecellscloud/requests/put_worksheet_pivot_table_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_shape_request.py b/asposecellscloud/requests/put_worksheet_shape_request.py index 6fade0a..acef704 100644 --- a/asposecellscloud/requests/put_worksheet_shape_request.py +++ b/asposecellscloud/requests/put_worksheet_shape_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_sparkline_group_request.py b/asposecellscloud/requests/put_worksheet_sparkline_group_request.py index de2c689..1f3934c 100644 --- a/asposecellscloud/requests/put_worksheet_sparkline_group_request.py +++ b/asposecellscloud/requests/put_worksheet_sparkline_group_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/put_worksheet_validation_request.py b/asposecellscloud/requests/put_worksheet_validation_request.py index 0a87559..15b485d 100644 --- a/asposecellscloud/requests/put_worksheet_validation_request.py +++ b/asposecellscloud/requests/put_worksheet_validation_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/storage_exists_request.py b/asposecellscloud/requests/storage_exists_request.py index 05329f6..bcdeaab 100644 --- a/asposecellscloud/requests/storage_exists_request.py +++ b/asposecellscloud/requests/storage_exists_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/requests/upload_file_request.py b/asposecellscloud/requests/upload_file_request.py index 7a12b63..2757f92 100644 --- a/asposecellscloud/requests/upload_file_request.py +++ b/asposecellscloud/requests/upload_file_request.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/asposecellscloud/rest.py b/asposecellscloud/rest.py index a4728d8..1941a45 100644 --- a/asposecellscloud/rest.py +++ b/asposecellscloud/rest.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/docs/GetChartAreaRequest.md b/docs/GetChartAreaRequest.md index 1810a15..808a414 100644 --- a/docs/GetChartAreaRequest.md +++ b/docs/GetChartAreaRequest.md @@ -8,11 +8,11 @@ use AsposeCellsCloud::Request::GetChartArea; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**chart_index** | **int** | The chart index. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**chart_index** | **int** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetDocumentPropertiesRequest.md b/docs/GetDocumentPropertiesRequest.md index e60c94d..cb973dc 100644 --- a/docs/GetDocumentPropertiesRequest.md +++ b/docs/GetDocumentPropertiesRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetDocumentProperties; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The workbook name. | -**type** | **string** | Excel property type. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**type** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetPageSetupRequest.md b/docs/GetPageSetupRequest.md index 045038e..026eac7 100644 --- a/docs/GetPageSetupRequest.md +++ b/docs/GetPageSetupRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetPageSetup; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetVerticalPageBreaksRequest.md b/docs/GetVerticalPageBreaksRequest.md index 860becd..2a7319a 100644 --- a/docs/GetVerticalPageBreaksRequest.md +++ b/docs/GetVerticalPageBreaksRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetVerticalPageBreaks; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The workbook name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorkbookDefaultStyleRequest.md b/docs/GetWorkbookDefaultStyleRequest.md index 2cc43f4..49085de 100644 --- a/docs/GetWorkbookDefaultStyleRequest.md +++ b/docs/GetWorkbookDefaultStyleRequest.md @@ -8,9 +8,9 @@ use AsposeCellsCloud::Request::GetWorkbookDefaultStyle; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorkbookRequest.md b/docs/GetWorkbookRequest.md index de387bb..e62ad46 100644 --- a/docs/GetWorkbookRequest.md +++ b/docs/GetWorkbookRequest.md @@ -8,19 +8,19 @@ use AsposeCellsCloud::Request::GetWorkbook; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**format** | **string** | The conversion format(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers). | -**password** | **string** | The password needed to open an Excel file. | -**is_auto_fit** | **boolean** | Specifies whether set workbook rows to be autofit. | -**only_save_table** | **boolean** | Specifies whether only save table data.Only use pdf to excel. | -**folder** | **string** | The folder where the file is situated. | -**out_path** | **string** | Path to save the result. If it's a single file, the `outPath` should encompass both the filename and extension. In the case of multiple files, the `outPath` should only include the folder. | -**storage_name** | **string** | The storage name where the file is situated. | -**out_storage_name** | **string** | The storage name where the output file is situated. | -**check_excel_restriction** | **boolean** | Whether check restriction of excel file when user modify cells related objects. | -**region** | **string** | The regional settings for workbook. | -**page_wide_fit_on_per_sheet** | **boolean** | The page wide fit on worksheet. | -**page_tall_fit_on_per_sheet** | **boolean** | The page tall fit on worksheet. | +**name** | **string** | | +**format** | **string** | | +**password** | **string** | | +**is_auto_fit** | **boolean** | | +**only_save_table** | **boolean** | | +**folder** | **string** | | +**out_path** | **string** | | +**storage_name** | **string** | | +**out_storage_name** | **string** | | +**check_excel_restriction** | **boolean** | | +**region** | **string** | | +**page_wide_fit_on_per_sheet** | **boolean** | | +**page_tall_fit_on_per_sheet** | **boolean** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetAutoFilterRequest.md b/docs/GetWorksheetAutoFilterRequest.md index bafd693..3c37fac 100644 --- a/docs/GetWorksheetAutoFilterRequest.md +++ b/docs/GetWorksheetAutoFilterRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetAutoFilter; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The workbook name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetAutoshapesRequest.md b/docs/GetWorksheetAutoshapesRequest.md index 0ac4563..b621e94 100644 --- a/docs/GetWorksheetAutoshapesRequest.md +++ b/docs/GetWorksheetAutoshapesRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetAutoshapes; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The workbook name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | Document's folder. | -**storage_name** | **string** | Storage name. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetChartsRequest.md b/docs/GetWorksheetChartsRequest.md index 09b5b2d..72ebab7 100644 --- a/docs/GetWorksheetChartsRequest.md +++ b/docs/GetWorksheetChartsRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetCharts; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetColumnsRequest.md b/docs/GetWorksheetColumnsRequest.md index 6cca992..0dfe587 100644 --- a/docs/GetWorksheetColumnsRequest.md +++ b/docs/GetWorksheetColumnsRequest.md @@ -8,12 +8,12 @@ use AsposeCellsCloud::Request::GetWorksheetColumns; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**offset** | **int** | The workdook folder. | +**name** | **string** | | +**sheet_name** | **string** | | +**offset** | **int** | | **count** | **int** | | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetConditionalFormattingsRequest.md b/docs/GetWorksheetConditionalFormattingsRequest.md index aef1b54..1c05874 100644 --- a/docs/GetWorksheetConditionalFormattingsRequest.md +++ b/docs/GetWorksheetConditionalFormattingsRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetConditionalFormattings; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetHyperlinksRequest.md b/docs/GetWorksheetHyperlinksRequest.md index 7c26dda..7d73b19 100644 --- a/docs/GetWorksheetHyperlinksRequest.md +++ b/docs/GetWorksheetHyperlinksRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetHyperlinks; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetListObjectsRequest.md b/docs/GetWorksheetListObjectsRequest.md index 8dfde44..b8de305 100644 --- a/docs/GetWorksheetListObjectsRequest.md +++ b/docs/GetWorksheetListObjectsRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetListObjects; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetOleObjectsRequest.md b/docs/GetWorksheetOleObjectsRequest.md index 50b4416..4b5dc6e 100644 --- a/docs/GetWorksheetOleObjectsRequest.md +++ b/docs/GetWorksheetOleObjectsRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetOleObjects; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetPicturesRequest.md b/docs/GetWorksheetPicturesRequest.md index 8cf86b2..a248989 100644 --- a/docs/GetWorksheetPicturesRequest.md +++ b/docs/GetWorksheetPicturesRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetPictures; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetPivotTablesRequest.md b/docs/GetWorksheetPivotTablesRequest.md index 0cebe3e..c3ce6bf 100644 --- a/docs/GetWorksheetPivotTablesRequest.md +++ b/docs/GetWorksheetPivotTablesRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetPivotTables; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetRowsRequest.md b/docs/GetWorksheetRowsRequest.md index afd498e..d35e804 100644 --- a/docs/GetWorksheetRowsRequest.md +++ b/docs/GetWorksheetRowsRequest.md @@ -8,12 +8,12 @@ use AsposeCellsCloud::Request::GetWorksheetRows; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**offset** | **int** | Row offset. | -**count** | **int** | Display rows number. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**offset** | **int** | | +**count** | **int** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetShapesRequest.md b/docs/GetWorksheetShapesRequest.md index 954029c..63ecbb4 100644 --- a/docs/GetWorksheetShapesRequest.md +++ b/docs/GetWorksheetShapesRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetShapes; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetSparklineGroupsRequest.md b/docs/GetWorksheetSparklineGroupsRequest.md index c345823..9293cfb 100644 --- a/docs/GetWorksheetSparklineGroupsRequest.md +++ b/docs/GetWorksheetSparklineGroupsRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetSparklineGroups; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetValidationsRequest.md b/docs/GetWorksheetValidationsRequest.md index fb4e6f6..0fcab9c 100644 --- a/docs/GetWorksheetValidationsRequest.md +++ b/docs/GetWorksheetValidationsRequest.md @@ -8,10 +8,10 @@ use AsposeCellsCloud::Request::GetWorksheetValidations; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The workbook name. | -**sheet_name** | **string** | The worksheet name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/GetWorksheetsRequest.md b/docs/GetWorksheetsRequest.md index ffa1e42..c39a00e 100644 --- a/docs/GetWorksheetsRequest.md +++ b/docs/GetWorksheetsRequest.md @@ -8,9 +8,9 @@ use AsposeCellsCloud::Request::GetWorksheets; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PostAnalyzeExcelRequest.md b/docs/PostAnalyzeExcelRequest.md index e99b46a..4e589fd 100644 --- a/docs/PostAnalyzeExcelRequest.md +++ b/docs/PostAnalyzeExcelRequest.md @@ -8,7 +8,7 @@ use AsposeCellsCloud::Request::PostAnalyzeExcel; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**analyze_excel_request** | **AnalyzeExcelRequest** | Excel files and analysis output requirements | +**analyze_excel_request** | **AnalyzeExcelRequest** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PostAssembleRequest.md b/docs/PostAssembleRequest.md index 2d17854..9831f51 100644 --- a/docs/PostAssembleRequest.md +++ b/docs/PostAssembleRequest.md @@ -10,10 +10,10 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file** | **string** | File to upload | **datasource** | **string** | | -**out_format** | **string** | The format to convert(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers) | -**password** | **string** | The password needed to open an Excel file. | -**check_excel_restriction** | **boolean** | Whether check restriction of excel file when user modify cells related objects. | -**region** | **string** | The regional settings for workbook. | +**out_format** | **string** | | +**password** | **string** | | +**check_excel_restriction** | **boolean** | | +**region** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PostBatchConvertRequest.md b/docs/PostBatchConvertRequest.md index 6902f9d..1562ba9 100644 --- a/docs/PostBatchConvertRequest.md +++ b/docs/PostBatchConvertRequest.md @@ -8,7 +8,7 @@ use AsposeCellsCloud::Request::PostBatchConvert; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**batch_convert_request** | **BatchConvertRequest** | BatchConvertRequest Batch conversion file request. | +**batch_convert_request** | **BatchConvertRequest** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PostClearContentsRequest.md b/docs/PostClearContentsRequest.md index 786a660..1596eae 100644 --- a/docs/PostClearContentsRequest.md +++ b/docs/PostClearContentsRequest.md @@ -8,15 +8,15 @@ use AsposeCellsCloud::Request::PostClearContents; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**range** | **string** | Represents the range to which the specified cells applies. | -**start_row** | **int** | The start row index. | -**start_column** | **int** | The start column index. | -**end_row** | **int** | The end row index. | -**end_column** | **int** | The end column index. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**sheet_name** | **string** | | +**range** | **string** | | +**start_row** | **int** | | +**start_column** | **int** | | +**end_row** | **int** | | +**end_column** | **int** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PostDigitalSignatureRequest.md b/docs/PostDigitalSignatureRequest.md index 1ab0c17..ae7bc8e 100644 --- a/docs/PostDigitalSignatureRequest.md +++ b/docs/PostDigitalSignatureRequest.md @@ -8,11 +8,11 @@ use AsposeCellsCloud::Request::PostDigitalSignature; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**digitalsignaturefile** | **string** | The digital signature file path should include both the folder and the file name, along with the extension. | -**password** | **string** | The password needed to open an Excel file. | -**folder** | **string** | The folder where the file is situated. | -**storage_name** | **string** | The storage name where the file is situated. | +**name** | **string** | | +**digitalsignaturefile** | **string** | | +**password** | **string** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PostExportRequest.md b/docs/PostExportRequest.md index dcee328..67bf9f2 100644 --- a/docs/PostExportRequest.md +++ b/docs/PostExportRequest.md @@ -9,11 +9,11 @@ use AsposeCellsCloud::Request::PostExport; Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **file** | **string** | File to upload | -**object_type** | **string** | Exported object type:workbook/worksheet/chart/comment/picture/shape/listobject/oleobject. | -**format** | **string** | The conversion format(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers). | -**password** | **string** | The password needed to open an Excel file. | -**check_excel_restriction** | **boolean** | Whether check restriction of excel file when user modify cells related objects. | -**region** | **string** | The regional settings for workbook. | +**object_type** | **string** | | +**format** | **string** | | +**password** | **string** | | +**check_excel_restriction** | **boolean** | | +**region** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/PostSplitTextRequest.md b/docs/PostSplitTextRequest.md new file mode 100644 index 0000000..afe4bb6 --- /dev/null +++ b/docs/PostSplitTextRequest.md @@ -0,0 +1,14 @@ +# AsposeCellsCloud::Request::PostSplitText + +## Load the model package +```perl +use AsposeCellsCloud::Request::PostSplitText; +``` + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**split_text_options** | **SplitTextOptions** | | + +[[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + diff --git a/docs/PostWorksheetCellsRangesCopyRequest.md b/docs/PostWorksheetCellsRangesCopyRequest.md index df4a8f5..d9bc14b 100644 --- a/docs/PostWorksheetCellsRangesCopyRequest.md +++ b/docs/PostWorksheetCellsRangesCopyRequest.md @@ -8,11 +8,11 @@ use AsposeCellsCloud::Request::PostWorksheetCellsRangesCopy; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **string** | The file name. | -**sheet_name** | **string** | The worksheet name. | -**range_operate** | **RangeCopyRequest** | RangeCopyRequestcopydata,copystyle,copyto,copyvalue | -**folder** | **string** | Original workbook folder. | -**storage_name** | **string** | Storage name. | +**name** | **string** | | +**sheet_name** | **string** | | +**range_operate** | **RangeCopyRequest** | | +**folder** | **string** | | +**storage_name** | **string** | | [[Back to Model list]](../README.md#documentation-for-requests) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/SplitTextOptions.md b/docs/SplitTextOptions.md new file mode 100644 index 0000000..fdcf9c8 --- /dev/null +++ b/docs/SplitTextOptions.md @@ -0,0 +1,23 @@ +# AsposeCellsCloud::Object::SplitTextOptions + +## Load the model package +```perl +use AsposeCellsCloud::Object::SplitTextOptions; +``` + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**Name** | **string** | | +**DataSource** | **DataSource** | | +**FileInfo** | **FileInfo** | | +**Worksheet** | **string** | | +**Range** | **string** | | +**SplitDelimitersType** | **string** | | +**CustomDelimiter** | **string** | | +**KeepDelimitersInResultingCells** | **boolean** | | +**KeepDelimitersPosition** | **string** | | +**HowToSplit** | **string** | | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + diff --git a/pyproject.toml b/pyproject.toml index 0c5e55f..b57372c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "asposecellscloud" -version = "24.12" +version = "25.1" authors = [ { name="Aspose Cloud", email="aspose.cloud@aspose.com" }, ] diff --git a/setup.py b/setup.py index 97e82ab..4ea4b4c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages NAME = "asposecellscloud" -VERSION = "24.12" +VERSION = "25.1" # To install the library, run the following # # python setup.py install diff --git a/test/AuthUtil.py b/test/AuthUtil.py index 676e7de..2a3b07a 100644 --- a/test/AuthUtil.py +++ b/test/AuthUtil.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/test/__init__.py b/test/__init__.py index d3cddba..90a67d3 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/test/run_test.py b/test/run_test.py index e9fe4e8..07764e7 100644 --- a/test/run_test.py +++ b/test/run_test.py @@ -1,6 +1,6 @@ """ - Copyright (c) 2024 Aspose.Cells Cloud + Copyright (c) 2025 Aspose.Cells Cloud Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/test/tests_one.py b/test/tests_one.py index 7508762..9b103a6 100644 --- a/test/tests_one.py +++ b/test/tests_one.py @@ -4,18 +4,19 @@ import os import sys +import time import unittest import warnings -import time ABSPATH = os.path.abspath(os.path.realpath(os.path.dirname(__file__)) + "/..") sys.path.append(ABSPATH) -from asposecellscloud.rest import ApiException -from asposecellscloud.apis.cells_api import CellsApi import AuthUtil + +from asposecellscloud.apis.cells_api import CellsApi from asposecellscloud.models import * from asposecellscloud.requests import * +from asposecellscloud.rest import ApiException global_api = None @@ -26,22 +27,21 @@ def setUp(self): if global_api is None: global_api = CellsApi(AuthUtil.GetClientId(),AuthUtil.GetClientSecret(),"v3.0",AuthUtil.GetBaseUrl()) self.api = global_api - def test_convert_workbook_wmf(self): + def test_one_case(self): remote_folder = 'TestData/In' - local_name = 'Book1.xlsx' - remote_name = 'Book1.xlsx' - - format = 'wmf' - - mapFiles = { - local_name: os.path.dirname(os.path.realpath(__file__)) + "/../TestData/" +local_name - } + local_name = 'TestCase.xlsx' + remote_name = 'TestCase.xlsx' result = AuthUtil.Ready(self.api, local_name, remote_folder + '/' + remote_name , '') self.assertTrue(len(result.uploaded)>0) - - request = PutConvertWorkbookRequest( mapFiles,format= format) - self.api.put_convert_workbook(request) + + top10Filter = Top10Filter(items= 1 ,is_percent= True ,field_index =0 ) + filter_column = FilterColumn(filter_type='Top10Filter' , top10_filter = top10Filter ) + autoFilter = AutoFilter(filter_columns= [filter_column] ) + filter = PivotFilter(field_index= 0 ,filter_type= 'Count' ,auto_filter = autoFilter ) + + request = PutWorksheetPivotTableFilterRequest( remote_name, 'Sheet4', 0, filter,need_re_calculate= True,folder= remote_folder,storage_name= '') + self.api.put_worksheet_pivot_table_filter(request) def tearDown(self): diff --git a/test/tests_pivot_tables_controller.py b/test/tests_pivot_tables_controller.py index 3844fac..1ff343a 100644 --- a/test/tests_pivot_tables_controller.py +++ b/test/tests_pivot_tables_controller.py @@ -120,17 +120,18 @@ def test_put_pivot_table_field(self): self.api.put_pivot_table_field(request) def test_put_worksheet_pivot_table_filter(self): - - self.skipTest("Skipping this test based on a condition") remote_folder = 'TestData/In' local_name = 'TestCase.xlsx' remote_name = 'TestCase.xlsx' - - filter = PivotFilter(field_index= 0 ,filter_type= 'Count' ) result = AuthUtil.Ready(self.api, local_name, remote_folder + '/' + remote_name , '') self.assertTrue(len(result.uploaded)>0) - + + top10Filter = Top10Filter(items= 1 ,is_percent= True ,field_index =0 ) + filter_column = FilterColumn(filter_type='Top10Filter' , top10_filter = top10Filter ) + autoFilter = AutoFilter(filter_columns= [filter_column] ) + filter = PivotFilter(field_index= 0 ,filter_type= 'Count' ,auto_filter = autoFilter ) + request = PutWorksheetPivotTableFilterRequest( remote_name, 'Sheet4', 0, filter,need_re_calculate= True,folder= remote_folder,storage_name= '') self.api.put_worksheet_pivot_table_filter(request)