--- !ruby/object:Gem::Specification name: axlsx version: !ruby/object:Gem::Version hash: 23 prerelease: false segments: - 1 - 0 - 0 version: 1.0.0 platform: ruby authors: - Randy Morgan autorequire: bindir: bin cert_chain: [] date: 2011-11-11 00:00:00 +09:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: nokogiri prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 1 segments: - 1 version: "1" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: active_support prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 5 segments: - 3 version: "3" type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: rmagick prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 27 segments: - 2 - 12 version: "2.12" type: :runtime version_requirements: *id003 description: " axslx allows you to easily and skillfully create Office Open XML Spreadsheet documents. \n It supports multiple worksheets, custom styles, cusomizable charts and probably most importantly it allows you to validate your xlsx package before serialization. \n" email: digital.ipeseity@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - Rakefile - lib/axlsx.rb - lib/axlsx/content_type/content_type.rb - lib/axlsx/content_type/default.rb - lib/axlsx/content_type/override.rb - lib/axlsx/doc_props/app.rb - lib/axlsx/doc_props/core.rb - lib/axlsx/drawing/axis.rb - lib/axlsx/drawing/bar_3D_chart.rb - lib/axlsx/drawing/bar_series.rb - lib/axlsx/drawing/cat_axis.rb - lib/axlsx/drawing/chart.rb - lib/axlsx/drawing/drawing.rb - lib/axlsx/drawing/graphic_frame.rb - lib/axlsx/drawing/marker.rb - lib/axlsx/drawing/pie_3D_chart.rb - lib/axlsx/drawing/pie_series.rb - lib/axlsx/drawing/scaling.rb - lib/axlsx/drawing/series.rb - lib/axlsx/drawing/title.rb - lib/axlsx/drawing/two_cell_anchor.rb - lib/axlsx/drawing/val_axis.rb - lib/axlsx/drawing/view_3D.rb - lib/axlsx/package.rb - lib/axlsx/rels/relationship.rb - lib/axlsx/rels/relationships.rb - lib/axlsx/stylesheet/border.rb - lib/axlsx/stylesheet/border_pr.rb - lib/axlsx/stylesheet/cell_alignment.rb - lib/axlsx/stylesheet/cell_protection.rb - lib/axlsx/stylesheet/cell_style.rb - lib/axlsx/stylesheet/color.rb - lib/axlsx/stylesheet/fill.rb - lib/axlsx/stylesheet/font.rb - lib/axlsx/stylesheet/gradient_fill.rb - lib/axlsx/stylesheet/gradient_stop.rb - lib/axlsx/stylesheet/num_fmt.rb - lib/axlsx/stylesheet/pattern_fill.rb - lib/axlsx/stylesheet/styles.rb - lib/axlsx/stylesheet/table_style.rb - lib/axlsx/stylesheet/table_style_element.rb - lib/axlsx/stylesheet/table_styles.rb - lib/axlsx/stylesheet/xf.rb - lib/axlsx/util/constants.rb - lib/axlsx/util/simple_typed_list.rb - lib/axlsx/util/validators.rb - lib/axlsx/workbook/workbook.rb - lib/axlsx/workbook/worksheet/cell.rb - lib/axlsx/workbook/worksheet/row.rb - lib/axlsx/workbook/worksheet/worksheet.rb - lib/schema/dc.xsd - lib/schema/dcmitype.xsd - lib/schema/dcterms.xsd - lib/schema/dml-chart.xsd - lib/schema/dml-chartDrawing.xsd - lib/schema/dml-compatibility.xsd - lib/schema/dml-diagram.xsd - lib/schema/dml-lockedCanvas.xsd - lib/schema/dml-main.xsd - lib/schema/dml-picture.xsd - lib/schema/dml-spreadsheetDrawing.xsd - lib/schema/dml-wordprocessingDrawing.xsd - lib/schema/opc-contentTypes.xsd - lib/schema/opc-coreProperties.xsd - lib/schema/opc-digSig.xsd - lib/schema/opc-relationships.xsd - lib/schema/pml.xsd - lib/schema/shared-additionalCharacteristics.xsd - lib/schema/shared-bibliography.xsd - lib/schema/shared-commonSimpleTypes.xsd - lib/schema/shared-customXmlDataProperties.xsd - lib/schema/shared-customXmlSchemaProperties.xsd - lib/schema/shared-documentPropertiesCustom.xsd - lib/schema/shared-documentPropertiesExtended.xsd - lib/schema/shared-documentPropertiesVariantTypes.xsd - lib/schema/shared-math.xsd - lib/schema/shared-relationshipReference.xsd - lib/schema/sml.xsd - lib/schema/vml-main.xsd - lib/schema/vml-officeDrawing.xsd - lib/schema/vml-presentationDrawing.xsd - lib/schema/vml-spreadsheetDrawing.xsd - lib/schema/vml-wordprocessingDrawing.xsd - lib/schema/wml.xsd - lib/schema/xml.xsd - test/content_type/tc_content_type.rb - test/content_type/tc_content_type.rb~ - test/content_type/tc_default.rb - test/content_type/tc_default.rb~ - test/content_type/tc_override.rb - test/content_type/tc_override.rb~ - test/doc_props/tc_app.rb - test/doc_props/tc_app.rb~ - test/doc_props/tc_core.rb - test/drawing/tc_axis.rb - test/drawing/tc_axis.rb~ - test/drawing/tc_bar_3D_chart.rb - test/drawing/tc_bar_3D_chart.rb~ - test/drawing/tc_bar_series.rb - test/drawing/tc_bar_series.rb~ - test/drawing/tc_cat_axis.rb - test/drawing/tc_cat_axis.rb~ - test/drawing/tc_chart.rb - test/drawing/tc_chart.rb~ - test/drawing/tc_drawing.rb - test/drawing/tc_graphic_frame.rb - test/drawing/tc_graphic_frame.rb~ - test/drawing/tc_marker.rb - test/drawing/tc_marker.rb~ - test/drawing/tc_pie_3D_chart.rb - test/drawing/tc_pie_3D_chart.rb~ - test/drawing/tc_pie_series.rb - test/drawing/tc_pie_series.rb~ - test/drawing/tc_scaling.rb - test/drawing/tc_scaling.rb~ - test/drawing/tc_series.rb - test/drawing/tc_series.rb~ - test/drawing/tc_title.rb - test/drawing/tc_title.rb~ - test/drawing/tc_two_cell_anchor.rb - test/drawing/tc_two_cell_anchor.rb~ - test/drawing/tc_val_axis.rb - test/drawing/tc_val_axis.rb~ - test/drawing/tc_view_3D.rb - test/drawing/tc_view_3D.rb~ - test/rels/tc_relationship.rb - test/rels/tc_relationship.rb~ - test/rels/tc_relationships.rb - test/rels/tc_relationships.rb~ - test/stylesheet/tc_border.rb - test/stylesheet/tc_border.rb~ - test/stylesheet/tc_border_pr.rb - test/stylesheet/tc_border_pr.rb~ - test/stylesheet/tc_cell_alignment.rb - test/stylesheet/tc_cell_alignment.rb~ - test/stylesheet/tc_cell_protection.rb - test/stylesheet/tc_cell_protection.rb~ - test/stylesheet/tc_cell_style.rb - test/stylesheet/tc_cell_style.rb~ - test/stylesheet/tc_color.rb - test/stylesheet/tc_color.rb~ - test/stylesheet/tc_fill.rb - test/stylesheet/tc_fill.rb~ - test/stylesheet/tc_font.rb - test/stylesheet/tc_font.rb~ - test/stylesheet/tc_gradient_fill.rb - test/stylesheet/tc_gradient_fill.rb~ - test/stylesheet/tc_gradient_stop.rb - test/stylesheet/tc_gradient_stop.rb~ - test/stylesheet/tc_num_fmt.rb - test/stylesheet/tc_num_fmt.rb~ - test/stylesheet/tc_pattern_fill.rb - test/stylesheet/tc_pattern_fill.rb~ - test/stylesheet/tc_styles.rb - test/stylesheet/tc_table_style.rb - test/stylesheet/tc_table_style.rb~ - test/stylesheet/tc_table_style_element.rb - test/stylesheet/tc_table_style_element.rb~ - test/stylesheet/tc_table_styles.rb - test/stylesheet/tc_table_styles.rb~ - test/stylesheet/tc_xf.rb - test/stylesheet/tc_xf.rb~ - test/tc_app.rb~ - test/tc_border_pr.rb~ - test/tc_package.rb - test/tc_package.rb~ - test/tc_pie_3D_chart.rb~ - test/tc_relationships.rb~ - test/tc_series.rb~ - test/tc_styles.rb~ - test/tc_validators.rb~ - test/tc_worksheet.rb~ - test/util/tc_simple_typed_list.rb - test/util/tc_validators.rb - test/workbook/tc_workbook.rb - test/workbook/worksheet/tc_cell.rb - test/workbook/worksheet/tc_row.rb - test/workbook/worksheet/tc_worksheet.rb has_rdoc: true homepage: "" licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Author fully validated xlsx files with custom charts and styles test_files: - test/content_type/tc_content_type.rb - test/content_type/tc_content_type.rb~ - test/content_type/tc_default.rb - test/content_type/tc_default.rb~ - test/content_type/tc_override.rb - test/content_type/tc_override.rb~ - test/doc_props/tc_app.rb - test/doc_props/tc_app.rb~ - test/doc_props/tc_core.rb - test/drawing/tc_axis.rb - test/drawing/tc_axis.rb~ - test/drawing/tc_bar_3D_chart.rb - test/drawing/tc_bar_3D_chart.rb~ - test/drawing/tc_bar_series.rb - test/drawing/tc_bar_series.rb~ - test/drawing/tc_cat_axis.rb - test/drawing/tc_cat_axis.rb~ - test/drawing/tc_chart.rb - test/drawing/tc_chart.rb~ - test/drawing/tc_drawing.rb - test/drawing/tc_graphic_frame.rb - test/drawing/tc_graphic_frame.rb~ - test/drawing/tc_marker.rb - test/drawing/tc_marker.rb~ - test/drawing/tc_pie_3D_chart.rb - test/drawing/tc_pie_3D_chart.rb~ - test/drawing/tc_pie_series.rb - test/drawing/tc_pie_series.rb~ - test/drawing/tc_scaling.rb - test/drawing/tc_scaling.rb~ - test/drawing/tc_series.rb - test/drawing/tc_series.rb~ - test/drawing/tc_title.rb - test/drawing/tc_title.rb~ - test/drawing/tc_two_cell_anchor.rb - test/drawing/tc_two_cell_anchor.rb~ - test/drawing/tc_val_axis.rb - test/drawing/tc_val_axis.rb~ - test/drawing/tc_view_3D.rb - test/drawing/tc_view_3D.rb~ - test/rels/tc_relationship.rb - test/rels/tc_relationship.rb~ - test/rels/tc_relationships.rb - test/rels/tc_relationships.rb~ - test/stylesheet/tc_border.rb - test/stylesheet/tc_border.rb~ - test/stylesheet/tc_border_pr.rb - test/stylesheet/tc_border_pr.rb~ - test/stylesheet/tc_cell_alignment.rb - test/stylesheet/tc_cell_alignment.rb~ - test/stylesheet/tc_cell_protection.rb - test/stylesheet/tc_cell_protection.rb~ - test/stylesheet/tc_cell_style.rb - test/stylesheet/tc_cell_style.rb~ - test/stylesheet/tc_color.rb - test/stylesheet/tc_color.rb~ - test/stylesheet/tc_fill.rb - test/stylesheet/tc_fill.rb~ - test/stylesheet/tc_font.rb - test/stylesheet/tc_font.rb~ - test/stylesheet/tc_gradient_fill.rb - test/stylesheet/tc_gradient_fill.rb~ - test/stylesheet/tc_gradient_stop.rb - test/stylesheet/tc_gradient_stop.rb~ - test/stylesheet/tc_num_fmt.rb - test/stylesheet/tc_num_fmt.rb~ - test/stylesheet/tc_pattern_fill.rb - test/stylesheet/tc_pattern_fill.rb~ - test/stylesheet/tc_styles.rb - test/stylesheet/tc_table_style.rb - test/stylesheet/tc_table_style.rb~ - test/stylesheet/tc_table_style_element.rb - test/stylesheet/tc_table_style_element.rb~ - test/stylesheet/tc_table_styles.rb - test/stylesheet/tc_table_styles.rb~ - test/stylesheet/tc_xf.rb - test/stylesheet/tc_xf.rb~ - test/tc_app.rb~ - test/tc_border_pr.rb~ - test/tc_package.rb - test/tc_package.rb~ - test/tc_pie_3D_chart.rb~ - test/tc_relationships.rb~ - test/tc_series.rb~ - test/tc_styles.rb~ - test/tc_validators.rb~ - test/tc_worksheet.rb~ - test/util/tc_simple_typed_list.rb - test/util/tc_validators.rb - test/workbook/tc_workbook.rb - test/workbook/worksheet/tc_cell.rb - test/workbook/worksheet/tc_row.rb - test/workbook/worksheet/tc_worksheet.rb