--- !ruby/object:Gem::Specification name: ooxml_parser version: !ruby/object:Gem::Version version: 0.31.0 platform: ruby authors: - ONLYOFFICE - Pavel Lobashov - Roman Zagudaev autorequire: bindir: bin cert_chain: [] date: 2022-09-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: ooxml_decrypt requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: rubyzip requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2' - !ruby/object:Gem::Dependency name: overcommit requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: parallel_tests requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '13' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '13' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3' - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: rubocop-performance requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: rubocop-rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rubocop-rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2' - !ruby/object:Gem::Dependency name: simplecov requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: yard requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.20 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.20 description: Parse OOXML files (docx, xlsx, pptx) email: - shockwavenn@gmail.com - rzagudaev@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - lib/ooxml_parser.rb - lib/ooxml_parser/common_parser.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/alternate_content.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/alternate_content/chart_style.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/alternate_content/choice.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/alternate_content/choice/math_text.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/alternate_content/choice/math_text/math_paragraph.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/chart_style_file.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/chart_style_file/chart_style_entry.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/chart_style_file/marker_layout.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/pivot_formats.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/pivot_formats/pivot_format.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/plot_area.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/plot_area/common_chart_data.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/series.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/series/series_text.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/series/series_text/number_string_reference.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/series/series_text/string_reference/number_string_cache.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/series/series_text/string_reference/string_cache/point.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/series/series_text/string_reference/string_cache/point/text_value.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/series/x_y_values.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart/view_3d.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart_axis.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart_axis/scaling.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart_axis_title.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart_cells_range.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart_legend.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/chart_point.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/chart/display_labels_properties.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/docx_drawing.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/docx_drawing/doc_properties.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/drawing_properties/docx_drawing_distance_from_text.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/drawing_properties/docx_drawing_position.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/drawing_properties/docx_drawing_properties.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/drawing_properties/docx_wrap_drawing.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/drawing_properties/ooxml_coordinates.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/drawing_properties/ooxml_size.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/drawing_properties/size_relative/picture_dimension.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/drawing_properties/size_relative_horizontal.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/drawing_properties/size_relative_vertical.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/docx_graphic.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/picture/docx_blip.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/picture/docx_blip/file_reference.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/picture/docx_picture.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/docx_shape.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/docx_shape/non_visual_shape_properties.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/docx_shape/non_visual_shape_properties/common_non_visual_properties.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/docx_shape/non_visual_shape_properties/non_visual_properties.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/docx_shape/non_visual_shape_properties/non_visual_properties/shape_placeholder.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/docx_shape/ooxml_text_box.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/docx_shape/shape_style.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/docx_shape/shape_style/font_reference.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/docx_shape/shape_style/style_matrix_reference.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/docx_shape/text_body.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_body_properties/ooxml_shape_body_properties.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_body_properties/ooxml_shape_body_properties/preset_text_warp.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/color/docx_color_scheme.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/color/docx_pattern_fill.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/custom_geometry/docx_custom_geometry/docx_shape_line_path.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/custom_geometry/docx_custom_geometry/docx_shape_line_path/docx_shape_line_element.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/custom_geometry/ooxml_custom_geometry.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/docx_color.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/docx_shape_line.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/docx_shape_properties.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/docx_shape_properties/blip_fill.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/docx_shape_properties/blip_fill/blip.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/docx_shape_properties/blip_fill/blip/alpha_mod_fix.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/docx_shape_properties/preset_geometry.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/docx_shape_properties/preset_geometry/shape_adjust_value_list.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/docx_shape_properties/preset_geometry/shape_adjust_value_list/shape_guide.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/docx_shape_properties/text_box.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/docx_shape_size.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/line/line_end.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_element.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/picture/group/old_docx_group_properties.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/picture/old_docx_picture.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/picture/shape/old_docx_shape.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/picture/shape/old_docx_shape_fill.rb - lib/ooxml_parser/common_parser/common_data/alternate_content/picture/shape/old_docx_shape_properties.rb - lib/ooxml_parser/common_parser/common_data/borders_properties.rb - lib/ooxml_parser/common_parser/common_data/color.rb - lib/ooxml_parser/common_parser/common_data/color/color_helper.rb - lib/ooxml_parser/common_parser/common_data/color/color_indexes.list - lib/ooxml_parser/common_parser/common_data/color/ooxml_color.rb - lib/ooxml_parser/common_parser/common_data/colors/color_alpha_channel.rb - lib/ooxml_parser/common_parser/common_data/colors/color_properties.rb - lib/ooxml_parser/common_parser/common_data/colors/hsl_color.rb - lib/ooxml_parser/common_parser/common_data/colors/image_fill.rb - lib/ooxml_parser/common_parser/common_data/colors/presentation_fill.rb - lib/ooxml_parser/common_parser/common_data/colors/presentation_fill/gradient_color.rb - lib/ooxml_parser/common_parser/common_data/colors/presentation_fill/gradient_color/gradient_stop.rb - lib/ooxml_parser/common_parser/common_data/colors/presentation_fill/gradient_color/linear_gradient.rb - lib/ooxml_parser/common_parser/common_data/colors/presentation_fill/presentation_pattern.rb - lib/ooxml_parser/common_parser/common_data/colors/scheme_color.rb - lib/ooxml_parser/common_parser/common_data/colors/theme_colors.rb - lib/ooxml_parser/common_parser/common_data/colors/tile.rb - lib/ooxml_parser/common_parser/common_data/content_types.rb - lib/ooxml_parser/common_parser/common_data/content_types/content_type_default.rb - lib/ooxml_parser/common_parser/common_data/content_types/content_type_override.rb - lib/ooxml_parser/common_parser/common_data/coordinates.rb - lib/ooxml_parser/common_parser/common_data/font_style.rb - lib/ooxml_parser/common_parser/common_data/hyperlink.rb - lib/ooxml_parser/common_parser/common_data/ooxml_document_object.rb - lib/ooxml_parser/common_parser/common_data/ooxml_document_object/nokogiri_parsing_exception.rb - lib/ooxml_parser/common_parser/common_data/ooxml_document_object/ooxml_document_object_helper.rb - lib/ooxml_parser/common_parser/common_data/ooxml_document_object/ooxml_object_attribute_helper.rb - lib/ooxml_parser/common_parser/common_data/paragraph.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragraph_properties.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragraph_run.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragraph_run/run_properties.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragraph_run/run_properties/outline.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragraph_run/run_properties/position.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragraph_run/run_properties/run_spacing.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragraph_run/run_properties/run_style.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragraph_run/run_properties/shade.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragraph_run/run_properties/size.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragraph_run/text.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragrpah_properties/numbering_properties.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragrpah_properties/paragraph_borders.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragrpah_properties/paragraph_spacing.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragrpah_properties/paragraph_stlye_ref.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragrpah_properties/spacing.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragrpah_properties/spacing/line_spacing.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragrpah_properties/tabs.rb - lib/ooxml_parser/common_parser/common_data/paragraph/paragrpah_properties/tabs/tab.rb - lib/ooxml_parser/common_parser/common_data/paragraph/text_field.rb - lib/ooxml_parser/common_parser/common_data/relationships.rb - lib/ooxml_parser/common_parser/common_data/relationships/relationship.rb - lib/ooxml_parser/common_parser/common_data/table.rb - lib/ooxml_parser/common_parser/common_data/table/margins/paragraph_margins.rb - lib/ooxml_parser/common_parser/common_data/table/margins/table_margins.rb - lib/ooxml_parser/common_parser/common_data/table/properties/table_element.rb - lib/ooxml_parser/common_parser/common_data/table/properties/table_layout.rb - lib/ooxml_parser/common_parser/common_data/table/properties/table_look.rb - lib/ooxml_parser/common_parser/common_data/table/properties/table_position.rb - lib/ooxml_parser/common_parser/common_data/table/properties/table_style.rb - lib/ooxml_parser/common_parser/common_data/table/properties/table_style_column_band_size.rb - lib/ooxml_parser/common_parser/common_data/table/properties/table_style_properties.rb - lib/ooxml_parser/common_parser/common_data/table/properties/table_style_properties/table_style_properties_helper.rb - lib/ooxml_parser/common_parser/common_data/table/properties/table_style_row_band_size.rb - lib/ooxml_parser/common_parser/common_data/table/row/cell/cell.rb - lib/ooxml_parser/common_parser/common_data/table/row/cell/cell_properties.rb - lib/ooxml_parser/common_parser/common_data/table/row/cell/grid_span.rb - lib/ooxml_parser/common_parser/common_data/table/row/cell/properties/border.rb - lib/ooxml_parser/common_parser/common_data/table/row/cell/properties/borders.rb - lib/ooxml_parser/common_parser/common_data/table/row/cell/properties/table_cell_line.rb - lib/ooxml_parser/common_parser/common_data/table/row/cell/properties/table_cell_line/line_join.rb - lib/ooxml_parser/common_parser/common_data/table/row/row.rb - lib/ooxml_parser/common_parser/common_data/table/row/row/table_row_properties.rb - lib/ooxml_parser/common_parser/common_data/table/row/row/table_row_properties/table_row_height.rb - lib/ooxml_parser/common_parser/common_data/table/table_grid.rb - lib/ooxml_parser/common_parser/common_data/table/table_grid/grid_column.rb - lib/ooxml_parser/common_parser/common_data/table/table_properties.rb - lib/ooxml_parser/common_parser/common_data/table/table_properties/table_borders.rb - lib/ooxml_parser/common_parser/common_data/underline.rb - lib/ooxml_parser/common_parser/common_data/valued_child.rb - lib/ooxml_parser/common_parser/common_document_structure.rb - lib/ooxml_parser/common_parser/parser.rb - lib/ooxml_parser/common_parser/parser/encryption_checker.rb - lib/ooxml_parser/common_parser/parser/ooxml_file.rb - lib/ooxml_parser/configuration.rb - lib/ooxml_parser/docx_parser.rb - lib/ooxml_parser/docx_parser/document_structure.rb - lib/ooxml_parser/docx_parser/document_structure/comments.rb - lib/ooxml_parser/docx_parser/document_structure/comments/comment.rb - lib/ooxml_parser/docx_parser/document_structure/comments_extended.rb - lib/ooxml_parser/docx_parser/document_structure/comments_extended/comment_extended.rb - lib/ooxml_parser/docx_parser/document_structure/document_background.rb - lib/ooxml_parser/docx_parser/document_structure/document_properties.rb - lib/ooxml_parser/docx_parser/document_structure/document_settings.rb - lib/ooxml_parser/docx_parser/document_structure/document_structure_helpers.rb - lib/ooxml_parser/docx_parser/document_structure/document_style.rb - lib/ooxml_parser/docx_parser/document_structure/document_style/document_style_helper.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/bookmark_end.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/bookmark_start.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/comment_range_end.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/comment_range_start.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/accent.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/argument_properties.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/argument_properties/argument_size.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/bar.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/box.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/delimeter.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/fraction.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/function.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/group_char.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/index.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/limit.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/math_run.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/math_run/math_run_properties.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/matrix.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/matrix/matrix_row.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/nary.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/nary/nary_properties.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/nary/nary_properties/nary_grow.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/nary/nary_properties/nary_limit_location.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/pre_sub_superscript.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_formula/radical.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_helper.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run/docx_paragraph_run_helpers.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run/instruction_text.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run/object.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run/object/ole_object.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run/shape.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run/shape/shape_properties.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run/shape/shape_properties/shape_margins.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run/shape/shape_properties/shape_size.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run/shape/shape_properties/stroke.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run/text_fill.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/docx_paragraph_run/text_outline.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/field_simple.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/frame_properties.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/indents.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/inserted.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/sdt/sdt_content.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/sdt/sdt_properties.rb - lib/ooxml_parser/docx_parser/document_structure/docx_paragraph/structured_document_tag.rb - lib/ooxml_parser/docx_parser/document_structure/header_footer.rb - lib/ooxml_parser/docx_parser/document_structure/numbering.rb - lib/ooxml_parser/docx_parser/document_structure/numbering/abstract_numbering.rb - lib/ooxml_parser/docx_parser/document_structure/numbering/abstract_numbering/multilevel_type.rb - lib/ooxml_parser/docx_parser/document_structure/numbering/abstract_numbering/numbering_level.rb - lib/ooxml_parser/docx_parser/document_structure/numbering/abstract_numbering/numbering_level/level_justification.rb - lib/ooxml_parser/docx_parser/document_structure/numbering/abstract_numbering/numbering_level/level_text.rb - lib/ooxml_parser/docx_parser/document_structure/numbering/abstract_numbering/numbering_level/numbering_format.rb - lib/ooxml_parser/docx_parser/document_structure/numbering/abstract_numbering/numbering_level/suffix.rb - lib/ooxml_parser/docx_parser/document_structure/numbering/numbering_definition.rb - lib/ooxml_parser/docx_parser/document_structure/page_properties/columns.rb - lib/ooxml_parser/docx_parser/document_structure/page_properties/columns/column.rb - lib/ooxml_parser/docx_parser/document_structure/page_properties/document_grid.rb - lib/ooxml_parser/docx_parser/document_structure/page_properties/footnote_properties.rb - lib/ooxml_parser/docx_parser/document_structure/page_properties/note.rb - lib/ooxml_parser/docx_parser/document_structure/page_properties/page_margins.rb - lib/ooxml_parser/docx_parser/document_structure/page_properties/page_properties.rb - lib/ooxml_parser/docx_parser/document_structure/page_properties/page_size.rb - lib/ooxml_parser/docx_parser/document_structure/styles.rb - lib/ooxml_parser/docx_parser/document_structure/styles/document_defaults.rb - lib/ooxml_parser/docx_parser/document_structure/styles/document_defaults/paragraph_properties_default.rb - lib/ooxml_parser/docx_parser/document_structure/styles/document_defaults/run_properties_default.rb - lib/ooxml_parser/helpers/string_helper.rb - lib/ooxml_parser/name.rb - lib/ooxml_parser/pptx_parser.rb - lib/ooxml_parser/pptx_parser/presentation.rb - lib/ooxml_parser/pptx_parser/presentation/comment_authors.rb - lib/ooxml_parser/pptx_parser/presentation/comment_authors/comment_author.rb - lib/ooxml_parser/pptx_parser/presentation/presentation_comments.rb - lib/ooxml_parser/pptx_parser/presentation/presentation_comments/presentation_comment.rb - lib/ooxml_parser/pptx_parser/presentation/presentation_helpers.rb - lib/ooxml_parser/pptx_parser/presentation/presentation_theme.rb - lib/ooxml_parser/pptx_parser/presentation/presentation_theme/font_scheme.rb - lib/ooxml_parser/pptx_parser/presentation/presentation_theme/font_scheme/font_collection.rb - lib/ooxml_parser/pptx_parser/presentation/presentation_theme/font_scheme/font_collection/text_font.rb - lib/ooxml_parser/pptx_parser/presentation/presentation_theme/theme_color.rb - lib/ooxml_parser/pptx_parser/presentation/slide.rb - lib/ooxml_parser/pptx_parser/presentation/slide/background.rb - lib/ooxml_parser/pptx_parser/presentation/slide/background/background_properties.rb - lib/ooxml_parser/pptx_parser/presentation/slide/background/background_properties/stretch.rb - lib/ooxml_parser/pptx_parser/presentation/slide/common_slide_data.rb - lib/ooxml_parser/pptx_parser/presentation/slide/common_slide_data/shape_tree.rb - lib/ooxml_parser/pptx_parser/presentation/slide/connection_shape.rb - lib/ooxml_parser/pptx_parser/presentation/slide/graphic_frame/graphic_frame.rb - lib/ooxml_parser/pptx_parser/presentation/slide/presentation_alternate_content.rb - lib/ooxml_parser/pptx_parser/presentation/slide/presentation_notes.rb - lib/ooxml_parser/pptx_parser/presentation/slide/slide/shapes_grouping.rb - lib/ooxml_parser/pptx_parser/presentation/slide/slide/timing.rb - lib/ooxml_parser/pptx_parser/presentation/slide/slide/timing/animation_effect/animation_effect.rb - lib/ooxml_parser/pptx_parser/presentation/slide/slide/timing/set_time_node/behavior/behavior.rb - lib/ooxml_parser/pptx_parser/presentation/slide/slide/timing/set_time_node/behavior/target_element.rb - lib/ooxml_parser/pptx_parser/presentation/slide/slide/timing/set_time_node/set_time_node.rb - lib/ooxml_parser/pptx_parser/presentation/slide/slide/timing/time_node.rb - lib/ooxml_parser/pptx_parser/presentation/slide/slide/timing/time_node/common_timing.rb - lib/ooxml_parser/pptx_parser/presentation/slide/slide/timing/time_node/common_timing/codition_list/condition.rb - lib/ooxml_parser/pptx_parser/presentation/slide/slide/timing/time_node/common_timing/condition_list.rb - lib/ooxml_parser/pptx_parser/presentation/slide/slide_helper.rb - lib/ooxml_parser/pptx_parser/presentation/slide/transition/transition.rb - lib/ooxml_parser/pptx_parser/presentation/slide/transition/transition/sound_action.rb - lib/ooxml_parser/pptx_parser/presentation/slide/transition/transition/sound_action/sound.rb - lib/ooxml_parser/pptx_parser/presentation/slide/transition/transition_properties/transition_properties.rb - lib/ooxml_parser/pptx_parser/presentation/slide/transition/transition_properties/transition_properties/wheel.rb - lib/ooxml_parser/pptx_parser/presentation/slide_layout_file.rb - lib/ooxml_parser/pptx_parser/presentation/slide_layouts_helper.rb - lib/ooxml_parser/pptx_parser/presentation/slide_master_file.rb - lib/ooxml_parser/pptx_parser/presentation/slide_masters_helper.rb - lib/ooxml_parser/pptx_parser/presentation/slide_size.rb - lib/ooxml_parser/pptx_parser/presentation/table_styles.rb - lib/ooxml_parser/version.rb - lib/ooxml_parser/xlsx_parser.rb - lib/ooxml_parser/xlsx_parser/workbook.rb - lib/ooxml_parser/xlsx_parser/workbook/chartsheet.rb - lib/ooxml_parser/xlsx_parser/workbook/defined_name.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_cache.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_cache/pivot_cache_definition.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_cache/pivot_cache_definition/cache_fields.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_cache/pivot_cache_definition/cache_fields/cache_field.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_cache/pivot_cache_definition/cache_fields/cache_field/shared_items.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_cache/pivot_cache_definition/cache_source.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_cache/pivot_cache_definition/cache_source/worksheet_source.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_table_definition.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_table_definition/column_row_items.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_table_definition/column_row_items/column_row_item.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_table_definition/location.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_table_definition/pivot_fields.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_table_definition/pivot_fields/pivot_field.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_table_definition/pivot_fields/pivot_field/items.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_table_definition/pivot_fields/pivot_field/items/item.rb - lib/ooxml_parser/xlsx_parser/workbook/pivot_table_definition/pivot_table_style_info.rb - lib/ooxml_parser/xlsx_parser/workbook/shared_string_table.rb - lib/ooxml_parser/xlsx_parser/workbook/shared_string_table/string_index.rb - lib/ooxml_parser/xlsx_parser/workbook/sheet.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/cell_xfs.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/cell_xfs/cell_style/alignment.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/cell_xfs/cell_style/protection.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/cell_xfs/xf.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/differential_formatting_records.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/fills.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/fills/fill.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/fills/fill/pattern_fill.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/fonts.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/fonts/font.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/number_formats.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/number_formats/number_format.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/xlsx_borders.rb - lib/ooxml_parser/xlsx_parser/workbook/style_sheet/xlsx_borders/xlsx_border.rb - lib/ooxml_parser/xlsx_parser/workbook/workbook_helpers.rb - lib/ooxml_parser/xlsx_parser/workbook/workbook_protection.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/excel_comments.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/excel_comments/author.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/excel_comments/comment_list.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/excel_comments/excel_comment.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/ole_objects.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/page_setup.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/protected_range.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/sheet_format_properties.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/sheet_protection.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/sheet_view.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/sheet_view/pane.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/sheet_view/selection.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/autofilter.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/autofilter/filter_column.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/autofilter/filter_column/custom_filters.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/autofilter/filter_column/custom_filters/custom_filter.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/conditional_formattings.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/conditional_formattings/conditional_formatting.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/conditional_formattings/conditional_formatting/conditional_formatting_rule.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/conditional_formattings/conditional_formatting/conditional_formatting_rule/color_scale.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/conditional_formattings/conditional_formatting/conditional_formatting_rule/data_bar.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/conditional_formattings/conditional_formatting/conditional_formatting_rule/data_bar/conditional_format_value_object.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/conditional_formattings/conditional_formatting/conditional_formatting_rule/differential_formatting_record.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/conditional_formattings/conditional_formatting/conditional_formatting_rule/icon_set.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/conditional_formattings/conditional_formatting/conditional_formatting_rule/icon_set/conditional_formatting_icon.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/data_validations.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/data_validations/data_validation.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/data_validations/data_validation/data_validation_formula.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/sparkline_groups.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/sparkline_groups/sparkline_group.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/sparkline_groups/sparkline_group/sparklines.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/sparkline_groups/sparkline_group/sparklines/sparkline.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/extension_list/extension/x14_table.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/table_columns.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/table_columns/table_column.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/table_part/table_style_info.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/worksheet_helper.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/xlsx_column_properties.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/xlsx_drawing.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/xlsx_drawing/client_data.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/xlsx_drawing/xlsx_drawing_position_parameters.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/xlsx_header_footer.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/xlsx_header_footer/header_footer_child.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/xlsx_row.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/xlsx_row/xlsx_cell.rb - lib/ooxml_parser/xlsx_parser/workbook/worksheet/xlsx_row/xlsx_cell/formula.rb homepage: https://github.com/onlyoffice/ooxml_parser licenses: - AGPL-3.0 metadata: bug_tracker_uri: https://github.com/onlyoffice/ooxml_parser/issues changelog_uri: https://github.com/onlyoffice/ooxml_parser/blob/master/CHANGELOG.md documentation_uri: https://www.rubydoc.info/gems/ooxml_parser homepage_uri: https://github.com/onlyoffice/ooxml_parser source_code_uri: https://github.com/onlyoffice/ooxml_parser rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.6' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.22 signing_key: specification_version: 4 summary: OoxmlParser Gem test_files: []