axlsx 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +21 -3
- data/doc/Axlsx.html +150 -6
- data/doc/Axlsx/App.html +1 -1
- data/doc/Axlsx/Axis.html +1 -1
- data/doc/Axlsx/Bar3DChart.html +1 -1
- data/doc/Axlsx/BarSeries.html +1 -1
- data/doc/Axlsx/Border.html +1 -1
- data/doc/Axlsx/BorderPr.html +1 -1
- data/doc/Axlsx/CatAxis.html +1 -1
- data/doc/Axlsx/CatAxisData.html +7 -5
- data/doc/Axlsx/Cell.html +1 -1
- data/doc/Axlsx/CellAlignment.html +1 -1
- data/doc/Axlsx/CellProtection.html +1 -1
- data/doc/Axlsx/CellStyle.html +1 -1
- data/doc/Axlsx/Chart.html +16 -16
- data/doc/Axlsx/Color.html +1 -1
- data/doc/Axlsx/ContentType.html +1 -1
- data/doc/Axlsx/Core.html +1 -1
- data/doc/Axlsx/DataTypeValidator.html +1 -1
- data/doc/Axlsx/Default.html +1 -1
- data/doc/Axlsx/Drawing.html +243 -65
- data/doc/Axlsx/Fill.html +1 -1
- data/doc/Axlsx/Font.html +1 -1
- data/doc/Axlsx/GradientFill.html +1 -1
- data/doc/Axlsx/GradientStop.html +1 -1
- data/doc/Axlsx/GraphicFrame.html +21 -21
- data/doc/Axlsx/Line3DChart.html +1 -1
- data/doc/Axlsx/LineSeries.html +6 -8
- data/doc/Axlsx/Marker.html +1 -1
- data/doc/Axlsx/NumFmt.html +1 -1
- data/doc/Axlsx/OneCellAnchor.html +988 -0
- data/doc/Axlsx/Override.html +1 -1
- data/doc/Axlsx/Package.html +127 -75
- data/doc/Axlsx/PatternFill.html +1 -1
- data/doc/Axlsx/Pic.html +1532 -0
- data/doc/Axlsx/Pie3DChart.html +5 -7
- data/doc/Axlsx/PieSeries.html +1 -1
- data/doc/Axlsx/RegexValidator.html +1 -1
- data/doc/Axlsx/Relationship.html +6 -6
- data/doc/Axlsx/Relationships.html +1 -1
- data/doc/Axlsx/RestrictionValidator.html +1 -1
- data/doc/Axlsx/Row.html +1 -1
- data/doc/Axlsx/Scaling.html +1 -1
- data/doc/Axlsx/SerAxis.html +1 -1
- data/doc/Axlsx/Series.html +1 -1
- data/doc/Axlsx/SeriesTitle.html +1 -1
- data/doc/Axlsx/SimpleTypedList.html +1 -1
- data/doc/Axlsx/Styles.html +1 -1
- data/doc/Axlsx/TableStyle.html +1 -1
- data/doc/Axlsx/TableStyleElement.html +1 -1
- data/doc/Axlsx/TableStyles.html +1 -1
- data/doc/Axlsx/Title.html +1 -1
- data/doc/Axlsx/TwoCellAnchor.html +165 -61
- data/doc/Axlsx/ValAxis.html +1 -1
- data/doc/Axlsx/ValAxisData.html +1 -1
- data/doc/Axlsx/View3D.html +1 -1
- data/doc/Axlsx/Workbook.html +151 -47
- data/doc/Axlsx/Worksheet.html +172 -35
- data/doc/Axlsx/Xf.html +1 -1
- data/doc/_index.html +15 -1
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +29 -4
- data/doc/index.html +29 -4
- data/doc/method_list.html +571 -363
- data/doc/top-level-namespace.html +1 -1
- data/examples/example.rb +13 -0
- data/examples/image1.gif +0 -0
- data/examples/image1.jpeg +0 -0
- data/examples/image1.jpg +0 -0
- data/examples/image1.png +0 -0
- data/lib/axlsx/drawing/bar_series.rb +0 -1
- data/lib/axlsx/drawing/cat_axis_data.rb +1 -0
- data/lib/axlsx/drawing/chart.rb +0 -1
- data/lib/axlsx/drawing/drawing.rb +31 -7
- data/lib/axlsx/drawing/graphic_frame.rb +0 -2
- data/lib/axlsx/drawing/line_series.rb +0 -1
- data/lib/axlsx/drawing/one_cell_anchor.rb +89 -0
- data/lib/axlsx/drawing/pic.rb +158 -0
- data/lib/axlsx/drawing/pie_3D_chart.rb +0 -1
- data/lib/axlsx/drawing/two_cell_anchor.rb +17 -4
- data/lib/axlsx/package.rb +31 -5
- data/lib/axlsx/rels/relationship.rb +1 -2
- data/lib/axlsx/util/constants.rb +24 -0
- data/lib/axlsx/util/validators.rb +2 -2
- data/lib/axlsx/version.rb +1 -1
- data/lib/axlsx/workbook/workbook.rb +8 -0
- data/lib/axlsx/workbook/worksheet/worksheet.rb +10 -1
- data/test/drawing/tc_drawing.rb +10 -1
- data/test/drawing/tc_one_cell_anchor.rb +67 -0
- data/test/drawing/tc_pic.rb +71 -0
- data/test/tc_package.rb +0 -2
- metadata +13 -118
- data/examples/#example.rb# +0 -87
- data/examples/example.rb~ +0 -79
- data/examples/multi_chart.xlsx +0 -0
- data/lib/axlsx.rb~ +0 -67
- data/lib/axlsx/content_type/content_type.rb~ +0 -20
- data/lib/axlsx/content_type/default.rb~ +0 -32
- data/lib/axlsx/content_type/override.rb~ +0 -30
- data/lib/axlsx/doc_props/app.rb~ +0 -127
- data/lib/axlsx/doc_props/core.rb~ +0 -25
- data/lib/axlsx/drawing/#bar_series.rb# +0 -62
- data/lib/axlsx/drawing/axis.rb~ +0 -0
- data/lib/axlsx/drawing/bar_3D_chart.rb~ +0 -64
- data/lib/axlsx/drawing/bar_series.rb~ +0 -92
- data/lib/axlsx/drawing/cat_axis.rb~ +0 -32
- data/lib/axlsx/drawing/cat_axis_data.rb~ +0 -28
- data/lib/axlsx/drawing/chart.rb~ +0 -0
- data/lib/axlsx/drawing/drawing.rb~ +0 -102
- data/lib/axlsx/drawing/graphic_frame.rb~ +0 -40
- data/lib/axlsx/drawing/line_3D_chart.rb~ +0 -138
- data/lib/axlsx/drawing/line_series.rb~ +0 -91
- data/lib/axlsx/drawing/marker.rb~ +0 -50
- data/lib/axlsx/drawing/pie_3D_chart.rb~ +0 -132
- data/lib/axlsx/drawing/pie_series.rb~ +0 -0
- data/lib/axlsx/drawing/scaling.rb~ +0 -0
- data/lib/axlsx/drawing/ser_axis.rb~ +0 -48
- data/lib/axlsx/drawing/series.rb~ +0 -114
- data/lib/axlsx/drawing/series_title.rb~ +0 -18
- data/lib/axlsx/drawing/title.rb~ +0 -69
- data/lib/axlsx/drawing/two_cell_anchor.rb~ +0 -70
- data/lib/axlsx/drawing/val_axis.rb~ +0 -34
- data/lib/axlsx/drawing/val_axis_data.rb~ +0 -29
- data/lib/axlsx/drawing/view_3D.rb~ +0 -21
- data/lib/axlsx/package.rb~ +0 -181
- data/lib/axlsx/rels/relationship.rb~ +0 -18
- data/lib/axlsx/rels/relationships.rb~ +0 -23
- data/lib/axlsx/stylesheet/border.rb~ +0 -24
- data/lib/axlsx/stylesheet/border_pr.rb~ +0 -64
- data/lib/axlsx/stylesheet/cell_alignment.rb~ +0 -93
- data/lib/axlsx/stylesheet/cell_protection.rb~ +0 -16
- data/lib/axlsx/stylesheet/cell_style.rb~ +0 -61
- data/lib/axlsx/stylesheet/color.rb~ +0 -56
- data/lib/axlsx/stylesheet/fill.rb~ +0 -31
- data/lib/axlsx/stylesheet/font.rb~ +0 -33
- data/lib/axlsx/stylesheet/gradient_fill.rb~ +0 -70
- data/lib/axlsx/stylesheet/gradient_stop.rb~ +0 -15
- data/lib/axlsx/stylesheet/num_fmt.rb~ +0 -60
- data/lib/axlsx/stylesheet/pattern_fill.rb~ +0 -63
- data/lib/axlsx/stylesheet/styles.rb~ +0 -279
- data/lib/axlsx/stylesheet/table_style.rb~ +0 -43
- data/lib/axlsx/stylesheet/table_style_element.rb~ +0 -66
- data/lib/axlsx/stylesheet/table_styles.rb~ +0 -36
- data/lib/axlsx/stylesheet/xf.rb~ +0 -37
- data/lib/axlsx/util/constants.rb~ +0 -187
- data/lib/axlsx/util/monkey_patches_for_true_zip_stream.rb~ +0 -61
- data/lib/axlsx/util/simple_typed_list.rb~ +0 -79
- data/lib/axlsx/util/validators.rb~ +0 -132
- data/lib/axlsx/util/xml_escape.rb~ +0 -6
- data/lib/axlsx/workbook/workbook.rb~ +0 -130
- data/lib/axlsx/workbook/worksheet/cell.rb~ +0 -185
- data/lib/axlsx/workbook/worksheet/row.rb~ +0 -92
- data/lib/axlsx/workbook/worksheet/worksheet.rb~ +0 -194
- data/test/content_type/tc_content_type.rb~ +0 -81
- data/test/content_type/tc_default.rb~ +0 -40
- data/test/content_type/tc_override.rb~ +0 -40
- data/test/doc_props/tc_app.rb~ +0 -19
- data/test/drawing/tc_axis.rb~ +0 -0
- data/test/drawing/tc_bar_3D_chart.rb~ +0 -66
- data/test/drawing/tc_bar_series.rb~ +0 -31
- data/test/drawing/tc_cat_axis.rb~ +0 -39
- data/test/drawing/tc_cat_axis_data.rb~ +0 -32
- data/test/drawing/tc_chart.rb~ +0 -59
- data/test/drawing/tc_graphic_frame.rb~ +0 -21
- data/test/drawing/tc_line_3d_chart.rb~ +0 -48
- data/test/drawing/tc_line_series.rb~ +0 -34
- data/test/drawing/tc_marker.rb~ +0 -26
- data/test/drawing/tc_pie_3D_chart.rb~ +0 -33
- data/test/drawing/tc_pie_series.rb~ +0 -26
- data/test/drawing/tc_scaling.rb~ +0 -45
- data/test/drawing/tc_ser_axis.rb~ +0 -20
- data/test/drawing/tc_series.rb~ +0 -31
- data/test/drawing/tc_series_title.rb~ +0 -34
- data/test/drawing/tc_title.rb~ +0 -34
- data/test/drawing/tc_two_cell_anchor.rb~ +0 -37
- data/test/drawing/tc_val_axis.rb~ +0 -32
- data/test/drawing/tc_val_axis_data.rb~ +0 -18
- data/test/drawing/tc_view_3D.rb~ +0 -37
- data/test/rels/tc_relationship.rb~ +0 -39
- data/test/rels/tc_relationships.rb~ +0 -37
- data/test/stylesheet/tc_border.rb~ +0 -31
- data/test/stylesheet/tc_border_pr.rb~ +0 -31
- data/test/stylesheet/tc_cell_alignment.rb~ +0 -38
- data/test/stylesheet/tc_cell_protection.rb~ +0 -77
- data/test/stylesheet/tc_cell_style.rb~ +0 -30
- data/test/stylesheet/tc_color.rb~ +0 -38
- data/test/stylesheet/tc_fill.rb~ +0 -19
- data/test/stylesheet/tc_font.rb~ +0 -19
- data/test/stylesheet/tc_gradient_fill.rb~ +0 -114
- data/test/stylesheet/tc_gradient_stop.rb~ +0 -65
- data/test/stylesheet/tc_num_fmt.rb~ +0 -32
- data/test/stylesheet/tc_pattern_fill.rb~ +0 -31
- data/test/stylesheet/tc_table_style.rb~ +0 -38
- data/test/stylesheet/tc_table_style_element.rb~ +0 -37
- data/test/stylesheet/tc_table_styles.rb~ +0 -37
- data/test/stylesheet/tc_xf.rb~ +0 -30
- data/test/tc_app.rb~ +0 -19
- data/test/tc_border_pr.rb~ +0 -21
- data/test/tc_package.rb~ +0 -64
- data/test/tc_pie_3D_chart.rb~ +0 -66
- data/test/tc_relationships.rb~ +0 -37
- data/test/tc_series.rb~ +0 -31
- data/test/tc_styles.rb~ +0 -64
- data/test/tc_validators.rb~ +0 -77
- data/test/tc_worksheet.rb~ +0 -85
- data/test/workbook/worksheet/tc_row.rb~ +0 -30
- data/test/workbook/worksheet/tc_worksheet.rb~ +0 -85
data/README.md
CHANGED
@@ -6,7 +6,7 @@ Axlsx: Office Open XML Spreadsheet Generation
|
|
6
6
|
**Author**: Randy Morgan
|
7
7
|
**Copyright**: 2011
|
8
8
|
**License**: MIT License
|
9
|
-
**Latest Version**: 1.0.
|
9
|
+
**Latest Version**: 1.0.8
|
10
10
|
**Ruby Version**: 1.8.7
|
11
11
|
**Release Date**: November 23nd 2011
|
12
12
|
|
@@ -14,7 +14,7 @@ Synopsis
|
|
14
14
|
--------
|
15
15
|
|
16
16
|
Axlsx is an Office Open XML Spreadsheet generator for the Ruby programming language.
|
17
|
-
It enables the you to generate 100% valid xlsx files that include customised styling 3D pie, bar and line charts. Below is a summary of salient features.
|
17
|
+
It enables the you to generate 100% valid xlsx files that include customised styling, images, 3D pie, bar and line charts and auto-width columns. Below is a summary of salient features.
|
18
18
|
|
19
19
|
Feature List
|
20
20
|
------------
|
@@ -31,6 +31,7 @@ Feature List
|
|
31
31
|
|
32
32
|
**6. Support for both 1904 and 1900 epocs configurable in the workbook.
|
33
33
|
|
34
|
+
**7. Add jpg, gif and png images to worksheets
|
34
35
|
|
35
36
|
Installing
|
36
37
|
----------
|
@@ -134,6 +135,17 @@ Generating A Line Chart
|
|
134
135
|
end
|
135
136
|
p.serialize("example6.xlsx")
|
136
137
|
|
138
|
+
Adding an Image
|
139
|
+
|
140
|
+
p = Axlsx::Package.new
|
141
|
+
p.workbook.add_worksheet do |sheet|
|
142
|
+
sheet.add_image(:image_src => (File.dirname(__FILE__) + "/image1.png")) do |image|
|
143
|
+
image.width=720
|
144
|
+
image.height=666
|
145
|
+
image.start_at 2, 2
|
146
|
+
end
|
147
|
+
end
|
148
|
+
p.serialize("example7.xlsx")
|
137
149
|
|
138
150
|
###Documentation
|
139
151
|
|
@@ -149,8 +161,10 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
|
|
149
161
|
|
150
162
|
Changelog
|
151
163
|
---------
|
164
|
+
- **October.23.11**: 1.0.8 release
|
165
|
+
- Added support for images (jpg, gif, png) in worksheets.
|
152
166
|
|
153
|
-
- **October.23.11**: 1.0.7
|
167
|
+
- **October.23.11**: 1.0.7 released
|
154
168
|
- Added support for 3D options when creating a new chart. This lets you set the persective, rotation and other 3D attributes when using worksheet.add_chart
|
155
169
|
- Updated serialization write test to verify write permissions and warn if it cannot run the test due to permission restrcitions.
|
156
170
|
- updated rake to include build, genoc and deploy tasks.
|
@@ -163,6 +177,10 @@ Changelog
|
|
163
177
|
|
164
178
|
Please see the {file:CHANGELOG.md} document for past release information.
|
165
179
|
|
180
|
+
Help Wanted
|
181
|
+
-----------
|
182
|
+
|
183
|
+
I'd really like to get rid of the depenency on RMagick in this gem. RMagic is being used to calculate the column widths in a worksheet based on the content the user specified. If there happens to be anyone out there with the background and skill set to write an extenstion that can determine the width of a singel character render with a specific font at a specific size please give me a shout.
|
166
184
|
|
167
185
|
Copyright
|
168
186
|
---------
|
data/doc/Axlsx.html
CHANGED
@@ -73,7 +73,7 @@
|
|
73
73
|
|
74
74
|
<dt class="r1 last">Defined in:</dt>
|
75
75
|
<dd class="r1 last">lib/axlsx/package.rb<span class="defines">,<br />
|
76
|
-
lib/axlsx.rb,<br /> lib/axlsx/version.rb,<br /> lib/axlsx/drawing/axis.rb,<br /> lib/axlsx/doc_props/app.rb,<br /> lib/axlsx/drawing/title.rb,<br /> lib/axlsx/
|
76
|
+
lib/axlsx.rb,<br /> lib/axlsx/version.rb,<br /> lib/axlsx/drawing/pic.rb,<br /> lib/axlsx/drawing/axis.rb,<br /> lib/axlsx/doc_props/app.rb,<br /> lib/axlsx/drawing/title.rb,<br /> lib/axlsx/drawing/chart.rb,<br /> lib/axlsx/stylesheet/xf.rb,<br /> lib/axlsx/doc_props/core.rb,<br /> lib/axlsx/drawing/series.rb,<br /> lib/axlsx/drawing/marker.rb,<br /> lib/axlsx/util/constants.rb,<br /> lib/axlsx/stylesheet/font.rb,<br /> lib/axlsx/drawing/view_3D.rb,<br /> lib/axlsx/drawing/drawing.rb,<br /> lib/axlsx/stylesheet/fill.rb,<br /> lib/axlsx/util/validators.rb,<br /> lib/axlsx/drawing/scaling.rb,<br /> lib/axlsx/drawing/cat_axis.rb,<br /> lib/axlsx/stylesheet/color.rb,<br /> lib/axlsx/drawing/ser_axis.rb,<br /> lib/axlsx/drawing/val_axis.rb,<br /> lib/axlsx/stylesheet/border.rb,<br /> lib/axlsx/workbook/workbook.rb,<br /> lib/axlsx/stylesheet/styles.rb,<br /> lib/axlsx/rels/relationship.rb,<br /> lib/axlsx/stylesheet/num_fmt.rb,<br /> lib/axlsx/drawing/bar_series.rb,<br /> lib/axlsx/rels/relationships.rb,<br /> lib/axlsx/drawing/pie_series.rb,<br /> lib/axlsx/drawing/line_series.rb,<br /> lib/axlsx/drawing/bar_3D_chart.rb,<br /> lib/axlsx/stylesheet/border_pr.rb,<br /> lib/axlsx/content_type/default.rb,<br /> lib/axlsx/drawing/series_title.rb,<br /> lib/axlsx/drawing/pie_3D_chart.rb,<br /> lib/axlsx/drawing/val_axis_data.rb,<br /> lib/axlsx/drawing/graphic_frame.rb,<br /> lib/axlsx/drawing/line_3D_chart.rb,<br /> lib/axlsx/content_type/override.rb,<br /> lib/axlsx/drawing/cat_axis_data.rb,<br /> lib/axlsx/stylesheet/cell_style.rb,<br /> lib/axlsx/util/simple_typed_list.rb,<br /> lib/axlsx/workbook/worksheet/row.rb,<br /> lib/axlsx/stylesheet/table_style.rb,<br /> lib/axlsx/drawing/one_cell_anchor.rb,<br /> lib/axlsx/stylesheet/table_styles.rb,<br /> lib/axlsx/workbook/worksheet/cell.rb,<br /> lib/axlsx/drawing/two_cell_anchor.rb,<br /> lib/axlsx/stylesheet/pattern_fill.rb,<br /> lib/axlsx/stylesheet/gradient_stop.rb,<br /> lib/axlsx/stylesheet/gradient_fill.rb,<br /> lib/axlsx/stylesheet/cell_alignment.rb,<br /> lib/axlsx/content_type/content_type.rb,<br /> lib/axlsx/stylesheet/cell_protection.rb,<br /> lib/axlsx/workbook/worksheet/worksheet.rb,<br /> lib/axlsx/stylesheet/table_style_element.rb</span>
|
77
77
|
</dd>
|
78
78
|
|
79
79
|
</dl>
|
@@ -98,7 +98,7 @@ cell styles, automatically resized column widths and 3D pie charts.
|
|
98
98
|
|
99
99
|
|
100
100
|
|
101
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Axlsx/App.html" title="Axlsx::App (class)">App</a></span>, <span class='object_link'><a href="Axlsx/Axis.html" title="Axlsx::Axis (class)">Axis</a></span>, <span class='object_link'><a href="Axlsx/Bar3DChart.html" title="Axlsx::Bar3DChart (class)">Bar3DChart</a></span>, <span class='object_link'><a href="Axlsx/BarSeries.html" title="Axlsx::BarSeries (class)">BarSeries</a></span>, <span class='object_link'><a href="Axlsx/Border.html" title="Axlsx::Border (class)">Border</a></span>, <span class='object_link'><a href="Axlsx/BorderPr.html" title="Axlsx::BorderPr (class)">BorderPr</a></span>, <span class='object_link'><a href="Axlsx/CatAxis.html" title="Axlsx::CatAxis (class)">CatAxis</a></span>, <span class='object_link'><a href="Axlsx/CatAxisData.html" title="Axlsx::CatAxisData (class)">CatAxisData</a></span>, <span class='object_link'><a href="Axlsx/Cell.html" title="Axlsx::Cell (class)">Cell</a></span>, <span class='object_link'><a href="Axlsx/CellAlignment.html" title="Axlsx::CellAlignment (class)">CellAlignment</a></span>, <span class='object_link'><a href="Axlsx/CellProtection.html" title="Axlsx::CellProtection (class)">CellProtection</a></span>, <span class='object_link'><a href="Axlsx/CellStyle.html" title="Axlsx::CellStyle (class)">CellStyle</a></span>, <span class='object_link'><a href="Axlsx/Chart.html" title="Axlsx::Chart (class)">Chart</a></span>, <span class='object_link'><a href="Axlsx/Color.html" title="Axlsx::Color (class)">Color</a></span>, <span class='object_link'><a href="Axlsx/ContentType.html" title="Axlsx::ContentType (class)">ContentType</a></span>, <span class='object_link'><a href="Axlsx/Core.html" title="Axlsx::Core (class)">Core</a></span>, <span class='object_link'><a href="Axlsx/DataTypeValidator.html" title="Axlsx::DataTypeValidator (class)">DataTypeValidator</a></span>, <span class='object_link'><a href="Axlsx/Default.html" title="Axlsx::Default (class)">Default</a></span>, <span class='object_link'><a href="Axlsx/Drawing.html" title="Axlsx::Drawing (class)">Drawing</a></span>, <span class='object_link'><a href="Axlsx/Fill.html" title="Axlsx::Fill (class)">Fill</a></span>, <span class='object_link'><a href="Axlsx/Font.html" title="Axlsx::Font (class)">Font</a></span>, <span class='object_link'><a href="Axlsx/GradientFill.html" title="Axlsx::GradientFill (class)">GradientFill</a></span>, <span class='object_link'><a href="Axlsx/GradientStop.html" title="Axlsx::GradientStop (class)">GradientStop</a></span>, <span class='object_link'><a href="Axlsx/GraphicFrame.html" title="Axlsx::GraphicFrame (class)">GraphicFrame</a></span>, <span class='object_link'><a href="Axlsx/Line3DChart.html" title="Axlsx::Line3DChart (class)">Line3DChart</a></span>, <span class='object_link'><a href="Axlsx/LineSeries.html" title="Axlsx::LineSeries (class)">LineSeries</a></span>, <span class='object_link'><a href="Axlsx/Marker.html" title="Axlsx::Marker (class)">Marker</a></span>, <span class='object_link'><a href="Axlsx/NumFmt.html" title="Axlsx::NumFmt (class)">NumFmt</a></span>, <span class='object_link'><a href="Axlsx/Override.html" title="Axlsx::Override (class)">Override</a></span>, <span class='object_link'><a href="Axlsx/Package.html" title="Axlsx::Package (class)">Package</a></span>, <span class='object_link'><a href="Axlsx/PatternFill.html" title="Axlsx::PatternFill (class)">PatternFill</a></span>, <span class='object_link'><a href="Axlsx/Pie3DChart.html" title="Axlsx::Pie3DChart (class)">Pie3DChart</a></span>, <span class='object_link'><a href="Axlsx/PieSeries.html" title="Axlsx::PieSeries (class)">PieSeries</a></span>, <span class='object_link'><a href="Axlsx/RegexValidator.html" title="Axlsx::RegexValidator (class)">RegexValidator</a></span>, <span class='object_link'><a href="Axlsx/Relationship.html" title="Axlsx::Relationship (class)">Relationship</a></span>, <span class='object_link'><a href="Axlsx/Relationships.html" title="Axlsx::Relationships (class)">Relationships</a></span>, <span class='object_link'><a href="Axlsx/RestrictionValidator.html" title="Axlsx::RestrictionValidator (class)">RestrictionValidator</a></span>, <span class='object_link'><a href="Axlsx/Row.html" title="Axlsx::Row (class)">Row</a></span>, <span class='object_link'><a href="Axlsx/Scaling.html" title="Axlsx::Scaling (class)">Scaling</a></span>, <span class='object_link'><a href="Axlsx/SerAxis.html" title="Axlsx::SerAxis (class)">SerAxis</a></span>, <span class='object_link'><a href="Axlsx/Series.html" title="Axlsx::Series (class)">Series</a></span>, <span class='object_link'><a href="Axlsx/SeriesTitle.html" title="Axlsx::SeriesTitle (class)">SeriesTitle</a></span>, <span class='object_link'><a href="Axlsx/SimpleTypedList.html" title="Axlsx::SimpleTypedList (class)">SimpleTypedList</a></span>, <span class='object_link'><a href="Axlsx/Styles.html" title="Axlsx::Styles (class)">Styles</a></span>, <span class='object_link'><a href="Axlsx/TableStyle.html" title="Axlsx::TableStyle (class)">TableStyle</a></span>, <span class='object_link'><a href="Axlsx/TableStyleElement.html" title="Axlsx::TableStyleElement (class)">TableStyleElement</a></span>, <span class='object_link'><a href="Axlsx/TableStyles.html" title="Axlsx::TableStyles (class)">TableStyles</a></span>, <span class='object_link'><a href="Axlsx/Title.html" title="Axlsx::Title (class)">Title</a></span>, <span class='object_link'><a href="Axlsx/TwoCellAnchor.html" title="Axlsx::TwoCellAnchor (class)">TwoCellAnchor</a></span>, <span class='object_link'><a href="Axlsx/ValAxis.html" title="Axlsx::ValAxis (class)">ValAxis</a></span>, <span class='object_link'><a href="Axlsx/ValAxisData.html" title="Axlsx::ValAxisData (class)">ValAxisData</a></span>, <span class='object_link'><a href="Axlsx/View3D.html" title="Axlsx::View3D (class)">View3D</a></span>, <span class='object_link'><a href="Axlsx/Workbook.html" title="Axlsx::Workbook (class)">Workbook</a></span>, <span class='object_link'><a href="Axlsx/Worksheet.html" title="Axlsx::Worksheet (class)">Worksheet</a></span>, <span class='object_link'><a href="Axlsx/Xf.html" title="Axlsx::Xf (class)">Xf</a></span>
|
101
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Axlsx/App.html" title="Axlsx::App (class)">App</a></span>, <span class='object_link'><a href="Axlsx/Axis.html" title="Axlsx::Axis (class)">Axis</a></span>, <span class='object_link'><a href="Axlsx/Bar3DChart.html" title="Axlsx::Bar3DChart (class)">Bar3DChart</a></span>, <span class='object_link'><a href="Axlsx/BarSeries.html" title="Axlsx::BarSeries (class)">BarSeries</a></span>, <span class='object_link'><a href="Axlsx/Border.html" title="Axlsx::Border (class)">Border</a></span>, <span class='object_link'><a href="Axlsx/BorderPr.html" title="Axlsx::BorderPr (class)">BorderPr</a></span>, <span class='object_link'><a href="Axlsx/CatAxis.html" title="Axlsx::CatAxis (class)">CatAxis</a></span>, <span class='object_link'><a href="Axlsx/CatAxisData.html" title="Axlsx::CatAxisData (class)">CatAxisData</a></span>, <span class='object_link'><a href="Axlsx/Cell.html" title="Axlsx::Cell (class)">Cell</a></span>, <span class='object_link'><a href="Axlsx/CellAlignment.html" title="Axlsx::CellAlignment (class)">CellAlignment</a></span>, <span class='object_link'><a href="Axlsx/CellProtection.html" title="Axlsx::CellProtection (class)">CellProtection</a></span>, <span class='object_link'><a href="Axlsx/CellStyle.html" title="Axlsx::CellStyle (class)">CellStyle</a></span>, <span class='object_link'><a href="Axlsx/Chart.html" title="Axlsx::Chart (class)">Chart</a></span>, <span class='object_link'><a href="Axlsx/Color.html" title="Axlsx::Color (class)">Color</a></span>, <span class='object_link'><a href="Axlsx/ContentType.html" title="Axlsx::ContentType (class)">ContentType</a></span>, <span class='object_link'><a href="Axlsx/Core.html" title="Axlsx::Core (class)">Core</a></span>, <span class='object_link'><a href="Axlsx/DataTypeValidator.html" title="Axlsx::DataTypeValidator (class)">DataTypeValidator</a></span>, <span class='object_link'><a href="Axlsx/Default.html" title="Axlsx::Default (class)">Default</a></span>, <span class='object_link'><a href="Axlsx/Drawing.html" title="Axlsx::Drawing (class)">Drawing</a></span>, <span class='object_link'><a href="Axlsx/Fill.html" title="Axlsx::Fill (class)">Fill</a></span>, <span class='object_link'><a href="Axlsx/Font.html" title="Axlsx::Font (class)">Font</a></span>, <span class='object_link'><a href="Axlsx/GradientFill.html" title="Axlsx::GradientFill (class)">GradientFill</a></span>, <span class='object_link'><a href="Axlsx/GradientStop.html" title="Axlsx::GradientStop (class)">GradientStop</a></span>, <span class='object_link'><a href="Axlsx/GraphicFrame.html" title="Axlsx::GraphicFrame (class)">GraphicFrame</a></span>, <span class='object_link'><a href="Axlsx/Line3DChart.html" title="Axlsx::Line3DChart (class)">Line3DChart</a></span>, <span class='object_link'><a href="Axlsx/LineSeries.html" title="Axlsx::LineSeries (class)">LineSeries</a></span>, <span class='object_link'><a href="Axlsx/Marker.html" title="Axlsx::Marker (class)">Marker</a></span>, <span class='object_link'><a href="Axlsx/NumFmt.html" title="Axlsx::NumFmt (class)">NumFmt</a></span>, <span class='object_link'><a href="Axlsx/OneCellAnchor.html" title="Axlsx::OneCellAnchor (class)">OneCellAnchor</a></span>, <span class='object_link'><a href="Axlsx/Override.html" title="Axlsx::Override (class)">Override</a></span>, <span class='object_link'><a href="Axlsx/Package.html" title="Axlsx::Package (class)">Package</a></span>, <span class='object_link'><a href="Axlsx/PatternFill.html" title="Axlsx::PatternFill (class)">PatternFill</a></span>, <span class='object_link'><a href="Axlsx/Pic.html" title="Axlsx::Pic (class)">Pic</a></span>, <span class='object_link'><a href="Axlsx/Pie3DChart.html" title="Axlsx::Pie3DChart (class)">Pie3DChart</a></span>, <span class='object_link'><a href="Axlsx/PieSeries.html" title="Axlsx::PieSeries (class)">PieSeries</a></span>, <span class='object_link'><a href="Axlsx/RegexValidator.html" title="Axlsx::RegexValidator (class)">RegexValidator</a></span>, <span class='object_link'><a href="Axlsx/Relationship.html" title="Axlsx::Relationship (class)">Relationship</a></span>, <span class='object_link'><a href="Axlsx/Relationships.html" title="Axlsx::Relationships (class)">Relationships</a></span>, <span class='object_link'><a href="Axlsx/RestrictionValidator.html" title="Axlsx::RestrictionValidator (class)">RestrictionValidator</a></span>, <span class='object_link'><a href="Axlsx/Row.html" title="Axlsx::Row (class)">Row</a></span>, <span class='object_link'><a href="Axlsx/Scaling.html" title="Axlsx::Scaling (class)">Scaling</a></span>, <span class='object_link'><a href="Axlsx/SerAxis.html" title="Axlsx::SerAxis (class)">SerAxis</a></span>, <span class='object_link'><a href="Axlsx/Series.html" title="Axlsx::Series (class)">Series</a></span>, <span class='object_link'><a href="Axlsx/SeriesTitle.html" title="Axlsx::SeriesTitle (class)">SeriesTitle</a></span>, <span class='object_link'><a href="Axlsx/SimpleTypedList.html" title="Axlsx::SimpleTypedList (class)">SimpleTypedList</a></span>, <span class='object_link'><a href="Axlsx/Styles.html" title="Axlsx::Styles (class)">Styles</a></span>, <span class='object_link'><a href="Axlsx/TableStyle.html" title="Axlsx::TableStyle (class)">TableStyle</a></span>, <span class='object_link'><a href="Axlsx/TableStyleElement.html" title="Axlsx::TableStyleElement (class)">TableStyleElement</a></span>, <span class='object_link'><a href="Axlsx/TableStyles.html" title="Axlsx::TableStyles (class)">TableStyles</a></span>, <span class='object_link'><a href="Axlsx/Title.html" title="Axlsx::Title (class)">Title</a></span>, <span class='object_link'><a href="Axlsx/TwoCellAnchor.html" title="Axlsx::TwoCellAnchor (class)">TwoCellAnchor</a></span>, <span class='object_link'><a href="Axlsx/ValAxis.html" title="Axlsx::ValAxis (class)">ValAxis</a></span>, <span class='object_link'><a href="Axlsx/ValAxisData.html" title="Axlsx::ValAxisData (class)">ValAxisData</a></span>, <span class='object_link'><a href="Axlsx/View3D.html" title="Axlsx::View3D (class)">View3D</a></span>, <span class='object_link'><a href="Axlsx/Workbook.html" title="Axlsx::Workbook (class)">Workbook</a></span>, <span class='object_link'><a href="Axlsx/Worksheet.html" title="Axlsx::Worksheet (class)">Worksheet</a></span>, <span class='object_link'><a href="Axlsx/Xf.html" title="Axlsx::Xf (class)">Xf</a></span>
|
102
102
|
|
103
103
|
|
104
104
|
</p>
|
@@ -122,7 +122,7 @@ version
|
|
122
122
|
|
123
123
|
</div>
|
124
124
|
</dt>
|
125
|
-
<dd><pre class="code"><span class='string val'>"1.0.
|
125
|
+
<dd><pre class="code"><span class='string val'>"1.0.8"</span>
|
126
126
|
</pre></dd>
|
127
127
|
|
128
128
|
<dt id="ENCODING-constant" class="">ENCODING =
|
@@ -539,6 +539,24 @@ chart rels namespace
|
|
539
539
|
<dd><pre class="code"><span class='string val'>"http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart"</span>
|
540
540
|
</pre></dd>
|
541
541
|
|
542
|
+
<dt id="IMAGE_R-constant" class="">IMAGE_R =
|
543
|
+
<div class="docstring">
|
544
|
+
<div class="discussion">
|
545
|
+
<p>
|
546
|
+
image rels namespace
|
547
|
+
</p>
|
548
|
+
|
549
|
+
|
550
|
+
</div>
|
551
|
+
</div>
|
552
|
+
<div class="tags">
|
553
|
+
|
554
|
+
|
555
|
+
</div>
|
556
|
+
</dt>
|
557
|
+
<dd><pre class="code"><span class='string val'>"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"</span>
|
558
|
+
</pre></dd>
|
559
|
+
|
542
560
|
<dt id="TABLE_CT-constant" class="">TABLE_CT =
|
543
561
|
<div class="docstring">
|
544
562
|
<div class="discussion">
|
@@ -719,6 +737,60 @@ chart content type
|
|
719
737
|
<dd><pre class="code"><span class='string val'>"application/vnd.openxmlformats-officedocument.drawingml.chart+xml"</span>
|
720
738
|
</pre></dd>
|
721
739
|
|
740
|
+
<dt id="JPEG_CT-constant" class="">JPEG_CT =
|
741
|
+
<div class="docstring">
|
742
|
+
<div class="discussion">
|
743
|
+
<p>
|
744
|
+
jpeg content type
|
745
|
+
</p>
|
746
|
+
|
747
|
+
|
748
|
+
</div>
|
749
|
+
</div>
|
750
|
+
<div class="tags">
|
751
|
+
|
752
|
+
|
753
|
+
</div>
|
754
|
+
</dt>
|
755
|
+
<dd><pre class="code"><span class='string val'>"image/jpeg"</span>
|
756
|
+
</pre></dd>
|
757
|
+
|
758
|
+
<dt id="GIF_CT-constant" class="">GIF_CT =
|
759
|
+
<div class="docstring">
|
760
|
+
<div class="discussion">
|
761
|
+
<p>
|
762
|
+
gif content type
|
763
|
+
</p>
|
764
|
+
|
765
|
+
|
766
|
+
</div>
|
767
|
+
</div>
|
768
|
+
<div class="tags">
|
769
|
+
|
770
|
+
|
771
|
+
</div>
|
772
|
+
</dt>
|
773
|
+
<dd><pre class="code"><span class='string val'>"image/gif"</span>
|
774
|
+
</pre></dd>
|
775
|
+
|
776
|
+
<dt id="PNG_CT-constant" class="">PNG_CT =
|
777
|
+
<div class="docstring">
|
778
|
+
<div class="discussion">
|
779
|
+
<p>
|
780
|
+
png content type
|
781
|
+
</p>
|
782
|
+
|
783
|
+
|
784
|
+
</div>
|
785
|
+
</div>
|
786
|
+
<div class="tags">
|
787
|
+
|
788
|
+
|
789
|
+
</div>
|
790
|
+
</dt>
|
791
|
+
<dd><pre class="code"><span class='string val'>"image/png"</span>
|
792
|
+
</pre></dd>
|
793
|
+
|
722
794
|
<dt id="DRAWING_CT-constant" class="">DRAWING_CT =
|
723
795
|
<div class="docstring">
|
724
796
|
<div class="discussion">
|
@@ -755,6 +827,60 @@ xml content type extensions
|
|
755
827
|
<dd><pre class="code"><span class='string val'>"xml"</span>
|
756
828
|
</pre></dd>
|
757
829
|
|
830
|
+
<dt id="JPEG_EX-constant" class="">JPEG_EX =
|
831
|
+
<div class="docstring">
|
832
|
+
<div class="discussion">
|
833
|
+
<p>
|
834
|
+
jpeg extension
|
835
|
+
</p>
|
836
|
+
|
837
|
+
|
838
|
+
</div>
|
839
|
+
</div>
|
840
|
+
<div class="tags">
|
841
|
+
|
842
|
+
|
843
|
+
</div>
|
844
|
+
</dt>
|
845
|
+
<dd><pre class="code"><span class='string val'>"jpeg"</span>
|
846
|
+
</pre></dd>
|
847
|
+
|
848
|
+
<dt id="GIF_EX-constant" class="">GIF_EX =
|
849
|
+
<div class="docstring">
|
850
|
+
<div class="discussion">
|
851
|
+
<p>
|
852
|
+
gif extension
|
853
|
+
</p>
|
854
|
+
|
855
|
+
|
856
|
+
</div>
|
857
|
+
</div>
|
858
|
+
<div class="tags">
|
859
|
+
|
860
|
+
|
861
|
+
</div>
|
862
|
+
</dt>
|
863
|
+
<dd><pre class="code"><span class='string val'>"gif"</span>
|
864
|
+
</pre></dd>
|
865
|
+
|
866
|
+
<dt id="PNG_EX-constant" class="">PNG_EX =
|
867
|
+
<div class="docstring">
|
868
|
+
<div class="discussion">
|
869
|
+
<p>
|
870
|
+
png extension
|
871
|
+
</p>
|
872
|
+
|
873
|
+
|
874
|
+
</div>
|
875
|
+
</div>
|
876
|
+
<div class="tags">
|
877
|
+
|
878
|
+
|
879
|
+
</div>
|
880
|
+
</dt>
|
881
|
+
<dd><pre class="code"><span class='string val'>"png"</span>
|
882
|
+
</pre></dd>
|
883
|
+
|
758
884
|
<dt id="RELS_EX-constant" class="">RELS_EX =
|
759
885
|
<div class="docstring">
|
760
886
|
<div class="discussion">
|
@@ -989,6 +1115,24 @@ chart part
|
|
989
1115
|
<dd><pre class="code"><span class='string val'>"charts/chart%d.xml"</span>
|
990
1116
|
</pre></dd>
|
991
1117
|
|
1118
|
+
<dt id="IMAGE_PN-constant" class="">IMAGE_PN =
|
1119
|
+
<div class="docstring">
|
1120
|
+
<div class="discussion">
|
1121
|
+
<p>
|
1122
|
+
chart part
|
1123
|
+
</p>
|
1124
|
+
|
1125
|
+
|
1126
|
+
</div>
|
1127
|
+
</div>
|
1128
|
+
<div class="tags">
|
1129
|
+
|
1130
|
+
|
1131
|
+
</div>
|
1132
|
+
</dt>
|
1133
|
+
<dd><pre class="code"><span class='string val'>"media/image%d.%s"</span>
|
1134
|
+
</pre></dd>
|
1135
|
+
|
992
1136
|
<dt id="APP_XSD-constant" class="">APP_XSD =
|
993
1137
|
<div class="docstring">
|
994
1138
|
<div class="discussion">
|
@@ -1743,7 +1887,7 @@ The value validated
|
|
1743
1887
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 114</span>
|
1744
1888
|
|
1745
1889
|
<span class='def def kw'>def</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='validate_content_type identifier id'>validate_content_type</span><span class='lparen token'>(</span><span class='v identifier id'>v</span><span class='rparen token'>)</span>
|
1746
|
-
<span class='RestrictionValidator constant id'>RestrictionValidator</span><span class='dot token'>.</span><span class='validate identifier id'>validate</span> <span class='symbol val'>:content_type</span><span class='comma token'>,</span> <span class='lbrack token'>[</span><span class='TABLE_CT constant id'>TABLE_CT</span><span class='comma token'>,</span> <span class='WORKBOOK_CT constant id'>WORKBOOK_CT</span><span class='comma token'>,</span> <span class='APP_CT constant id'>APP_CT</span><span class='comma token'>,</span> <span class='RELS_CT constant id'>RELS_CT</span><span class='comma token'>,</span> <span class='STYLES_CT constant id'>STYLES_CT</span><span class='comma token'>,</span> <span class='XML_CT constant id'>XML_CT</span><span class='comma token'>,</span> <span class='WORKSHEET_CT constant id'>WORKSHEET_CT</span><span class='comma token'>,</span> <span class='SHARED_STRINGS_CT constant id'>SHARED_STRINGS_CT</span><span class='comma token'>,</span> <span class='CORE_CT constant id'>CORE_CT</span><span class='comma token'>,</span> <span class='CHART_CT constant id'>CHART_CT</span><span class='comma token'>,</span> <span class='DRAWING_CT constant id'>DRAWING_CT</span><span class='rbrack token'>]</span><span class='comma token'>,</span> <span class='v identifier id'>v</span>
|
1890
|
+
<span class='RestrictionValidator constant id'>RestrictionValidator</span><span class='dot token'>.</span><span class='validate identifier id'>validate</span> <span class='symbol val'>:content_type</span><span class='comma token'>,</span> <span class='lbrack token'>[</span><span class='TABLE_CT constant id'>TABLE_CT</span><span class='comma token'>,</span> <span class='WORKBOOK_CT constant id'>WORKBOOK_CT</span><span class='comma token'>,</span> <span class='APP_CT constant id'>APP_CT</span><span class='comma token'>,</span> <span class='RELS_CT constant id'>RELS_CT</span><span class='comma token'>,</span> <span class='STYLES_CT constant id'>STYLES_CT</span><span class='comma token'>,</span> <span class='XML_CT constant id'>XML_CT</span><span class='comma token'>,</span> <span class='WORKSHEET_CT constant id'>WORKSHEET_CT</span><span class='comma token'>,</span> <span class='SHARED_STRINGS_CT constant id'>SHARED_STRINGS_CT</span><span class='comma token'>,</span> <span class='CORE_CT constant id'>CORE_CT</span><span class='comma token'>,</span> <span class='CHART_CT constant id'>CHART_CT</span><span class='comma token'>,</span> <span class='JPEG_CT constant id'>JPEG_CT</span><span class='comma token'>,</span> <span class='GIF_CT constant id'>GIF_CT</span><span class='comma token'>,</span> <span class='PNG_CT constant id'>PNG_CT</span><span class='comma token'>,</span> <span class='DRAWING_CT constant id'>DRAWING_CT</span><span class='rbrack token'>]</span><span class='comma token'>,</span> <span class='v identifier id'>v</span>
|
1747
1891
|
<span class='end end kw'>end</span>
|
1748
1892
|
</pre>
|
1749
1893
|
</td>
|
@@ -2126,7 +2270,7 @@ The value validated
|
|
2126
2270
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 121</span>
|
2127
2271
|
|
2128
2272
|
<span class='def def kw'>def</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='validate_relationship_type identifier id'>validate_relationship_type</span><span class='lparen token'>(</span><span class='v identifier id'>v</span><span class='rparen token'>)</span>
|
2129
|
-
<span class='RestrictionValidator constant id'>RestrictionValidator</span><span class='dot token'>.</span><span class='validate identifier id'>validate</span> <span class='symbol val'>:relationship_type</span><span class='comma token'>,</span> <span class='lbrack token'>[</span><span class='XML_NS_R constant id'>XML_NS_R</span><span class='comma token'>,</span> <span class='TABLE_R constant id'>TABLE_R</span><span class='comma token'>,</span> <span class='WORKBOOK_R constant id'>WORKBOOK_R</span><span class='comma token'>,</span> <span class='WORKSHEET_R constant id'>WORKSHEET_R</span><span class='comma token'>,</span> <span class='APP_R constant id'>APP_R</span><span class='comma token'>,</span> <span class='RELS_R constant id'>RELS_R</span><span class='comma token'>,</span> <span class='CORE_R constant id'>CORE_R</span><span class='comma token'>,</span> <span class='STYLES_R constant id'>STYLES_R</span><span class='comma token'>,</span> <span class='CHART_R constant id'>CHART_R</span><span class='comma token'>,</span> <span class='DRAWING_R constant id'>DRAWING_R</span><span class='rbrack token'>]</span><span class='comma token'>,</span> <span class='v identifier id'>v</span>
|
2273
|
+
<span class='RestrictionValidator constant id'>RestrictionValidator</span><span class='dot token'>.</span><span class='validate identifier id'>validate</span> <span class='symbol val'>:relationship_type</span><span class='comma token'>,</span> <span class='lbrack token'>[</span><span class='XML_NS_R constant id'>XML_NS_R</span><span class='comma token'>,</span> <span class='TABLE_R constant id'>TABLE_R</span><span class='comma token'>,</span> <span class='WORKBOOK_R constant id'>WORKBOOK_R</span><span class='comma token'>,</span> <span class='WORKSHEET_R constant id'>WORKSHEET_R</span><span class='comma token'>,</span> <span class='APP_R constant id'>APP_R</span><span class='comma token'>,</span> <span class='RELS_R constant id'>RELS_R</span><span class='comma token'>,</span> <span class='CORE_R constant id'>CORE_R</span><span class='comma token'>,</span> <span class='STYLES_R constant id'>STYLES_R</span><span class='comma token'>,</span> <span class='CHART_R constant id'>CHART_R</span><span class='comma token'>,</span> <span class='DRAWING_R constant id'>DRAWING_R</span><span class='comma token'>,</span> <span class='IMAGE_R constant id'>IMAGE_R</span><span class='rbrack token'>]</span><span class='comma token'>,</span> <span class='v identifier id'>v</span>
|
2130
2274
|
<span class='end end kw'>end</span>
|
2131
2275
|
</pre>
|
2132
2276
|
</td>
|
@@ -2434,7 +2578,7 @@ The value validated
|
|
2434
2578
|
</div>
|
2435
2579
|
|
2436
2580
|
<div id="footer">
|
2437
|
-
Generated on Wed Nov 23
|
2581
|
+
Generated on Wed Nov 23 21:47:50 2011 by
|
2438
2582
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2439
2583
|
0.7.3 (ruby-1.8.7).
|
2440
2584
|
</div>
|
data/doc/Axlsx/App.html
CHANGED
@@ -2631,7 +2631,7 @@ The document as a string
|
|
2631
2631
|
</div>
|
2632
2632
|
|
2633
2633
|
<div id="footer">
|
2634
|
-
Generated on Wed Nov 23
|
2634
|
+
Generated on Wed Nov 23 21:48:05 2011 by
|
2635
2635
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2636
2636
|
0.7.3 (ruby-1.8.7).
|
2637
2637
|
</div>
|
data/doc/Axlsx/Axis.html
CHANGED
@@ -1064,7 +1064,7 @@ The document builder instance this objects xml will be added to.
|
|
1064
1064
|
</div>
|
1065
1065
|
|
1066
1066
|
<div id="footer">
|
1067
|
-
Generated on Wed Nov 23
|
1067
|
+
Generated on Wed Nov 23 21:47:56 2011 by
|
1068
1068
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1069
1069
|
0.7.3 (ruby-1.8.7).
|
1070
1070
|
</div>
|
data/doc/Axlsx/Bar3DChart.html
CHANGED
@@ -1171,7 +1171,7 @@ Serializes the bar chart
|
|
1171
1171
|
</div>
|
1172
1172
|
|
1173
1173
|
<div id="footer">
|
1174
|
-
Generated on Wed Nov 23
|
1174
|
+
Generated on Wed Nov 23 21:47:56 2011 by
|
1175
1175
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1176
1176
|
0.7.3 (ruby-1.8.7).
|
1177
1177
|
</div>
|
data/doc/Axlsx/BarSeries.html
CHANGED
@@ -697,7 +697,7 @@ The document builder instance this objects xml will be added to.
|
|
697
697
|
</div>
|
698
698
|
|
699
699
|
<div id="footer">
|
700
|
-
Generated on Wed Nov 23
|
700
|
+
Generated on Wed Nov 23 21:47:55 2011 by
|
701
701
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
702
702
|
0.7.3 (ruby-1.8.7).
|
703
703
|
</div>
|
data/doc/Axlsx/Border.html
CHANGED
@@ -766,7 +766,7 @@ The document builder instance this objects xml will be added to.
|
|
766
766
|
</div>
|
767
767
|
|
768
768
|
<div id="footer">
|
769
|
-
Generated on Wed Nov 23
|
769
|
+
Generated on Wed Nov 23 21:48:04 2011 by
|
770
770
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
771
771
|
0.7.3 (ruby-1.8.7).
|
772
772
|
</div>
|
data/doc/Axlsx/BorderPr.html
CHANGED
@@ -700,7 +700,7 @@ The document builder instance this objects xml will be added to.
|
|
700
700
|
</div>
|
701
701
|
|
702
702
|
<div id="footer">
|
703
|
-
Generated on Wed Nov 23
|
703
|
+
Generated on Wed Nov 23 21:47:57 2011 by
|
704
704
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
705
705
|
0.7.3 (ruby-1.8.7).
|
706
706
|
</div>
|
data/doc/Axlsx/CatAxis.html
CHANGED
@@ -760,7 +760,7 @@ The document builder instance this objects xml will be added to.
|
|
760
760
|
</div>
|
761
761
|
|
762
762
|
<div id="footer">
|
763
|
-
Generated on Wed Nov 23
|
763
|
+
Generated on Wed Nov 23 21:47:59 2011 by
|
764
764
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
765
765
|
0.7.3 (ruby-1.8.7).
|
766
766
|
</div>
|
data/doc/Axlsx/CatAxisData.html
CHANGED
@@ -253,7 +253,8 @@ typed list of cells.
|
|
253
253
|
7
|
254
254
|
8
|
255
255
|
9
|
256
|
-
10
|
256
|
+
10
|
257
|
+
11</pre>
|
257
258
|
</td>
|
258
259
|
<td>
|
259
260
|
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/cat_axis_data.rb', line 7</span>
|
@@ -261,6 +262,7 @@ typed list of cells.
|
|
261
262
|
<span class='def def kw'>def</span> <span class='initialize identifier id'>initialize</span><span class='lparen token'>(</span><span class='data identifier id'>data</span><span class='assign token'>=</span><span class='lbrack token'>[</span><span class='rbrack token'>]</span><span class='rparen token'>)</span>
|
262
263
|
<span class='super super kw'>super</span> <span class='Object constant id'>Object</span>
|
263
264
|
<span class='@list ivar id'>@list</span><span class='dot token'>.</span><span class='concat identifier id'>concat</span> <span class='data identifier id'>data</span> <span class='if if_mod kw'>if</span> <span class='data identifier id'>data</span><span class='dot token'>.</span><span class='is_a? fid id'>is_a?</span><span class='lparen token'>(</span><span class='Array constant id'>Array</span><span class='rparen token'>)</span>
|
265
|
+
<span class='data identifier id'>data</span><span class='dot token'>.</span><span class='each identifier id'>each</span> <span class='lbrace token'>{</span> <span class='bitor op'>|</span><span class='i identifier id'>i</span><span class='bitor op'>|</span> <span class='@list ivar id'>@list</span> <span class='lshft op'><<</span> <span class='i identifier id'>i</span> <span class='rbrace token'>}</span> <span class='if if_mod kw'>if</span> <span class='data identifier id'>data</span><span class='dot token'>.</span><span class='is_a? fid id'>is_a?</span><span class='lparen token'>(</span><span class='SimpleTypedList constant id'>SimpleTypedList</span><span class='rparen token'>)</span>
|
264
266
|
<span class='end end kw'>end</span>
|
265
267
|
</pre>
|
266
268
|
</td>
|
@@ -344,7 +346,6 @@ The document builder instance this objects xml will be added to.
|
|
344
346
|
<pre class="lines">
|
345
347
|
|
346
348
|
|
347
|
-
15
|
348
349
|
16
|
349
350
|
17
|
350
351
|
18
|
@@ -359,10 +360,11 @@ The document builder instance this objects xml will be added to.
|
|
359
360
|
27
|
360
361
|
28
|
361
362
|
29
|
362
|
-
30
|
363
|
+
30
|
364
|
+
31</pre>
|
363
365
|
</td>
|
364
366
|
<td>
|
365
|
-
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/cat_axis_data.rb', line
|
367
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/cat_axis_data.rb', line 16</span>
|
366
368
|
|
367
369
|
<span class='def def kw'>def</span> <span class='to_xml identifier id'>to_xml</span><span class='lparen token'>(</span><span class='xml identifier id'>xml</span><span class='rparen token'>)</span>
|
368
370
|
<span class='xml identifier id'>xml</span><span class='dot token'>.</span><span class='send identifier id'>send</span><span class='lparen token'>(</span><span class='string val'>'c:cat'</span><span class='rparen token'>)</span> <span class='lbrace token'>{</span>
|
@@ -391,7 +393,7 @@ The document builder instance this objects xml will be added to.
|
|
391
393
|
</div>
|
392
394
|
|
393
395
|
<div id="footer">
|
394
|
-
Generated on Wed Nov 23
|
396
|
+
Generated on Wed Nov 23 21:47:47 2011 by
|
395
397
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
396
398
|
0.7.3 (ruby-1.8.7).
|
397
399
|
</div>
|
data/doc/Axlsx/Cell.html
CHANGED
@@ -1614,7 +1614,7 @@ xml text for the cell
|
|
1614
1614
|
</div>
|
1615
1615
|
|
1616
1616
|
<div id="footer">
|
1617
|
-
Generated on Wed Nov 23
|
1617
|
+
Generated on Wed Nov 23 21:48:01 2011 by
|
1618
1618
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1619
1619
|
0.7.3 (ruby-1.8.7).
|
1620
1620
|
</div>
|
@@ -1238,7 +1238,7 @@ The document builder instance this objects xml will be added to.
|
|
1238
1238
|
</div>
|
1239
1239
|
|
1240
1240
|
<div id="footer">
|
1241
|
-
Generated on Wed Nov 23
|
1241
|
+
Generated on Wed Nov 23 21:47:58 2011 by
|
1242
1242
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1243
1243
|
0.7.3 (ruby-1.8.7).
|
1244
1244
|
</div>
|
@@ -556,7 +556,7 @@ The document builder instance this objects xml will be added to.
|
|
556
556
|
</div>
|
557
557
|
|
558
558
|
<div id="footer">
|
559
|
-
Generated on Wed Nov 23
|
559
|
+
Generated on Wed Nov 23 21:48:01 2011 by
|
560
560
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
561
561
|
0.7.3 (ruby-1.8.7).
|
562
562
|
</div>
|
data/doc/Axlsx/CellStyle.html
CHANGED
@@ -940,7 +940,7 @@ The document builder instance this objects xml will be added to.
|
|
940
940
|
</div>
|
941
941
|
|
942
942
|
<div id="footer">
|
943
|
-
Generated on Wed Nov 23
|
943
|
+
Generated on Wed Nov 23 21:47:54 2011 by
|
944
944
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
945
945
|
0.7.3 (ruby-1.8.7).
|
946
946
|
</div>
|
data/doc/Axlsx/Chart.html
CHANGED
@@ -1290,13 +1290,13 @@ Adds a new series to the chart’s series collection.
|
|
1290
1290
|
<pre class="lines">
|
1291
1291
|
|
1292
1292
|
|
1293
|
+
100
|
1293
1294
|
101
|
1294
1295
|
102
|
1295
|
-
103
|
1296
|
-
104</pre>
|
1296
|
+
103</pre>
|
1297
1297
|
</td>
|
1298
1298
|
<td>
|
1299
|
-
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/chart.rb', line
|
1299
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/chart.rb', line 100</span>
|
1300
1300
|
|
1301
1301
|
<span class='def def kw'>def</span> <span class='add_series identifier id'>add_series</span><span class='lparen token'>(</span><span class='options identifier id'>options</span><span class='assign token'>=</span><span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='rparen token'>)</span>
|
1302
1302
|
<span class='@series_type ivar id'>@series_type</span><span class='dot token'>.</span><span class='new identifier id'>new</span><span class='lparen token'>(</span><span class='self self kw'>self</span><span class='comma token'>,</span> <span class='options identifier id'>options</span><span class='rparen token'>)</span>
|
@@ -1385,13 +1385,13 @@ The row
|
|
1385
1385
|
<pre class="lines">
|
1386
1386
|
|
1387
1387
|
|
1388
|
+
148
|
1388
1389
|
149
|
1389
1390
|
150
|
1390
|
-
151
|
1391
|
-
152</pre>
|
1391
|
+
151</pre>
|
1392
1392
|
</td>
|
1393
1393
|
<td>
|
1394
|
-
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/chart.rb', line
|
1394
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/chart.rb', line 148</span>
|
1395
1395
|
|
1396
1396
|
<span class='def def kw'>def</span> <span class='end_at identifier id'>end_at</span><span class='lparen token'>(</span><span class='x identifier id'>x</span><span class='comma token'>,</span> <span class='y identifier id'>y</span><span class='rparen token'>)</span>
|
1397
1397
|
<span class='@graphic_frame ivar id'>@graphic_frame</span><span class='dot token'>.</span><span class='anchor identifier id'>anchor</span><span class='dot token'>.</span><span class='to identifier id'>to</span><span class='dot token'>.</span><span class='col identifier id'>col</span> <span class='assign token'>=</span> <span class='x identifier id'>x</span>
|
@@ -1438,12 +1438,12 @@ markers
|
|
1438
1438
|
<pre class="lines">
|
1439
1439
|
|
1440
1440
|
|
1441
|
+
93
|
1441
1442
|
94
|
1442
|
-
95
|
1443
|
-
96</pre>
|
1443
|
+
95</pre>
|
1444
1444
|
</td>
|
1445
1445
|
<td>
|
1446
|
-
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/chart.rb', line
|
1446
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/chart.rb', line 93</span>
|
1447
1447
|
|
1448
1448
|
<span class='def def kw'>def</span> <span class='from identifier id'>from</span>
|
1449
1449
|
<span class='@graphic_frame ivar id'>@graphic_frame</span><span class='dot token'>.</span><span class='anchor identifier id'>anchor</span><span class='dot token'>.</span><span class='from identifier id'>from</span>
|
@@ -1532,13 +1532,13 @@ The row
|
|
1532
1532
|
<pre class="lines">
|
1533
1533
|
|
1534
1534
|
|
1535
|
+
137
|
1535
1536
|
138
|
1536
1537
|
139
|
1537
|
-
140
|
1538
|
-
141</pre>
|
1538
|
+
140</pre>
|
1539
1539
|
</td>
|
1540
1540
|
<td>
|
1541
|
-
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/chart.rb', line
|
1541
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/chart.rb', line 137</span>
|
1542
1542
|
|
1543
1543
|
<span class='def def kw'>def</span> <span class='start_at identifier id'>start_at</span><span class='lparen token'>(</span><span class='x identifier id'>x</span><span class='comma token'>,</span> <span class='y identifier id'>y</span><span class='rparen token'>)</span>
|
1544
1544
|
<span class='@graphic_frame ivar id'>@graphic_frame</span><span class='dot token'>.</span><span class='anchor identifier id'>anchor</span><span class='dot token'>.</span><span class='from identifier id'>from</span><span class='dot token'>.</span><span class='col identifier id'>col</span> <span class='assign token'>=</span> <span class='x identifier id'>x</span>
|
@@ -1626,6 +1626,7 @@ Chart Serialization serializes the chart
|
|
1626
1626
|
<pre class="lines">
|
1627
1627
|
|
1628
1628
|
|
1629
|
+
107
|
1629
1630
|
108
|
1630
1631
|
109
|
1631
1632
|
110
|
@@ -1647,11 +1648,10 @@ Chart Serialization serializes the chart
|
|
1647
1648
|
126
|
1648
1649
|
127
|
1649
1650
|
128
|
1650
|
-
129
|
1651
|
-
130</pre>
|
1651
|
+
129</pre>
|
1652
1652
|
</td>
|
1653
1653
|
<td>
|
1654
|
-
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/chart.rb', line
|
1654
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx/drawing/chart.rb', line 107</span>
|
1655
1655
|
|
1656
1656
|
<span class='def def kw'>def</span> <span class='to_xml identifier id'>to_xml</span>
|
1657
1657
|
<span class='builder identifier id'>builder</span> <span class='assign token'>=</span> <span class='Nokogiri constant id'>Nokogiri</span><span class='colon2 op'>::</span><span class='XML constant id'>XML</span><span class='colon2 op'>::</span><span class='Builder constant id'>Builder</span><span class='dot token'>.</span><span class='new identifier id'>new</span><span class='lparen token'>(</span><span class='symbol val'>:encoding</span> <span class='assign token'>=</span><span class='gt op'>></span> <span class='ENCODING constant id'>ENCODING</span><span class='rparen token'>)</span> <span class='do do kw'>do</span> <span class='bitor op'>|</span><span class='xml identifier id'>xml</span><span class='bitor op'>|</span>
|
@@ -1687,7 +1687,7 @@ Chart Serialization serializes the chart
|
|
1687
1687
|
</div>
|
1688
1688
|
|
1689
1689
|
<div id="footer">
|
1690
|
-
Generated on Wed Nov 23
|
1690
|
+
Generated on Wed Nov 23 21:48:07 2011 by
|
1691
1691
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1692
1692
|
0.7.3 (ruby-1.8.7).
|
1693
1693
|
</div>
|