axlsx 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +14 -0
- data/README.md +22 -21
- data/Rakefile +1 -1
- data/axlsx.gemspec +36 -0
- data/doc/Axlsx.html +373 -559
- data/doc/Axlsx/App.html +257 -360
- data/doc/Axlsx/Axis.html +113 -144
- data/doc/Axlsx/Bar3DChart.html +122 -152
- data/doc/Axlsx/BarSeries.html +67 -81
- data/doc/Axlsx/Border.html +96 -119
- data/doc/Axlsx/BorderPr.html +89 -114
- data/doc/Axlsx/CatAxis.html +79 -104
- data/doc/Axlsx/CatAxisData.html +40 -54
- data/doc/Axlsx/Cell.html +193 -679
- data/doc/Axlsx/CellAlignment.html +116 -157
- data/doc/Axlsx/CellProtection.html +50 -68
- data/doc/Axlsx/CellStyle.html +78 -106
- data/doc/Axlsx/Chart.html +361 -432
- data/doc/Axlsx/Color.html +56 -78
- data/doc/Axlsx/ContentType.html +28 -41
- data/doc/Axlsx/Core.html +43 -55
- data/doc/Axlsx/DataTypeValidator.html +34 -43
- data/doc/Axlsx/Default.html +55 -81
- data/doc/Axlsx/Drawing.html +322 -412
- data/doc/Axlsx/Fill.html +34 -47
- data/doc/Axlsx/Font.html +157 -207
- data/doc/Axlsx/GradientFill.html +90 -122
- data/doc/Axlsx/GradientStop.html +36 -50
- data/doc/Axlsx/GraphicFrame.html +106 -130
- data/doc/Axlsx/Line3DChart.html +108 -134
- data/doc/Axlsx/LineSeries.html +58 -67
- data/doc/Axlsx/Marker.html +84 -111
- data/doc/Axlsx/NumFmt.html +83 -102
- data/doc/Axlsx/OneCellAnchor.html +158 -196
- data/doc/Axlsx/Override.html +60 -92
- data/doc/Axlsx/Package.html +190 -759
- data/doc/Axlsx/PatternFill.html +78 -99
- data/doc/Axlsx/Pic.html +451 -405
- data/doc/Axlsx/Pie3DChart.html +33 -42
- data/doc/Axlsx/PieSeries.html +68 -80
- data/doc/Axlsx/RegexValidator.html +15 -20
- data/doc/Axlsx/Relationship.html +49 -66
- data/doc/Axlsx/Relationships.html +28 -41
- data/doc/Axlsx/RestrictionValidator.html +23 -32
- data/doc/Axlsx/Row.html +132 -161
- data/doc/Axlsx/Scaling.html +71 -90
- data/doc/Axlsx/SerAxis.html +61 -79
- data/doc/Axlsx/Series.html +125 -201
- data/doc/Axlsx/SeriesTitle.html +26 -31
- data/doc/Axlsx/Styles.html +286 -355
- data/doc/Axlsx/TableStyle.html +62 -87
- data/doc/Axlsx/TableStyleElement.html +84 -104
- data/doc/Axlsx/TableStyles.html +59 -82
- data/doc/Axlsx/Title.html +58 -155
- data/doc/Axlsx/TwoCellAnchor.html +165 -204
- data/doc/Axlsx/ValAxis.html +39 -53
- data/doc/Axlsx/ValAxisData.html +29 -39
- data/doc/Axlsx/View3D.html +93 -122
- data/doc/Axlsx/Workbook.html +359 -362
- data/doc/Axlsx/Worksheet.html +471 -816
- data/doc/Axlsx/Xf.html +341 -296
- data/doc/_index.html +7 -11
- data/doc/class_list.html +1 -1
- data/doc/file.LICENSE.html +86 -0
- data/doc/file.README.html +105 -107
- data/doc/file_list.html +3 -0
- data/doc/frames.html +1 -1
- data/doc/index.html +105 -107
- data/doc/method_list.html +426 -602
- data/doc/top-level-namespace.html +3 -3
- data/examples/example.rb +20 -1
- data/lib/axlsx.rb +20 -15
- data/lib/axlsx/content_type/default.rb +8 -3
- data/lib/axlsx/content_type/override.rb +11 -4
- data/lib/axlsx/doc_props/app.rb +53 -23
- data/lib/axlsx/drawing/axis.rb +16 -5
- data/lib/axlsx/drawing/bar_3D_chart.rb +15 -7
- data/lib/axlsx/drawing/bar_series.rb +7 -5
- data/lib/axlsx/drawing/cat_axis.rb +10 -3
- data/lib/axlsx/drawing/chart.rb +21 -15
- data/lib/axlsx/drawing/drawing.rb +16 -30
- data/lib/axlsx/drawing/graphic_frame.rb +2 -4
- data/lib/axlsx/drawing/line_3D_chart.rb +5 -2
- data/lib/axlsx/drawing/line_series.rb +6 -5
- data/lib/axlsx/drawing/marker.rb +9 -5
- data/lib/axlsx/drawing/one_cell_anchor.rb +7 -7
- data/lib/axlsx/drawing/pic.rb +29 -37
- data/lib/axlsx/drawing/pie_series.rb +7 -5
- data/lib/axlsx/drawing/scaling.rb +11 -5
- data/lib/axlsx/drawing/ser_axis.rb +6 -2
- data/lib/axlsx/drawing/series.rb +11 -11
- data/lib/axlsx/drawing/series_title.rb +1 -1
- data/lib/axlsx/drawing/title.rb +5 -12
- data/lib/axlsx/drawing/two_cell_anchor.rb +2 -3
- data/lib/axlsx/drawing/val_axis.rb +2 -2
- data/lib/axlsx/drawing/view_3D.rb +16 -9
- data/lib/axlsx/package.rb +25 -27
- data/lib/axlsx/rels/relationship.rb +4 -2
- data/lib/axlsx/stylesheet/border.rb +9 -4
- data/lib/axlsx/stylesheet/border_pr.rb +7 -4
- data/lib/axlsx/stylesheet/cell_alignment.rb +18 -9
- data/lib/axlsx/stylesheet/cell_protection.rb +5 -2
- data/lib/axlsx/stylesheet/cell_style.rb +12 -7
- data/lib/axlsx/stylesheet/color.rb +8 -6
- data/lib/axlsx/stylesheet/fill.rb +2 -1
- data/lib/axlsx/stylesheet/font.rb +24 -13
- data/lib/axlsx/stylesheet/gradient_fill.rb +16 -10
- data/lib/axlsx/stylesheet/gradient_stop.rb +5 -3
- data/lib/axlsx/stylesheet/num_fmt.rb +4 -2
- data/lib/axlsx/stylesheet/pattern_fill.rb +6 -4
- data/lib/axlsx/stylesheet/styles.rb +12 -12
- data/lib/axlsx/stylesheet/table_style.rb +6 -3
- data/lib/axlsx/stylesheet/table_style_element.rb +9 -4
- data/lib/axlsx/stylesheet/table_styles.rb +4 -4
- data/lib/axlsx/stylesheet/xf.rb +52 -31
- data/lib/axlsx/util/validators.rb +3 -3
- data/lib/axlsx/version.rb +1 -1
- data/lib/axlsx/workbook/workbook.rb +8 -9
- data/lib/axlsx/workbook/worksheet/cell.rb +25 -16
- data/lib/axlsx/workbook/worksheet/row.rb +2 -4
- data/lib/axlsx/workbook/worksheet/worksheet.rb +23 -32
- data/test/drawing/tc_one_cell_anchor.rb +1 -1
- metadata +135 -165
- data/doc/Axlsx/SimpleTypedList.html +0 -1686
- data/lib/schema/dc.xsd~ +0 -118
- data/lib/schema/dcterms.xsd~ +0 -331
- data/lib/schema/opc-coreProperties.xsd~ +0 -50
- data/test/drawing/tc_line_series.tc~ +0 -34
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,20 @@
|
|
1
1
|
CHANGELOG
|
2
2
|
---------
|
3
3
|
|
4
|
+
- **October.23.11**: 1.0.8 release
|
5
|
+
- Added support for images (jpg, gif, png) in worksheets.
|
6
|
+
|
7
|
+
- **October.23.11**: 1.0.7 released
|
8
|
+
- 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
|
9
|
+
- Updated serialization write test to verify write permissions and warn if it cannot run the test due to permission restrcitions.
|
10
|
+
- updated rake to include build, genoc and deploy tasks.
|
11
|
+
- rebuilt documentation.
|
12
|
+
- moved version constant to its own file
|
13
|
+
- fixed bug in SerAxis that was requiring tickLblSkip and tickMarkSkip to be boolean. Should be unsigned int.
|
14
|
+
- Review and improve docs
|
15
|
+
- rebuild of anchor positioning to remove some spagetti code. Chart now supports a start_at and end_at method that accept an arrar for col/row positioning. See example6 for an example. You can still pass :start_at and :end_at options to worksheet.add_chart.
|
16
|
+
- Refactored cat and val axis data to keep series serialization a bit more DRY
|
17
|
+
|
4
18
|
##October.22.11: 1.0.6 release
|
5
19
|
- Bumping version to include docs. Bug in gemspec pointing to incorrect directory.
|
6
20
|
|
data/README.md
CHANGED
@@ -6,15 +6,20 @@ 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.
|
10
|
-
**Ruby Version**: 1.8.7
|
11
|
-
**Release Date**: November
|
9
|
+
**Latest Version**: 1.0.9
|
10
|
+
**Ruby Version**: 1.8.7 - 1.9.3
|
11
|
+
**Release Date**: November 26th 2011
|
12
12
|
|
13
13
|
Synopsis
|
14
14
|
--------
|
15
15
|
|
16
16
|
Axlsx is an Office Open XML Spreadsheet generator for the Ruby programming language.
|
17
|
-
|
17
|
+
With Axlsx you can create worksheets with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.
|
18
|
+
|
19
|
+
Help Wanted
|
20
|
+
-----------
|
21
|
+
|
22
|
+
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 c skills to write an extenstion that can determine the width of a single character rendered with a specific font at a specific font size please give me a shout.
|
18
23
|
|
19
24
|
Feature List
|
20
25
|
------------
|
@@ -147,6 +152,16 @@ Adding an Image
|
|
147
152
|
end
|
148
153
|
p.serialize("example7.xlsx")
|
149
154
|
|
155
|
+
Asian Language Support
|
156
|
+
|
157
|
+
p = Axlsx::Package.new
|
158
|
+
p.workbook.add_worksheet do |sheet|
|
159
|
+
sheet.add_row ["日本語"]
|
160
|
+
sheet.add_row ["华语/華語"]
|
161
|
+
sheet.add_row ["한국어/조선말"]
|
162
|
+
end
|
163
|
+
p.serialize("example8.xlsx")
|
164
|
+
|
150
165
|
###Documentation
|
151
166
|
|
152
167
|
This gem is 100% documented with YARD, an exceptional documentation library. To see documentation for this, and all the gems installed on your system use:
|
@@ -161,26 +176,12 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
|
|
161
176
|
|
162
177
|
Changelog
|
163
178
|
---------
|
164
|
-
- **October.
|
165
|
-
-
|
166
|
-
|
167
|
-
- **October.23.11**: 1.0.7 released
|
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
|
169
|
-
- Updated serialization write test to verify write permissions and warn if it cannot run the test due to permission restrcitions.
|
170
|
-
- updated rake to include build, genoc and deploy tasks.
|
171
|
-
- rebuilt documentation.
|
172
|
-
- moved version constant to its own file
|
173
|
-
- fixed bug in SerAxis that was requiring tickLblSkip and tickMarkSkip to be boolean. Should be unsigned int.
|
174
|
-
- Review and improve docs
|
175
|
-
- rebuild of anchor positioning to remove some spagetti code. Chart now supports a start_at and end_at method that accept an arrar for col/row positioning. See example6 for an example. You can still pass :start_at and :end_at options to worksheet.add_chart.
|
176
|
-
- Refactored cat and val axis data to keep series serialization a bit more DRY
|
179
|
+
- **October.26.11**: 1.0.9 release
|
180
|
+
- Updated to support ruby 1.9.3
|
181
|
+
- Updated to eliminate all warnings originating in this gem
|
177
182
|
|
178
183
|
Please see the {file:CHANGELOG.md} document for past release information.
|
179
184
|
|
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.
|
184
185
|
|
185
186
|
Copyright
|
186
187
|
---------
|
data/Rakefile
CHANGED
data/axlsx.gemspec
ADDED
@@ -0,0 +1,36 @@
|
|
1
|
+
require 'rake'
|
2
|
+
require File.expand_path(File.dirname(__FILE__) + '/lib/axlsx/version.rb')
|
3
|
+
Gem::Specification.new do |s|
|
4
|
+
s.name = 'axlsx'
|
5
|
+
s.version = Axlsx::VERSION
|
6
|
+
s.author = "Randy Morgan"
|
7
|
+
s.email = 'digital.ipseity@gmail.com'
|
8
|
+
s.homepage = 'https://github.com/randym/axlsx'
|
9
|
+
s.platform = Gem::Platform::RUBY
|
10
|
+
s.date = Time.now.strftime('%Y-%m-%d')
|
11
|
+
s.summary = "OOXML (xlsx) with charts, styles, images and autowidth columns."
|
12
|
+
s.has_rdoc = 'axlsx'
|
13
|
+
s.description = <<-eof
|
14
|
+
xlsx generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.
|
15
|
+
eof
|
16
|
+
# s.files = Dir.glob("{doc,lib,test,schema,examples}/**/*") + %w{ LICENSE README.md Rakefile CHANGELOG.md }
|
17
|
+
|
18
|
+
s.files = FileList.new('*', 'lib/**/*', 'doc/**/*', 'test/**/*', 'schema/**/*', 'examples/**/*') do |fl|
|
19
|
+
fl.exclude("*.*~")
|
20
|
+
fl.exclude(".DS_Store")
|
21
|
+
fl.exclude(".gitignore")
|
22
|
+
fl.exclude(".yardops")
|
23
|
+
fl.exclude(".yardops_guide")
|
24
|
+
fl.exclude(".git")
|
25
|
+
fl.exclude(".*")
|
26
|
+
fl.exclude("todo")
|
27
|
+
fl.exclude("*.gem")
|
28
|
+
fl.exclude("*.xlsx")
|
29
|
+
end
|
30
|
+
s.add_runtime_dependency 'nokogiri', '~> 1.4'
|
31
|
+
s.add_runtime_dependency 'active_support', '~> 3'
|
32
|
+
s.add_runtime_dependency 'rmagick', '~> 2'
|
33
|
+
s.add_runtime_dependency 'zip', '~> 2'
|
34
|
+
s.require_path = 'lib'
|
35
|
+
s.required_ruby_version = '>= 1.8.7'
|
36
|
+
end
|
data/doc/Axlsx.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Axlsx
|
8
8
|
|
9
|
-
—
|
9
|
+
— AXLSX
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -72,8 +72,8 @@
|
|
72
72
|
|
73
73
|
|
74
74
|
<dt class="r1 last">Defined in:</dt>
|
75
|
-
<dd class="r1 last">lib/axlsx
|
76
|
-
lib/axlsx.rb,<br /> lib/axlsx/
|
75
|
+
<dd class="r1 last">lib/axlsx.rb<span class="defines">,<br />
|
76
|
+
lib/axlsx/version.rb,<br /> lib/axlsx/package.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>
|
@@ -81,10 +81,14 @@
|
|
81
81
|
|
82
82
|
<h2>Overview</h2><div class="docstring">
|
83
83
|
<div class="discussion">
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
84
|
+
|
85
|
+
<p>xlsx generation with charts, images, automated column width, customizable
|
86
|
+
styles and full schema validation. Axlsx excels at helping you generate
|
87
|
+
beautiful Office Open XML Spreadsheet documents without having to
|
88
|
+
understand the entire ECMA specification. Check out the README for some
|
89
|
+
examples of how easy it is. Best of all, you can validate your xlsx file
|
90
|
+
before serialization so you know for sure that anything generated is going
|
91
|
+
to load on your client's machine.</p>
|
88
92
|
|
89
93
|
|
90
94
|
</div>
|
@@ -98,7 +102,7 @@ cell styles, automatically resized column widths and 3D pie charts.
|
|
98
102
|
|
99
103
|
|
100
104
|
|
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/
|
105
|
+
<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/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
106
|
|
103
107
|
|
104
108
|
</p>
|
@@ -110,9 +114,8 @@ cell styles, automatically resized column widths and 3D pie charts.
|
|
110
114
|
<dt id="VERSION-constant" class="">VERSION =
|
111
115
|
<div class="docstring">
|
112
116
|
<div class="discussion">
|
113
|
-
|
114
|
-
version
|
115
|
-
</p>
|
117
|
+
|
118
|
+
<p>version</p>
|
116
119
|
|
117
120
|
|
118
121
|
</div>
|
@@ -122,15 +125,13 @@ version
|
|
122
125
|
|
123
126
|
</div>
|
124
127
|
</dt>
|
125
|
-
<dd><pre class="code"><span class='
|
126
|
-
</pre></dd>
|
128
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.0.9</span><span class='tstring_end'>"</span></span></pre></dd>
|
127
129
|
|
128
130
|
<dt id="ENCODING-constant" class="">ENCODING =
|
129
131
|
<div class="docstring">
|
130
132
|
<div class="discussion">
|
131
|
-
|
132
|
-
XML Encoding
|
133
|
-
</p>
|
133
|
+
|
134
|
+
<p>XML Encoding</p>
|
134
135
|
|
135
136
|
|
136
137
|
</div>
|
@@ -140,15 +141,13 @@ XML Encoding
|
|
140
141
|
|
141
142
|
</div>
|
142
143
|
</dt>
|
143
|
-
<dd><pre class="code"><span class='
|
144
|
-
</pre></dd>
|
144
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>UTF-8</span><span class='tstring_end'>"</span></span></pre></dd>
|
145
145
|
|
146
146
|
<dt id="XML_NS-constant" class="">XML_NS =
|
147
147
|
<div class="docstring">
|
148
148
|
<div class="discussion">
|
149
|
-
|
150
|
-
spreadsheetML namespace
|
151
|
-
</p>
|
149
|
+
|
150
|
+
<p>spreadsheetML namespace</p>
|
152
151
|
|
153
152
|
|
154
153
|
</div>
|
@@ -158,15 +157,13 @@ spreadsheetML namespace
|
|
158
157
|
|
159
158
|
</div>
|
160
159
|
</dt>
|
161
|
-
<dd><pre class="code"><span class='
|
162
|
-
</pre></dd>
|
160
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/spreadsheetml/2006/main</span><span class='tstring_end'>"</span></span></pre></dd>
|
163
161
|
|
164
162
|
<dt id="XML_NS_T-constant" class="">XML_NS_T =
|
165
163
|
<div class="docstring">
|
166
164
|
<div class="discussion">
|
167
|
-
|
168
|
-
content-types namespace
|
169
|
-
</p>
|
165
|
+
|
166
|
+
<p>content-types namespace</p>
|
170
167
|
|
171
168
|
|
172
169
|
</div>
|
@@ -176,15 +173,13 @@ content-types namespace
|
|
176
173
|
|
177
174
|
</div>
|
178
175
|
</dt>
|
179
|
-
<dd><pre class="code"><span class='
|
180
|
-
</pre></dd>
|
176
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/package/2006/content-types</span><span class='tstring_end'>"</span></span></pre></dd>
|
181
177
|
|
182
178
|
<dt id="APP_NS-constant" class="">APP_NS =
|
183
179
|
<div class="docstring">
|
184
180
|
<div class="discussion">
|
185
|
-
|
186
|
-
extended-properties namespace
|
187
|
-
</p>
|
181
|
+
|
182
|
+
<p>extended-properties namespace</p>
|
188
183
|
|
189
184
|
|
190
185
|
</div>
|
@@ -194,15 +189,13 @@ extended-properties namespace
|
|
194
189
|
|
195
190
|
</div>
|
196
191
|
</dt>
|
197
|
-
<dd><pre class="code"><span class='
|
198
|
-
</pre></dd>
|
192
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/extended-properties</span><span class='tstring_end'>"</span></span></pre></dd>
|
199
193
|
|
200
194
|
<dt id="APP_NS_VT-constant" class="">APP_NS_VT =
|
201
195
|
<div class="docstring">
|
202
196
|
<div class="discussion">
|
203
|
-
|
204
|
-
doc props namespace
|
205
|
-
</p>
|
197
|
+
|
198
|
+
<p>doc props namespace</p>
|
206
199
|
|
207
200
|
|
208
201
|
</div>
|
@@ -212,15 +205,13 @@ doc props namespace
|
|
212
205
|
|
213
206
|
</div>
|
214
207
|
</dt>
|
215
|
-
<dd><pre class="code"><span class='
|
216
|
-
</pre></dd>
|
208
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes</span><span class='tstring_end'>"</span></span></pre></dd>
|
217
209
|
|
218
210
|
<dt id="CORE_NS-constant" class="">CORE_NS =
|
219
211
|
<div class="docstring">
|
220
212
|
<div class="discussion">
|
221
|
-
|
222
|
-
core properties namespace
|
223
|
-
</p>
|
213
|
+
|
214
|
+
<p>core properties namespace</p>
|
224
215
|
|
225
216
|
|
226
217
|
</div>
|
@@ -230,15 +221,13 @@ core properties namespace
|
|
230
221
|
|
231
222
|
</div>
|
232
223
|
</dt>
|
233
|
-
<dd><pre class="code"><span class='
|
234
|
-
</pre></dd>
|
224
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/package/2006/metadata/core-properties</span><span class='tstring_end'>"</span></span></pre></dd>
|
235
225
|
|
236
226
|
<dt id="CORE_NS_DC-constant" class="">CORE_NS_DC =
|
237
227
|
<div class="docstring">
|
238
228
|
<div class="discussion">
|
239
|
-
|
240
|
-
dc elements (core) namespace
|
241
|
-
</p>
|
229
|
+
|
230
|
+
<p>dc elements (core) namespace</p>
|
242
231
|
|
243
232
|
|
244
233
|
</div>
|
@@ -248,15 +237,13 @@ dc elements (core) namespace
|
|
248
237
|
|
249
238
|
</div>
|
250
239
|
</dt>
|
251
|
-
<dd><pre class="code"><span class='
|
252
|
-
</pre></dd>
|
240
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://purl.org/dc/elements/1.1/</span><span class='tstring_end'>"</span></span></pre></dd>
|
253
241
|
|
254
242
|
<dt id="CORE_NS_DCMIT-constant" class="">CORE_NS_DCMIT =
|
255
243
|
<div class="docstring">
|
256
244
|
<div class="discussion">
|
257
|
-
|
258
|
-
dcmit (core) namespcace
|
259
|
-
</p>
|
245
|
+
|
246
|
+
<p>dcmit (core) namespcace</p>
|
260
247
|
|
261
248
|
|
262
249
|
</div>
|
@@ -266,15 +253,13 @@ dcmit (core) namespcace
|
|
266
253
|
|
267
254
|
</div>
|
268
255
|
</dt>
|
269
|
-
<dd><pre class="code"><span class='
|
270
|
-
</pre></dd>
|
256
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://purl.org/dc/dcmitype/</span><span class='tstring_end'>"</span></span></pre></dd>
|
271
257
|
|
272
258
|
<dt id="CORE_NS_DCT-constant" class="">CORE_NS_DCT =
|
273
259
|
<div class="docstring">
|
274
260
|
<div class="discussion">
|
275
|
-
|
276
|
-
dc terms namespace
|
277
|
-
</p>
|
261
|
+
|
262
|
+
<p>dc terms namespace</p>
|
278
263
|
|
279
264
|
|
280
265
|
</div>
|
@@ -284,15 +269,13 @@ dc terms namespace
|
|
284
269
|
|
285
270
|
</div>
|
286
271
|
</dt>
|
287
|
-
<dd><pre class="code"><span class='
|
288
|
-
</pre></dd>
|
272
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://purl.org/dc/terms/</span><span class='tstring_end'>"</span></span></pre></dd>
|
289
273
|
|
290
274
|
<dt id="CORE_NS_XSI-constant" class="">CORE_NS_XSI =
|
291
275
|
<div class="docstring">
|
292
276
|
<div class="discussion">
|
293
|
-
|
294
|
-
xml schema namespace
|
295
|
-
</p>
|
277
|
+
|
278
|
+
<p>xml schema namespace</p>
|
296
279
|
|
297
280
|
|
298
281
|
</div>
|
@@ -302,15 +285,13 @@ xml schema namespace
|
|
302
285
|
|
303
286
|
</div>
|
304
287
|
</dt>
|
305
|
-
<dd><pre class="code"><span class='
|
306
|
-
</pre></dd>
|
288
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://www.w3.org/2001/XMLSchema-instance</span><span class='tstring_end'>"</span></span></pre></dd>
|
307
289
|
|
308
290
|
<dt id="XML_NS_XDR-constant" class="">XML_NS_XDR =
|
309
291
|
<div class="docstring">
|
310
292
|
<div class="discussion">
|
311
|
-
|
312
|
-
spreadsheet drawing namespace
|
313
|
-
</p>
|
293
|
+
|
294
|
+
<p>spreadsheet drawing namespace</p>
|
314
295
|
|
315
296
|
|
316
297
|
</div>
|
@@ -320,15 +301,13 @@ spreadsheet drawing namespace
|
|
320
301
|
|
321
302
|
</div>
|
322
303
|
</dt>
|
323
|
-
<dd><pre class="code"><span class='
|
324
|
-
</pre></dd>
|
304
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing</span><span class='tstring_end'>"</span></span></pre></dd>
|
325
305
|
|
326
306
|
<dt id="XML_NS_A-constant" class="">XML_NS_A =
|
327
307
|
<div class="docstring">
|
328
308
|
<div class="discussion">
|
329
|
-
|
330
|
-
drawing namespace
|
331
|
-
</p>
|
309
|
+
|
310
|
+
<p>drawing namespace</p>
|
332
311
|
|
333
312
|
|
334
313
|
</div>
|
@@ -338,15 +317,13 @@ drawing namespace
|
|
338
317
|
|
339
318
|
</div>
|
340
319
|
</dt>
|
341
|
-
<dd><pre class="code"><span class='
|
342
|
-
</pre></dd>
|
320
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/drawingml/2006/main</span><span class='tstring_end'>"</span></span></pre></dd>
|
343
321
|
|
344
322
|
<dt id="XML_NS_C-constant" class="">XML_NS_C =
|
345
323
|
<div class="docstring">
|
346
324
|
<div class="discussion">
|
347
|
-
|
348
|
-
chart namespace
|
349
|
-
</p>
|
325
|
+
|
326
|
+
<p>chart namespace</p>
|
350
327
|
|
351
328
|
|
352
329
|
</div>
|
@@ -356,15 +333,13 @@ chart namespace
|
|
356
333
|
|
357
334
|
</div>
|
358
335
|
</dt>
|
359
|
-
<dd><pre class="code"><span class='
|
360
|
-
</pre></dd>
|
336
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/drawingml/2006/chart</span><span class='tstring_end'>"</span></span></pre></dd>
|
361
337
|
|
362
338
|
<dt id="XML_NS_R-constant" class="">XML_NS_R =
|
363
339
|
<div class="docstring">
|
364
340
|
<div class="discussion">
|
365
|
-
|
366
|
-
relationships namespace
|
367
|
-
</p>
|
341
|
+
|
342
|
+
<p>relationships namespace</p>
|
368
343
|
|
369
344
|
|
370
345
|
</div>
|
@@ -374,15 +349,13 @@ relationships namespace
|
|
374
349
|
|
375
350
|
</div>
|
376
351
|
</dt>
|
377
|
-
<dd><pre class="code"><span class='
|
378
|
-
</pre></dd>
|
352
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/relationships</span><span class='tstring_end'>"</span></span></pre></dd>
|
379
353
|
|
380
354
|
<dt id="RELS_R-constant" class="">RELS_R =
|
381
355
|
<div class="docstring">
|
382
356
|
<div class="discussion">
|
383
|
-
|
384
|
-
relationships name space
|
385
|
-
</p>
|
357
|
+
|
358
|
+
<p>relationships name space</p>
|
386
359
|
|
387
360
|
|
388
361
|
</div>
|
@@ -392,15 +365,13 @@ relationships name space
|
|
392
365
|
|
393
366
|
</div>
|
394
367
|
</dt>
|
395
|
-
<dd><pre class="code"><span class='
|
396
|
-
</pre></dd>
|
368
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/package/2006/relationships</span><span class='tstring_end'>"</span></span></pre></dd>
|
397
369
|
|
398
370
|
<dt id="TABLE_R-constant" class="">TABLE_R =
|
399
371
|
<div class="docstring">
|
400
372
|
<div class="discussion">
|
401
|
-
|
402
|
-
table rels namespace
|
403
|
-
</p>
|
373
|
+
|
374
|
+
<p>table rels namespace</p>
|
404
375
|
|
405
376
|
|
406
377
|
</div>
|
@@ -410,15 +381,13 @@ table rels namespace
|
|
410
381
|
|
411
382
|
</div>
|
412
383
|
</dt>
|
413
|
-
<dd><pre class="code"><span class='
|
414
|
-
</pre></dd>
|
384
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/relationships/table</span><span class='tstring_end'>"</span></span></pre></dd>
|
415
385
|
|
416
386
|
<dt id="WORKBOOK_R-constant" class="">WORKBOOK_R =
|
417
387
|
<div class="docstring">
|
418
388
|
<div class="discussion">
|
419
|
-
|
420
|
-
workbook rels namespace
|
421
|
-
</p>
|
389
|
+
|
390
|
+
<p>workbook rels namespace</p>
|
422
391
|
|
423
392
|
|
424
393
|
</div>
|
@@ -428,15 +397,13 @@ workbook rels namespace
|
|
428
397
|
|
429
398
|
</div>
|
430
399
|
</dt>
|
431
|
-
<dd><pre class="code"><span class='
|
432
|
-
</pre></dd>
|
400
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument</span><span class='tstring_end'>"</span></span></pre></dd>
|
433
401
|
|
434
402
|
<dt id="WORKSHEET_R-constant" class="">WORKSHEET_R =
|
435
403
|
<div class="docstring">
|
436
404
|
<div class="discussion">
|
437
|
-
|
438
|
-
worksheet rels namespace
|
439
|
-
</p>
|
405
|
+
|
406
|
+
<p>worksheet rels namespace</p>
|
440
407
|
|
441
408
|
|
442
409
|
</div>
|
@@ -446,15 +413,13 @@ worksheet rels namespace
|
|
446
413
|
|
447
414
|
</div>
|
448
415
|
</dt>
|
449
|
-
<dd><pre class="code"><span class='
|
450
|
-
</pre></dd>
|
416
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet</span><span class='tstring_end'>"</span></span></pre></dd>
|
451
417
|
|
452
418
|
<dt id="APP_R-constant" class="">APP_R =
|
453
419
|
<div class="docstring">
|
454
420
|
<div class="discussion">
|
455
|
-
|
456
|
-
app rels namespace
|
457
|
-
</p>
|
421
|
+
|
422
|
+
<p>app rels namespace</p>
|
458
423
|
|
459
424
|
|
460
425
|
</div>
|
@@ -464,15 +429,13 @@ app rels namespace
|
|
464
429
|
|
465
430
|
</div>
|
466
431
|
</dt>
|
467
|
-
<dd><pre class="code"><span class='
|
468
|
-
</pre></dd>
|
432
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties</span><span class='tstring_end'>"</span></span></pre></dd>
|
469
433
|
|
470
434
|
<dt id="CORE_R-constant" class="">CORE_R =
|
471
435
|
<div class="docstring">
|
472
436
|
<div class="discussion">
|
473
|
-
|
474
|
-
core rels namespace
|
475
|
-
</p>
|
437
|
+
|
438
|
+
<p>core rels namespace</p>
|
476
439
|
|
477
440
|
|
478
441
|
</div>
|
@@ -482,15 +445,13 @@ core rels namespace
|
|
482
445
|
|
483
446
|
</div>
|
484
447
|
</dt>
|
485
|
-
<dd><pre class="code"><span class='
|
486
|
-
</pre></dd>
|
448
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/relationships/metadata/core-properties</span><span class='tstring_end'>"</span></span></pre></dd>
|
487
449
|
|
488
450
|
<dt id="STYLES_R-constant" class="">STYLES_R =
|
489
451
|
<div class="docstring">
|
490
452
|
<div class="discussion">
|
491
|
-
|
492
|
-
styles rels namespace
|
493
|
-
</p>
|
453
|
+
|
454
|
+
<p>styles rels namespace</p>
|
494
455
|
|
495
456
|
|
496
457
|
</div>
|
@@ -500,15 +461,13 @@ styles rels namespace
|
|
500
461
|
|
501
462
|
</div>
|
502
463
|
</dt>
|
503
|
-
<dd><pre class="code"><span class='
|
504
|
-
</pre></dd>
|
464
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles</span><span class='tstring_end'>"</span></span></pre></dd>
|
505
465
|
|
506
466
|
<dt id="DRAWING_R-constant" class="">DRAWING_R =
|
507
467
|
<div class="docstring">
|
508
468
|
<div class="discussion">
|
509
|
-
|
510
|
-
drawing rels namespace
|
511
|
-
</p>
|
469
|
+
|
470
|
+
<p>drawing rels namespace</p>
|
512
471
|
|
513
472
|
|
514
473
|
</div>
|
@@ -518,15 +477,13 @@ drawing rels namespace
|
|
518
477
|
|
519
478
|
</div>
|
520
479
|
</dt>
|
521
|
-
<dd><pre class="code"><span class='
|
522
|
-
</pre></dd>
|
480
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing</span><span class='tstring_end'>"</span></span></pre></dd>
|
523
481
|
|
524
482
|
<dt id="CHART_R-constant" class="">CHART_R =
|
525
483
|
<div class="docstring">
|
526
484
|
<div class="discussion">
|
527
|
-
|
528
|
-
chart rels namespace
|
529
|
-
</p>
|
485
|
+
|
486
|
+
<p>chart rels namespace</p>
|
530
487
|
|
531
488
|
|
532
489
|
</div>
|
@@ -536,15 +493,13 @@ chart rels namespace
|
|
536
493
|
|
537
494
|
</div>
|
538
495
|
</dt>
|
539
|
-
<dd><pre class="code"><span class='
|
540
|
-
</pre></dd>
|
496
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart</span><span class='tstring_end'>"</span></span></pre></dd>
|
541
497
|
|
542
498
|
<dt id="IMAGE_R-constant" class="">IMAGE_R =
|
543
499
|
<div class="docstring">
|
544
500
|
<div class="discussion">
|
545
|
-
|
546
|
-
image rels namespace
|
547
|
-
</p>
|
501
|
+
|
502
|
+
<p>image rels namespace</p>
|
548
503
|
|
549
504
|
|
550
505
|
</div>
|
@@ -554,15 +509,13 @@ image rels namespace
|
|
554
509
|
|
555
510
|
</div>
|
556
511
|
</dt>
|
557
|
-
<dd><pre class="code"><span class='
|
558
|
-
</pre></dd>
|
512
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>http://schemas.openxmlformats.org/officeDocument/2006/relationships/image</span><span class='tstring_end'>"</span></span></pre></dd>
|
559
513
|
|
560
514
|
<dt id="TABLE_CT-constant" class="">TABLE_CT =
|
561
515
|
<div class="docstring">
|
562
516
|
<div class="discussion">
|
563
|
-
|
564
|
-
table content type
|
565
|
-
</p>
|
517
|
+
|
518
|
+
<p>table content type</p>
|
566
519
|
|
567
520
|
|
568
521
|
</div>
|
@@ -572,15 +525,13 @@ table content type
|
|
572
525
|
|
573
526
|
</div>
|
574
527
|
</dt>
|
575
|
-
<dd><pre class="code"><span class='
|
576
|
-
</pre></dd>
|
528
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
577
529
|
|
578
530
|
<dt id="WORKBOOK_CT-constant" class="">WORKBOOK_CT =
|
579
531
|
<div class="docstring">
|
580
532
|
<div class="discussion">
|
581
|
-
|
582
|
-
workbook content type
|
583
|
-
</p>
|
533
|
+
|
534
|
+
<p>workbook content type</p>
|
584
535
|
|
585
536
|
|
586
537
|
</div>
|
@@ -590,15 +541,13 @@ workbook content type
|
|
590
541
|
|
591
542
|
</div>
|
592
543
|
</dt>
|
593
|
-
<dd><pre class="code"><span class='
|
594
|
-
</pre></dd>
|
544
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
595
545
|
|
596
546
|
<dt id="APP_CT-constant" class="">APP_CT =
|
597
547
|
<div class="docstring">
|
598
548
|
<div class="discussion">
|
599
|
-
|
600
|
-
app content type
|
601
|
-
</p>
|
549
|
+
|
550
|
+
<p>app content type</p>
|
602
551
|
|
603
552
|
|
604
553
|
</div>
|
@@ -608,15 +557,13 @@ app content type
|
|
608
557
|
|
609
558
|
</div>
|
610
559
|
</dt>
|
611
|
-
<dd><pre class="code"><span class='
|
612
|
-
</pre></dd>
|
560
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>application/vnd.openxmlformats-officedocument.extended-properties+xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
613
561
|
|
614
562
|
<dt id="RELS_CT-constant" class="">RELS_CT =
|
615
563
|
<div class="docstring">
|
616
564
|
<div class="discussion">
|
617
|
-
|
618
|
-
rels content type
|
619
|
-
</p>
|
565
|
+
|
566
|
+
<p>rels content type</p>
|
620
567
|
|
621
568
|
|
622
569
|
</div>
|
@@ -626,15 +573,13 @@ rels content type
|
|
626
573
|
|
627
574
|
</div>
|
628
575
|
</dt>
|
629
|
-
<dd><pre class="code"><span class='
|
630
|
-
</pre></dd>
|
576
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>application/vnd.openxmlformats-package.relationships+xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
631
577
|
|
632
578
|
<dt id="STYLES_CT-constant" class="">STYLES_CT =
|
633
579
|
<div class="docstring">
|
634
580
|
<div class="discussion">
|
635
|
-
|
636
|
-
styles content type
|
637
|
-
</p>
|
581
|
+
|
582
|
+
<p>styles content type</p>
|
638
583
|
|
639
584
|
|
640
585
|
</div>
|
@@ -644,15 +589,13 @@ styles content type
|
|
644
589
|
|
645
590
|
</div>
|
646
591
|
</dt>
|
647
|
-
<dd><pre class="code"><span class='
|
648
|
-
</pre></dd>
|
592
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
649
593
|
|
650
594
|
<dt id="XML_CT-constant" class="">XML_CT =
|
651
595
|
<div class="docstring">
|
652
596
|
<div class="discussion">
|
653
|
-
|
654
|
-
xml content type
|
655
|
-
</p>
|
597
|
+
|
598
|
+
<p>xml content type</p>
|
656
599
|
|
657
600
|
|
658
601
|
</div>
|
@@ -662,15 +605,13 @@ xml content type
|
|
662
605
|
|
663
606
|
</div>
|
664
607
|
</dt>
|
665
|
-
<dd><pre class="code"><span class='
|
666
|
-
</pre></dd>
|
608
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>application/xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
667
609
|
|
668
610
|
<dt id="WORKSHEET_CT-constant" class="">WORKSHEET_CT =
|
669
611
|
<div class="docstring">
|
670
612
|
<div class="discussion">
|
671
|
-
|
672
|
-
worksheet content type
|
673
|
-
</p>
|
613
|
+
|
614
|
+
<p>worksheet content type</p>
|
674
615
|
|
675
616
|
|
676
617
|
</div>
|
@@ -680,15 +621,13 @@ worksheet content type
|
|
680
621
|
|
681
622
|
</div>
|
682
623
|
</dt>
|
683
|
-
<dd><pre class="code"><span class='
|
684
|
-
</pre></dd>
|
624
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
685
625
|
|
686
626
|
<dt id="SHARED_STRINGS_CT-constant" class="">SHARED_STRINGS_CT =
|
687
627
|
<div class="docstring">
|
688
628
|
<div class="discussion">
|
689
|
-
|
690
|
-
shared strings content type
|
691
|
-
</p>
|
629
|
+
|
630
|
+
<p>shared strings content type</p>
|
692
631
|
|
693
632
|
|
694
633
|
</div>
|
@@ -698,15 +637,13 @@ shared strings content type
|
|
698
637
|
|
699
638
|
</div>
|
700
639
|
</dt>
|
701
|
-
<dd><pre class="code"><span class='
|
702
|
-
</pre></dd>
|
640
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
703
641
|
|
704
642
|
<dt id="CORE_CT-constant" class="">CORE_CT =
|
705
643
|
<div class="docstring">
|
706
644
|
<div class="discussion">
|
707
|
-
|
708
|
-
core content type
|
709
|
-
</p>
|
645
|
+
|
646
|
+
<p>core content type</p>
|
710
647
|
|
711
648
|
|
712
649
|
</div>
|
@@ -716,15 +653,13 @@ core content type
|
|
716
653
|
|
717
654
|
</div>
|
718
655
|
</dt>
|
719
|
-
<dd><pre class="code"><span class='
|
720
|
-
</pre></dd>
|
656
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>application/vnd.openxmlformats-package.core-properties+xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
721
657
|
|
722
658
|
<dt id="CHART_CT-constant" class="">CHART_CT =
|
723
659
|
<div class="docstring">
|
724
660
|
<div class="discussion">
|
725
|
-
|
726
|
-
chart content type
|
727
|
-
</p>
|
661
|
+
|
662
|
+
<p>chart content type</p>
|
728
663
|
|
729
664
|
|
730
665
|
</div>
|
@@ -734,15 +669,13 @@ chart content type
|
|
734
669
|
|
735
670
|
</div>
|
736
671
|
</dt>
|
737
|
-
<dd><pre class="code"><span class='
|
738
|
-
</pre></dd>
|
672
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>application/vnd.openxmlformats-officedocument.drawingml.chart+xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
739
673
|
|
740
674
|
<dt id="JPEG_CT-constant" class="">JPEG_CT =
|
741
675
|
<div class="docstring">
|
742
676
|
<div class="discussion">
|
743
|
-
|
744
|
-
jpeg content type
|
745
|
-
</p>
|
677
|
+
|
678
|
+
<p>jpeg content type</p>
|
746
679
|
|
747
680
|
|
748
681
|
</div>
|
@@ -752,15 +685,13 @@ jpeg content type
|
|
752
685
|
|
753
686
|
</div>
|
754
687
|
</dt>
|
755
|
-
<dd><pre class="code"><span class='
|
756
|
-
</pre></dd>
|
688
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>image/jpeg</span><span class='tstring_end'>"</span></span></pre></dd>
|
757
689
|
|
758
690
|
<dt id="GIF_CT-constant" class="">GIF_CT =
|
759
691
|
<div class="docstring">
|
760
692
|
<div class="discussion">
|
761
|
-
|
762
|
-
gif content type
|
763
|
-
</p>
|
693
|
+
|
694
|
+
<p>gif content type</p>
|
764
695
|
|
765
696
|
|
766
697
|
</div>
|
@@ -770,15 +701,13 @@ gif content type
|
|
770
701
|
|
771
702
|
</div>
|
772
703
|
</dt>
|
773
|
-
<dd><pre class="code"><span class='
|
774
|
-
</pre></dd>
|
704
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>image/gif</span><span class='tstring_end'>"</span></span></pre></dd>
|
775
705
|
|
776
706
|
<dt id="PNG_CT-constant" class="">PNG_CT =
|
777
707
|
<div class="docstring">
|
778
708
|
<div class="discussion">
|
779
|
-
|
780
|
-
png content type
|
781
|
-
</p>
|
709
|
+
|
710
|
+
<p>png content type</p>
|
782
711
|
|
783
712
|
|
784
713
|
</div>
|
@@ -788,15 +717,13 @@ png content type
|
|
788
717
|
|
789
718
|
</div>
|
790
719
|
</dt>
|
791
|
-
<dd><pre class="code"><span class='
|
792
|
-
</pre></dd>
|
720
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>image/png</span><span class='tstring_end'>"</span></span></pre></dd>
|
793
721
|
|
794
722
|
<dt id="DRAWING_CT-constant" class="">DRAWING_CT =
|
795
723
|
<div class="docstring">
|
796
724
|
<div class="discussion">
|
797
|
-
|
798
|
-
drawing content type
|
799
|
-
</p>
|
725
|
+
|
726
|
+
<p>drawing content type</p>
|
800
727
|
|
801
728
|
|
802
729
|
</div>
|
@@ -806,15 +733,13 @@ drawing content type
|
|
806
733
|
|
807
734
|
</div>
|
808
735
|
</dt>
|
809
|
-
<dd><pre class="code"><span class='
|
810
|
-
</pre></dd>
|
736
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>application/vnd.openxmlformats-officedocument.drawing+xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
811
737
|
|
812
738
|
<dt id="XML_EX-constant" class="">XML_EX =
|
813
739
|
<div class="docstring">
|
814
740
|
<div class="discussion">
|
815
|
-
|
816
|
-
xml content type extensions
|
817
|
-
</p>
|
741
|
+
|
742
|
+
<p>xml content type extensions</p>
|
818
743
|
|
819
744
|
|
820
745
|
</div>
|
@@ -824,15 +749,13 @@ xml content type extensions
|
|
824
749
|
|
825
750
|
</div>
|
826
751
|
</dt>
|
827
|
-
<dd><pre class="code"><span class='
|
828
|
-
</pre></dd>
|
752
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
829
753
|
|
830
754
|
<dt id="JPEG_EX-constant" class="">JPEG_EX =
|
831
755
|
<div class="docstring">
|
832
756
|
<div class="discussion">
|
833
|
-
|
834
|
-
jpeg extension
|
835
|
-
</p>
|
757
|
+
|
758
|
+
<p>jpeg extension</p>
|
836
759
|
|
837
760
|
|
838
761
|
</div>
|
@@ -842,15 +765,13 @@ jpeg extension
|
|
842
765
|
|
843
766
|
</div>
|
844
767
|
</dt>
|
845
|
-
<dd><pre class="code"><span class='
|
846
|
-
</pre></dd>
|
768
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>jpeg</span><span class='tstring_end'>"</span></span></pre></dd>
|
847
769
|
|
848
770
|
<dt id="GIF_EX-constant" class="">GIF_EX =
|
849
771
|
<div class="docstring">
|
850
772
|
<div class="discussion">
|
851
|
-
|
852
|
-
gif extension
|
853
|
-
</p>
|
773
|
+
|
774
|
+
<p>gif extension</p>
|
854
775
|
|
855
776
|
|
856
777
|
</div>
|
@@ -860,15 +781,13 @@ gif extension
|
|
860
781
|
|
861
782
|
</div>
|
862
783
|
</dt>
|
863
|
-
<dd><pre class="code"><span class='
|
864
|
-
</pre></dd>
|
784
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>gif</span><span class='tstring_end'>"</span></span></pre></dd>
|
865
785
|
|
866
786
|
<dt id="PNG_EX-constant" class="">PNG_EX =
|
867
787
|
<div class="docstring">
|
868
788
|
<div class="discussion">
|
869
|
-
|
870
|
-
png extension
|
871
|
-
</p>
|
789
|
+
|
790
|
+
<p>png extension</p>
|
872
791
|
|
873
792
|
|
874
793
|
</div>
|
@@ -878,15 +797,13 @@ png extension
|
|
878
797
|
|
879
798
|
</div>
|
880
799
|
</dt>
|
881
|
-
<dd><pre class="code"><span class='
|
882
|
-
</pre></dd>
|
800
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>png</span><span class='tstring_end'>"</span></span></pre></dd>
|
883
801
|
|
884
802
|
<dt id="RELS_EX-constant" class="">RELS_EX =
|
885
803
|
<div class="docstring">
|
886
804
|
<div class="discussion">
|
887
|
-
|
888
|
-
rels content type extension
|
889
|
-
</p>
|
805
|
+
|
806
|
+
<p>rels content type extension</p>
|
890
807
|
|
891
808
|
|
892
809
|
</div>
|
@@ -896,15 +813,13 @@ rels content type extension
|
|
896
813
|
|
897
814
|
</div>
|
898
815
|
</dt>
|
899
|
-
<dd><pre class="code"><span class='
|
900
|
-
</pre></dd>
|
816
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>rels</span><span class='tstring_end'>"</span></span></pre></dd>
|
901
817
|
|
902
818
|
<dt id="WORKBOOK_PN-constant" class="">WORKBOOK_PN =
|
903
819
|
<div class="docstring">
|
904
820
|
<div class="discussion">
|
905
|
-
|
906
|
-
workbook part
|
907
|
-
</p>
|
821
|
+
|
822
|
+
<p>workbook part</p>
|
908
823
|
|
909
824
|
|
910
825
|
</div>
|
@@ -914,15 +829,13 @@ workbook part
|
|
914
829
|
|
915
830
|
</div>
|
916
831
|
</dt>
|
917
|
-
<dd><pre class="code"><span class='
|
918
|
-
</pre></dd>
|
832
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>xl/workbook.xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
919
833
|
|
920
834
|
<dt id="STYLES_PN-constant" class="">STYLES_PN =
|
921
835
|
<div class="docstring">
|
922
836
|
<div class="discussion">
|
923
|
-
|
924
|
-
styles part
|
925
|
-
</p>
|
837
|
+
|
838
|
+
<p>styles part</p>
|
926
839
|
|
927
840
|
|
928
841
|
</div>
|
@@ -932,15 +845,13 @@ styles part
|
|
932
845
|
|
933
846
|
</div>
|
934
847
|
</dt>
|
935
|
-
<dd><pre class="code"><span class='
|
936
|
-
</pre></dd>
|
848
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>styles.xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
937
849
|
|
938
850
|
<dt id="APP_PN-constant" class="">APP_PN =
|
939
851
|
<div class="docstring">
|
940
852
|
<div class="discussion">
|
941
|
-
|
942
|
-
app part
|
943
|
-
</p>
|
853
|
+
|
854
|
+
<p>app part</p>
|
944
855
|
|
945
856
|
|
946
857
|
</div>
|
@@ -950,15 +861,13 @@ app part
|
|
950
861
|
|
951
862
|
</div>
|
952
863
|
</dt>
|
953
|
-
<dd><pre class="code"><span class='
|
954
|
-
</pre></dd>
|
864
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>docProps/app.xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
955
865
|
|
956
866
|
<dt id="CORE_PN-constant" class="">CORE_PN =
|
957
867
|
<div class="docstring">
|
958
868
|
<div class="discussion">
|
959
|
-
|
960
|
-
core part
|
961
|
-
</p>
|
869
|
+
|
870
|
+
<p>core part</p>
|
962
871
|
|
963
872
|
|
964
873
|
</div>
|
@@ -968,15 +877,13 @@ core part
|
|
968
877
|
|
969
878
|
</div>
|
970
879
|
</dt>
|
971
|
-
<dd><pre class="code"><span class='
|
972
|
-
</pre></dd>
|
880
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>docProps/core.xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
973
881
|
|
974
882
|
<dt id="CONTENT_TYPES_PN-constant" class="">CONTENT_TYPES_PN =
|
975
883
|
<div class="docstring">
|
976
884
|
<div class="discussion">
|
977
|
-
|
978
|
-
content types part
|
979
|
-
</p>
|
885
|
+
|
886
|
+
<p>content types part</p>
|
980
887
|
|
981
888
|
|
982
889
|
</div>
|
@@ -986,15 +893,13 @@ content types part
|
|
986
893
|
|
987
894
|
</div>
|
988
895
|
</dt>
|
989
|
-
<dd><pre class="code"><span class='
|
990
|
-
</pre></dd>
|
896
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>[Content_Types].xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
991
897
|
|
992
898
|
<dt id="RELS_PN-constant" class="">RELS_PN =
|
993
899
|
<div class="docstring">
|
994
900
|
<div class="discussion">
|
995
|
-
|
996
|
-
rels part
|
997
|
-
</p>
|
901
|
+
|
902
|
+
<p>rels part</p>
|
998
903
|
|
999
904
|
|
1000
905
|
</div>
|
@@ -1004,15 +909,13 @@ rels part
|
|
1004
909
|
|
1005
910
|
</div>
|
1006
911
|
</dt>
|
1007
|
-
<dd><pre class="code"><span class='
|
1008
|
-
</pre></dd>
|
912
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>_rels/.rels</span><span class='tstring_end'>"</span></span></pre></dd>
|
1009
913
|
|
1010
914
|
<dt id="WORKBOOK_RELS_PN-constant" class="">WORKBOOK_RELS_PN =
|
1011
915
|
<div class="docstring">
|
1012
916
|
<div class="discussion">
|
1013
|
-
|
1014
|
-
workbook rels part
|
1015
|
-
</p>
|
917
|
+
|
918
|
+
<p>workbook rels part</p>
|
1016
919
|
|
1017
920
|
|
1018
921
|
</div>
|
@@ -1022,15 +925,13 @@ workbook rels part
|
|
1022
925
|
|
1023
926
|
</div>
|
1024
927
|
</dt>
|
1025
|
-
<dd><pre class="code"><span class='
|
1026
|
-
</pre></dd>
|
928
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>xl/_rels/workbook.xml.rels</span><span class='tstring_end'>"</span></span></pre></dd>
|
1027
929
|
|
1028
930
|
<dt id="WORKSHEET_PN-constant" class="">WORKSHEET_PN =
|
1029
931
|
<div class="docstring">
|
1030
932
|
<div class="discussion">
|
1031
|
-
|
1032
|
-
worksheet part
|
1033
|
-
</p>
|
933
|
+
|
934
|
+
<p>worksheet part</p>
|
1034
935
|
|
1035
936
|
|
1036
937
|
</div>
|
@@ -1040,15 +941,13 @@ worksheet part
|
|
1040
941
|
|
1041
942
|
</div>
|
1042
943
|
</dt>
|
1043
|
-
<dd><pre class="code"><span class='
|
1044
|
-
</pre></dd>
|
944
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>worksheets/sheet%d.xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
1045
945
|
|
1046
946
|
<dt id="WORKSHEET_RELS_PN-constant" class="">WORKSHEET_RELS_PN =
|
1047
947
|
<div class="docstring">
|
1048
948
|
<div class="discussion">
|
1049
|
-
|
1050
|
-
worksheet rels part
|
1051
|
-
</p>
|
949
|
+
|
950
|
+
<p>worksheet rels part</p>
|
1052
951
|
|
1053
952
|
|
1054
953
|
</div>
|
@@ -1058,15 +957,13 @@ worksheet rels part
|
|
1058
957
|
|
1059
958
|
</div>
|
1060
959
|
</dt>
|
1061
|
-
<dd><pre class="code"><span class='
|
1062
|
-
</pre></dd>
|
960
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>worksheets/_rels/sheet%d.xml.rels</span><span class='tstring_end'>"</span></span></pre></dd>
|
1063
961
|
|
1064
962
|
<dt id="DRAWING_PN-constant" class="">DRAWING_PN =
|
1065
963
|
<div class="docstring">
|
1066
964
|
<div class="discussion">
|
1067
|
-
|
1068
|
-
drawing part
|
1069
|
-
</p>
|
965
|
+
|
966
|
+
<p>drawing part</p>
|
1070
967
|
|
1071
968
|
|
1072
969
|
</div>
|
@@ -1076,15 +973,13 @@ drawing part
|
|
1076
973
|
|
1077
974
|
</div>
|
1078
975
|
</dt>
|
1079
|
-
<dd><pre class="code"><span class='
|
1080
|
-
</pre></dd>
|
976
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>drawings/drawing%d.xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
1081
977
|
|
1082
978
|
<dt id="DRAWING_RELS_PN-constant" class="">DRAWING_RELS_PN =
|
1083
979
|
<div class="docstring">
|
1084
980
|
<div class="discussion">
|
1085
|
-
|
1086
|
-
drawing rels part
|
1087
|
-
</p>
|
981
|
+
|
982
|
+
<p>drawing rels part</p>
|
1088
983
|
|
1089
984
|
|
1090
985
|
</div>
|
@@ -1094,15 +989,13 @@ drawing rels part
|
|
1094
989
|
|
1095
990
|
</div>
|
1096
991
|
</dt>
|
1097
|
-
<dd><pre class="code"><span class='
|
1098
|
-
</pre></dd>
|
992
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>drawings/_rels/drawing%d.xml.rels</span><span class='tstring_end'>"</span></span></pre></dd>
|
1099
993
|
|
1100
994
|
<dt id="CHART_PN-constant" class="">CHART_PN =
|
1101
995
|
<div class="docstring">
|
1102
996
|
<div class="discussion">
|
1103
|
-
|
1104
|
-
chart part
|
1105
|
-
</p>
|
997
|
+
|
998
|
+
<p>chart part</p>
|
1106
999
|
|
1107
1000
|
|
1108
1001
|
</div>
|
@@ -1112,15 +1005,13 @@ chart part
|
|
1112
1005
|
|
1113
1006
|
</div>
|
1114
1007
|
</dt>
|
1115
|
-
<dd><pre class="code"><span class='
|
1116
|
-
</pre></dd>
|
1008
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>charts/chart%d.xml</span><span class='tstring_end'>"</span></span></pre></dd>
|
1117
1009
|
|
1118
1010
|
<dt id="IMAGE_PN-constant" class="">IMAGE_PN =
|
1119
1011
|
<div class="docstring">
|
1120
1012
|
<div class="discussion">
|
1121
|
-
|
1122
|
-
chart part
|
1123
|
-
</p>
|
1013
|
+
|
1014
|
+
<p>chart part</p>
|
1124
1015
|
|
1125
1016
|
|
1126
1017
|
</div>
|
@@ -1130,15 +1021,13 @@ chart part
|
|
1130
1021
|
|
1131
1022
|
</div>
|
1132
1023
|
</dt>
|
1133
|
-
<dd><pre class="code"><span class='
|
1134
|
-
</pre></dd>
|
1024
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>media/image%d.%s</span><span class='tstring_end'>"</span></span></pre></dd>
|
1135
1025
|
|
1136
1026
|
<dt id="APP_XSD-constant" class="">APP_XSD =
|
1137
1027
|
<div class="docstring">
|
1138
1028
|
<div class="discussion">
|
1139
|
-
|
1140
|
-
App validation schema
|
1141
|
-
</p>
|
1029
|
+
|
1030
|
+
<p>App validation schema</p>
|
1142
1031
|
|
1143
1032
|
|
1144
1033
|
</div>
|
@@ -1148,15 +1037,13 @@ App validation schema
|
|
1148
1037
|
|
1149
1038
|
</div>
|
1150
1039
|
</dt>
|
1151
|
-
<dd><pre class="code"><span class='
|
1152
|
-
</pre></dd>
|
1040
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>lib/schema/shared-documentPropertiesExtended.xsd</span><span class='tstring_end'>"</span></span></pre></dd>
|
1153
1041
|
|
1154
1042
|
<dt id="CORE_XSD-constant" class="">CORE_XSD =
|
1155
1043
|
<div class="docstring">
|
1156
1044
|
<div class="discussion">
|
1157
|
-
|
1158
|
-
core validation schema
|
1159
|
-
</p>
|
1045
|
+
|
1046
|
+
<p>core validation schema</p>
|
1160
1047
|
|
1161
1048
|
|
1162
1049
|
</div>
|
@@ -1166,15 +1053,13 @@ core validation schema
|
|
1166
1053
|
|
1167
1054
|
</div>
|
1168
1055
|
</dt>
|
1169
|
-
<dd><pre class="code"><span class='
|
1170
|
-
</pre></dd>
|
1056
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>lib/schema/opc-coreProperties.xsd</span><span class='tstring_end'>"</span></span></pre></dd>
|
1171
1057
|
|
1172
1058
|
<dt id="CONTENT_TYPES_XSD-constant" class="">CONTENT_TYPES_XSD =
|
1173
1059
|
<div class="docstring">
|
1174
1060
|
<div class="discussion">
|
1175
|
-
|
1176
|
-
content types validation schema
|
1177
|
-
</p>
|
1061
|
+
|
1062
|
+
<p>content types validation schema</p>
|
1178
1063
|
|
1179
1064
|
|
1180
1065
|
</div>
|
@@ -1184,15 +1069,13 @@ content types validation schema
|
|
1184
1069
|
|
1185
1070
|
</div>
|
1186
1071
|
</dt>
|
1187
|
-
<dd><pre class="code"><span class='
|
1188
|
-
</pre></dd>
|
1072
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>lib/schema/opc-contentTypes.xsd</span><span class='tstring_end'>"</span></span></pre></dd>
|
1189
1073
|
|
1190
1074
|
<dt id="RELS_XSD-constant" class="">RELS_XSD =
|
1191
1075
|
<div class="docstring">
|
1192
1076
|
<div class="discussion">
|
1193
|
-
|
1194
|
-
rels validation schema
|
1195
|
-
</p>
|
1077
|
+
|
1078
|
+
<p>rels validation schema</p>
|
1196
1079
|
|
1197
1080
|
|
1198
1081
|
</div>
|
@@ -1202,15 +1085,13 @@ rels validation schema
|
|
1202
1085
|
|
1203
1086
|
</div>
|
1204
1087
|
</dt>
|
1205
|
-
<dd><pre class="code"><span class='
|
1206
|
-
</pre></dd>
|
1088
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>lib/schema/opc-relationships.xsd</span><span class='tstring_end'>"</span></span></pre></dd>
|
1207
1089
|
|
1208
1090
|
<dt id="SML_XSD-constant" class="">SML_XSD =
|
1209
1091
|
<div class="docstring">
|
1210
1092
|
<div class="discussion">
|
1211
|
-
|
1212
|
-
spreadsheetML validation schema
|
1213
|
-
</p>
|
1093
|
+
|
1094
|
+
<p>spreadsheetML validation schema</p>
|
1214
1095
|
|
1215
1096
|
|
1216
1097
|
</div>
|
@@ -1220,15 +1101,13 @@ spreadsheetML validation schema
|
|
1220
1101
|
|
1221
1102
|
</div>
|
1222
1103
|
</dt>
|
1223
|
-
<dd><pre class="code"><span class='
|
1224
|
-
</pre></dd>
|
1104
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>lib/schema/sml.xsd</span><span class='tstring_end'>"</span></span></pre></dd>
|
1225
1105
|
|
1226
1106
|
<dt id="DRAWING_XSD-constant" class="">DRAWING_XSD =
|
1227
1107
|
<div class="docstring">
|
1228
1108
|
<div class="discussion">
|
1229
|
-
|
1230
|
-
drawing validation schema
|
1231
|
-
</p>
|
1109
|
+
|
1110
|
+
<p>drawing validation schema</p>
|
1232
1111
|
|
1233
1112
|
|
1234
1113
|
</div>
|
@@ -1238,15 +1117,13 @@ drawing validation schema
|
|
1238
1117
|
|
1239
1118
|
</div>
|
1240
1119
|
</dt>
|
1241
|
-
<dd><pre class="code"><span class='
|
1242
|
-
</pre></dd>
|
1120
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>lib/schema/dml-spreadsheetDrawing.xsd</span><span class='tstring_end'>"</span></span></pre></dd>
|
1243
1121
|
|
1244
1122
|
<dt id="NUM_FMT_PERCENT-constant" class="">NUM_FMT_PERCENT =
|
1245
1123
|
<div class="docstring">
|
1246
1124
|
<div class="discussion">
|
1247
|
-
|
1248
|
-
number format id for pecentage formatting using the default formatting id
|
1249
|
-
</p>
|
1125
|
+
|
1126
|
+
<p>number format id for pecentage formatting using the default formatting id.</p>
|
1250
1127
|
|
1251
1128
|
|
1252
1129
|
</div>
|
@@ -1256,15 +1133,13 @@ number format id for pecentage formatting using the default formatting id.
|
|
1256
1133
|
|
1257
1134
|
</div>
|
1258
1135
|
</dt>
|
1259
|
-
<dd><pre class="code"><span class='
|
1260
|
-
</pre></dd>
|
1136
|
+
<dd><pre class="code"><span class='int'>9</span></pre></dd>
|
1261
1137
|
|
1262
1138
|
<dt id="NUM_FMT_YYYYMMDD-constant" class="">NUM_FMT_YYYYMMDD =
|
1263
1139
|
<div class="docstring">
|
1264
1140
|
<div class="discussion">
|
1265
|
-
|
1266
|
-
number format id for date format like 2011/11/13
|
1267
|
-
</p>
|
1141
|
+
|
1142
|
+
<p>number format id for date format like 2011/11/13</p>
|
1268
1143
|
|
1269
1144
|
|
1270
1145
|
</div>
|
@@ -1274,15 +1149,13 @@ number format id for date format like 2011/11/13
|
|
1274
1149
|
|
1275
1150
|
</div>
|
1276
1151
|
</dt>
|
1277
|
-
<dd><pre class="code"><span class='
|
1278
|
-
</pre></dd>
|
1152
|
+
<dd><pre class="code"><span class='int'>100</span></pre></dd>
|
1279
1153
|
|
1280
1154
|
<dt id="NUM_FMT_YYYYMMDDHHMMSS-constant" class="">NUM_FMT_YYYYMMDDHHMMSS =
|
1281
1155
|
<div class="docstring">
|
1282
1156
|
<div class="discussion">
|
1283
|
-
|
1284
|
-
number format id for time format the creates 2011/11/13 12:23:10
|
1285
|
-
</p>
|
1157
|
+
|
1158
|
+
<p>number format id for time format the creates 2011/11/13 12:23:10</p>
|
1286
1159
|
|
1287
1160
|
|
1288
1161
|
</div>
|
@@ -1292,15 +1165,13 @@ number format id for time format the creates 2011/11/13 12:23:10
|
|
1292
1165
|
|
1293
1166
|
</div>
|
1294
1167
|
</dt>
|
1295
|
-
<dd><pre class="code"><span class='
|
1296
|
-
</pre></dd>
|
1168
|
+
<dd><pre class="code"><span class='int'>101</span></pre></dd>
|
1297
1169
|
|
1298
1170
|
<dt id="STYLE_THIN_BORDER-constant" class="">STYLE_THIN_BORDER =
|
1299
1171
|
<div class="docstring">
|
1300
1172
|
<div class="discussion">
|
1301
|
-
|
1302
|
-
cellXfs id for thin borders around the cell
|
1303
|
-
</p>
|
1173
|
+
|
1174
|
+
<p>cellXfs id for thin borders around the cell</p>
|
1304
1175
|
|
1305
1176
|
|
1306
1177
|
</div>
|
@@ -1310,15 +1181,13 @@ cellXfs id for thin borders around the cell
|
|
1310
1181
|
|
1311
1182
|
</div>
|
1312
1183
|
</dt>
|
1313
|
-
<dd><pre class="code"><span class='
|
1314
|
-
</pre></dd>
|
1184
|
+
<dd><pre class="code"><span class='int'>1</span></pre></dd>
|
1315
1185
|
|
1316
1186
|
<dt id="ERR_RESTRICTION-constant" class="">ERR_RESTRICTION =
|
1317
1187
|
<div class="docstring">
|
1318
1188
|
<div class="discussion">
|
1319
|
-
|
1320
|
-
error messages RestrictionValidor
|
1321
|
-
</p>
|
1189
|
+
|
1190
|
+
<p>error messages RestrictionValidor</p>
|
1322
1191
|
|
1323
1192
|
|
1324
1193
|
</div>
|
@@ -1328,15 +1197,13 @@ error messages RestrictionValidor
|
|
1328
1197
|
|
1329
1198
|
</div>
|
1330
1199
|
</dt>
|
1331
|
-
<dd><pre class="code"><span class='
|
1332
|
-
</pre></dd>
|
1200
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Invalid Data: %s. %s must be one of %s.</span><span class='tstring_end'>"</span></span></pre></dd>
|
1333
1201
|
|
1334
1202
|
<dt id="ERR_TYPE-constant" class="">ERR_TYPE =
|
1335
1203
|
<div class="docstring">
|
1336
1204
|
<div class="discussion">
|
1337
|
-
|
1338
|
-
error message DataTypeValidator
|
1339
|
-
</p>
|
1205
|
+
|
1206
|
+
<p>error message DataTypeValidator</p>
|
1340
1207
|
|
1341
1208
|
|
1342
1209
|
</div>
|
@@ -1346,15 +1213,13 @@ error message DataTypeValidator
|
|
1346
1213
|
|
1347
1214
|
</div>
|
1348
1215
|
</dt>
|
1349
|
-
<dd><pre class="code"><span class='
|
1350
|
-
</pre></dd>
|
1216
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Invalid Data %s for %s. must be %s.</span><span class='tstring_end'>"</span></span></pre></dd>
|
1351
1217
|
|
1352
1218
|
<dt id="ERR_REGEX-constant" class="">ERR_REGEX =
|
1353
1219
|
<div class="docstring">
|
1354
1220
|
<div class="discussion">
|
1355
|
-
|
1356
|
-
error message for RegexValidator
|
1357
|
-
</p>
|
1221
|
+
|
1222
|
+
<p>error message for RegexValidator</p>
|
1358
1223
|
|
1359
1224
|
|
1360
1225
|
</div>
|
@@ -1364,8 +1229,7 @@ error message for RegexValidator
|
|
1364
1229
|
|
1365
1230
|
</div>
|
1366
1231
|
</dt>
|
1367
|
-
<dd><pre class="code"><span class='
|
1368
|
-
</pre></dd>
|
1232
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Invalid Data. %s does not match %s.</span><span class='tstring_end'>"</span></span></pre></dd>
|
1369
1233
|
|
1370
1234
|
</dl>
|
1371
1235
|
|
@@ -1398,9 +1262,8 @@ error message for RegexValidator
|
|
1398
1262
|
|
1399
1263
|
|
1400
1264
|
|
1401
|
-
<span class="summary_desc"><div class='inline'
|
1402
|
-
determines the cell range for the items provided
|
1403
|
-
</p>
|
1265
|
+
<span class="summary_desc"><div class='inline'>
|
1266
|
+
<p>determines the cell range for the items provided.</p>
|
1404
1267
|
</div></span>
|
1405
1268
|
|
1406
1269
|
</li>
|
@@ -1422,10 +1285,9 @@ determines the cell range for the items provided.
|
|
1422
1285
|
|
1423
1286
|
|
1424
1287
|
|
1425
|
-
<span class="summary_desc"><div class='inline'
|
1426
|
-
Requires that the value is a form that can be evaluated as a boolean in an
|
1427
|
-
xml document
|
1428
|
-
</p>
|
1288
|
+
<span class="summary_desc"><div class='inline'>
|
1289
|
+
<p>Requires that the value is a form that can be evaluated as a boolean in an
|
1290
|
+
xml document.</p>
|
1429
1291
|
</div></span>
|
1430
1292
|
|
1431
1293
|
</li>
|
@@ -1447,11 +1309,10 @@ xml document.
|
|
1447
1309
|
|
1448
1310
|
|
1449
1311
|
|
1450
|
-
<span class="summary_desc"><div class='inline'
|
1451
|
-
Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT,
|
1312
|
+
<span class="summary_desc"><div class='inline'>
|
1313
|
+
<p>Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT,
|
1452
1314
|
APP_CT, RELS_CT, STYLES_CT, XML_CT, WORKSHEET_CT, SHARED_STRINGS_CT,
|
1453
|
-
CORE_CT, CHART_CT, DRAWING_CT are allowed
|
1454
|
-
</p>
|
1315
|
+
CORE_CT, CHART_CT, DRAWING_CT are allowed.</p>
|
1455
1316
|
</div></span>
|
1456
1317
|
|
1457
1318
|
</li>
|
@@ -1473,9 +1334,8 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed.
|
|
1473
1334
|
|
1474
1335
|
|
1475
1336
|
|
1476
|
-
<span class="summary_desc"><div class='inline'
|
1477
|
-
Requires that the value is a Float
|
1478
|
-
</p>
|
1337
|
+
<span class="summary_desc"><div class='inline'>
|
1338
|
+
<p>Requires that the value is a Float.</p>
|
1479
1339
|
</div></span>
|
1480
1340
|
|
1481
1341
|
</li>
|
@@ -1497,9 +1357,8 @@ Requires that the value is a Float.
|
|
1497
1357
|
|
1498
1358
|
|
1499
1359
|
|
1500
|
-
<span class="summary_desc"><div class='inline'
|
1501
|
-
Requires that the value is a gradient_type
|
1502
|
-
</p>
|
1360
|
+
<span class="summary_desc"><div class='inline'>
|
1361
|
+
<p>Requires that the value is a gradient_type.</p>
|
1503
1362
|
</div></span>
|
1504
1363
|
|
1505
1364
|
</li>
|
@@ -1521,11 +1380,10 @@ Requires that the value is a gradient_type.
|
|
1521
1380
|
|
1522
1381
|
|
1523
1382
|
|
1524
|
-
<span class="summary_desc"><div class='inline'
|
1525
|
-
Requires that the value is a valid horizontal_alignment :general, :left,
|
1383
|
+
<span class="summary_desc"><div class='inline'>
|
1384
|
+
<p>Requires that the value is a valid horizontal_alignment :general, :left,
|
1526
1385
|
:center, :right, :fill, :justify, :centerContinuous, :distributed are
|
1527
|
-
allowed
|
1528
|
-
</p>
|
1386
|
+
allowed.</p>
|
1529
1387
|
</div></span>
|
1530
1388
|
|
1531
1389
|
</li>
|
@@ -1547,9 +1405,8 @@ allowed.
|
|
1547
1405
|
|
1548
1406
|
|
1549
1407
|
|
1550
|
-
<span class="summary_desc"><div class='inline'
|
1551
|
-
Requires that the value is a Fixnum or Integer
|
1552
|
-
</p>
|
1408
|
+
<span class="summary_desc"><div class='inline'>
|
1409
|
+
<p>Requires that the value is a Fixnum or Integer.</p>
|
1553
1410
|
</div></span>
|
1554
1411
|
|
1555
1412
|
</li>
|
@@ -1571,9 +1428,8 @@ Requires that the value is a Fixnum or Integer.
|
|
1571
1428
|
|
1572
1429
|
|
1573
1430
|
|
1574
|
-
<span class="summary_desc"><div class='inline'
|
1575
|
-
Requires that the value is valid pattern type
|
1576
|
-
</p>
|
1431
|
+
<span class="summary_desc"><div class='inline'>
|
1432
|
+
<p>Requires that the value is valid pattern type.</p>
|
1577
1433
|
</div></span>
|
1578
1434
|
|
1579
1435
|
</li>
|
@@ -1595,11 +1451,10 @@ Requires that the value is valid pattern type.
|
|
1595
1451
|
|
1596
1452
|
|
1597
1453
|
|
1598
|
-
<span class="summary_desc"><div class='inline'
|
1599
|
-
Requires that the value is a valid relationship_type XML_NS_R, TABLE_R,
|
1454
|
+
<span class="summary_desc"><div class='inline'>
|
1455
|
+
<p>Requires that the value is a valid relationship_type XML_NS_R, TABLE_R,
|
1600
1456
|
WORKBOOK_R, WORKSHEET_R, APP_R, RELS_R, CORE_R, STYLES_R, CHART_R,
|
1601
|
-
DRAWING_R are allowed
|
1602
|
-
</p>
|
1457
|
+
DRAWING_R are allowed.</p>
|
1603
1458
|
</div></span>
|
1604
1459
|
|
1605
1460
|
</li>
|
@@ -1621,9 +1476,8 @@ DRAWING_R are allowed.
|
|
1621
1476
|
|
1622
1477
|
|
1623
1478
|
|
1624
|
-
<span class="summary_desc"><div class='inline'
|
1625
|
-
Requires that the value is a String
|
1626
|
-
</p>
|
1479
|
+
<span class="summary_desc"><div class='inline'>
|
1480
|
+
<p>Requires that the value is a String.</p>
|
1627
1481
|
</div></span>
|
1628
1482
|
|
1629
1483
|
</li>
|
@@ -1645,8 +1499,8 @@ Requires that the value is a String.
|
|
1645
1499
|
|
1646
1500
|
|
1647
1501
|
|
1648
|
-
<span class="summary_desc"><div class='inline'
|
1649
|
-
Requires that the value is a valid table element type :wholeTable,
|
1502
|
+
<span class="summary_desc"><div class='inline'>
|
1503
|
+
<p>Requires that the value is a valid table element type :wholeTable,
|
1650
1504
|
:headerRow, :totalRow, :firstColumn, :lastColumn, :firstRowStripe,
|
1651
1505
|
:secondRowStripe, :firstColumnStripe, :secondColumnStripe,
|
1652
1506
|
:firstHeaderCell, :lastHeaderCell, :firstTotalCell, :lastTotalCell,
|
@@ -1654,8 +1508,7 @@ Requires that the value is a valid table element type :wholeTable,
|
|
1654
1508
|
:firstSubtotalRow, :secondSubtotalRow, :thirdSubtotalRow, :blankRow,
|
1655
1509
|
:firstColumnSubheading, :secondColumnSubheading, :thirdColumnSubheading,
|
1656
1510
|
:firstRowSubheading, :secondRowSubheading, :thirdRowSubheading,
|
1657
|
-
:pageFieldLabels, :pageFieldValues are allowed
|
1658
|
-
</p>
|
1511
|
+
:pageFieldLabels, :pageFieldValues are allowed.</p>
|
1659
1512
|
</div></span>
|
1660
1513
|
|
1661
1514
|
</li>
|
@@ -1677,10 +1530,9 @@ Requires that the value is a valid table element type :wholeTable,
|
|
1677
1530
|
|
1678
1531
|
|
1679
1532
|
|
1680
|
-
<span class="summary_desc"><div class='inline'
|
1681
|
-
Requires that the value is a Fixnum or Integer and is greater or equal to
|
1682
|
-
0
|
1683
|
-
</p>
|
1533
|
+
<span class="summary_desc"><div class='inline'>
|
1534
|
+
<p>Requires that the value is a Fixnum or Integer and is greater or equal to
|
1535
|
+
0.</p>
|
1684
1536
|
</div></span>
|
1685
1537
|
|
1686
1538
|
</li>
|
@@ -1702,10 +1554,9 @@ Requires that the value is a Fixnum or Integer and is greater or equal to
|
|
1702
1554
|
|
1703
1555
|
|
1704
1556
|
|
1705
|
-
<span class="summary_desc"><div class='inline'
|
1706
|
-
Requires that the value is a valid vertical_alignment :top, :center,
|
1707
|
-
:bottom, :justify, :distributed are allowed
|
1708
|
-
</p>
|
1557
|
+
<span class="summary_desc"><div class='inline'>
|
1558
|
+
<p>Requires that the value is a valid vertical_alignment :top, :center,
|
1559
|
+
:bottom, :justify, :distributed are allowed.</p>
|
1709
1560
|
</div></span>
|
1710
1561
|
|
1711
1562
|
</li>
|
@@ -1729,9 +1580,8 @@ Requires that the value is a valid vertical_alignment :top, :center,
|
|
1729
1580
|
|
1730
1581
|
</p><div class="docstring">
|
1731
1582
|
<div class="discussion">
|
1732
|
-
|
1733
|
-
determines the cell range for the items provided
|
1734
|
-
</p>
|
1583
|
+
|
1584
|
+
<p>determines the cell range for the items provided</p>
|
1735
1585
|
|
1736
1586
|
|
1737
1587
|
</div>
|
@@ -1745,21 +1595,24 @@ determines the cell range for the items provided
|
|
1745
1595
|
<pre class="lines">
|
1746
1596
|
|
1747
1597
|
|
1748
|
-
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1752
|
-
|
1598
|
+
36
|
1599
|
+
37
|
1600
|
+
38
|
1601
|
+
39
|
1602
|
+
40
|
1603
|
+
41
|
1604
|
+
42</pre>
|
1753
1605
|
</td>
|
1754
1606
|
<td>
|
1755
|
-
<pre class="code"><span class="info file"># File 'lib/axlsx.rb', line
|
1756
|
-
|
1757
|
-
<span class='
|
1758
|
-
<span class='
|
1759
|
-
<span class='
|
1760
|
-
<span class='
|
1761
|
-
<span class='
|
1762
|
-
</
|
1607
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx.rb', line 36</span>
|
1608
|
+
|
1609
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id cell_range'>cell_range</span><span class='lparen'>(</span><span class='id items'>items</span><span class='rparen'>)</span>
|
1610
|
+
<span class='kw'>return</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span> <span class='kw'>unless</span> <span class='id items'>items</span><span class='period'>.</span><span class='id first'>first</span><span class='period'>.</span><span class='id is_a?'>is_a?</span> <span class='const'>Cell</span>
|
1611
|
+
<span class='id ref'>ref</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id items'>items</span><span class='period'>.</span><span class='id first'>first</span><span class='period'>.</span><span class='id row'>row</span><span class='period'>.</span><span class='id worksheet'>worksheet</span><span class='period'>.</span><span class='id name'>name</span><span class='rbrace'>}</span><span class='tstring_content'>!</span><span class='tstring_end'>"</span></span> <span class='op'>+</span>
|
1612
|
+
<span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id items'>items</span><span class='period'>.</span><span class='id first'>first</span><span class='period'>.</span><span class='id r_abs'>r_abs</span><span class='rbrace'>}</span><span class='tstring_end'>"</span></span>
|
1613
|
+
<span class='id ref'>ref</span> <span class='op'>+=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>:</span><span class='embexpr_beg'>#{</span><span class='id items'>items</span><span class='period'>.</span><span class='id last'>last</span><span class='period'>.</span><span class='id r_abs'>r_abs</span><span class='rbrace'>}</span><span class='tstring_end'>"</span></span> <span class='kw'>if</span> <span class='id items'>items</span><span class='period'>.</span><span class='id size'>size</span> <span class='op'>></span> <span class='int'>1</span>
|
1614
|
+
<span class='id ref'>ref</span>
|
1615
|
+
<span class='kw'>end</span></pre>
|
1763
1616
|
</td>
|
1764
1617
|
</tr>
|
1765
1618
|
</table>
|
@@ -1774,13 +1627,11 @@ determines the cell range for the items provided
|
|
1774
1627
|
|
1775
1628
|
</p><div class="docstring">
|
1776
1629
|
<div class="discussion">
|
1777
|
-
|
1778
|
-
Requires that the value is a form that can be evaluated as a boolean in an
|
1630
|
+
|
1631
|
+
<p>Requires that the value is a form that can be evaluated as a boolean in an
|
1779
1632
|
xml document. The value must be an instance of Fixnum, String, Integer,
|
1780
|
-
Symbol, TrueClass or FalseClass and
|
1781
|
-
|
1782
|
-
"0", or "1"
|
1783
|
-
</p>
|
1633
|
+
Symbol, TrueClass or FalseClass and it must be one of 0, 1, "true",
|
1634
|
+
"false", :true, :false, true, false, "0", or "1"</p>
|
1784
1635
|
|
1785
1636
|
|
1786
1637
|
</div>
|
@@ -1799,9 +1650,8 @@ Symbol, TrueClass or FalseClass and it must be one of 0, 1,
|
|
1799
1650
|
|
1800
1651
|
|
1801
1652
|
—
|
1802
|
-
<div class='inline'
|
1803
|
-
The value validated
|
1804
|
-
</p>
|
1653
|
+
<div class='inline'>
|
1654
|
+
<p>The value validated</p>
|
1805
1655
|
</div>
|
1806
1656
|
|
1807
1657
|
</li>
|
@@ -1822,10 +1672,9 @@ The value validated
|
|
1822
1672
|
<td>
|
1823
1673
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 65</span>
|
1824
1674
|
|
1825
|
-
<span class='
|
1826
|
-
<span class='
|
1827
|
-
<span class='
|
1828
|
-
</pre>
|
1675
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_boolean'>validate_boolean</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
1676
|
+
<span class='const'>DataTypeValidator</span><span class='period'>.</span><span class='id validate'>validate</span><span class='lparen'>(</span><span class='symbol'>:boolean</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='const'>Fixnum</span><span class='comma'>,</span> <span class='const'>String</span><span class='comma'>,</span> <span class='const'>Integer</span><span class='comma'>,</span> <span class='const'>Symbol</span><span class='comma'>,</span> <span class='const'>TrueClass</span><span class='comma'>,</span> <span class='const'>FalseClass</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id v'>v</span><span class='comma'>,</span> <span class='id lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id arg'>arg</span><span class='op'>|</span> <span class='lbracket'>[</span><span class='int'>0</span><span class='comma'>,</span> <span class='int'>1</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>true</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>false</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='symbol'>:true</span><span class='comma'>,</span> <span class='symbol'>:false</span><span class='comma'>,</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id include?'>include?</span><span class='lparen'>(</span><span class='id arg'>arg</span><span class='rparen'>)</span> <span class='rbrace'>}</span><span class='rparen'>)</span>
|
1677
|
+
<span class='kw'>end</span></pre>
|
1829
1678
|
</td>
|
1830
1679
|
</tr>
|
1831
1680
|
</table>
|
@@ -1840,11 +1689,10 @@ The value validated
|
|
1840
1689
|
|
1841
1690
|
</p><div class="docstring">
|
1842
1691
|
<div class="discussion">
|
1843
|
-
|
1844
|
-
Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT,
|
1692
|
+
|
1693
|
+
<p>Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT,
|
1845
1694
|
APP_CT, RELS_CT, STYLES_CT, XML_CT, WORKSHEET_CT, SHARED_STRINGS_CT,
|
1846
|
-
CORE_CT, CHART_CT, DRAWING_CT are allowed
|
1847
|
-
</p>
|
1695
|
+
CORE_CT, CHART_CT, DRAWING_CT are allowed</p>
|
1848
1696
|
|
1849
1697
|
|
1850
1698
|
</div>
|
@@ -1863,9 +1711,8 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed
|
|
1863
1711
|
|
1864
1712
|
|
1865
1713
|
—
|
1866
|
-
<div class='inline'
|
1867
|
-
The value validated
|
1868
|
-
</p>
|
1714
|
+
<div class='inline'>
|
1715
|
+
<p>The value validated</p>
|
1869
1716
|
</div>
|
1870
1717
|
|
1871
1718
|
</li>
|
@@ -1886,10 +1733,9 @@ The value validated
|
|
1886
1733
|
<td>
|
1887
1734
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 114</span>
|
1888
1735
|
|
1889
|
-
<span class='
|
1890
|
-
<span class='
|
1891
|
-
<span class='
|
1892
|
-
</pre>
|
1736
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_content_type'>validate_content_type</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
1737
|
+
<span class='const'>RestrictionValidator</span><span class='period'>.</span><span class='id validate'>validate</span> <span class='symbol'>:content_type</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='const'>TABLE_CT</span><span class='comma'>,</span> <span class='const'>WORKBOOK_CT</span><span class='comma'>,</span> <span class='const'>APP_CT</span><span class='comma'>,</span> <span class='const'>RELS_CT</span><span class='comma'>,</span> <span class='const'>STYLES_CT</span><span class='comma'>,</span> <span class='const'>XML_CT</span><span class='comma'>,</span> <span class='const'>WORKSHEET_CT</span><span class='comma'>,</span> <span class='const'>SHARED_STRINGS_CT</span><span class='comma'>,</span> <span class='const'>CORE_CT</span><span class='comma'>,</span> <span class='const'>CHART_CT</span><span class='comma'>,</span> <span class='const'>JPEG_CT</span><span class='comma'>,</span> <span class='const'>GIF_CT</span><span class='comma'>,</span> <span class='const'>PNG_CT</span><span class='comma'>,</span> <span class='const'>DRAWING_CT</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id v'>v</span>
|
1738
|
+
<span class='kw'>end</span></pre>
|
1893
1739
|
</td>
|
1894
1740
|
</tr>
|
1895
1741
|
</table>
|
@@ -1904,9 +1750,8 @@ The value validated
|
|
1904
1750
|
|
1905
1751
|
</p><div class="docstring">
|
1906
1752
|
<div class="discussion">
|
1907
|
-
|
1908
|
-
Requires that the value is a Float
|
1909
|
-
</p>
|
1753
|
+
|
1754
|
+
<p>Requires that the value is a Float</p>
|
1910
1755
|
|
1911
1756
|
|
1912
1757
|
</div>
|
@@ -1925,9 +1770,8 @@ Requires that the value is a Float
|
|
1925
1770
|
|
1926
1771
|
|
1927
1772
|
—
|
1928
|
-
<div class='inline'
|
1929
|
-
The value validated
|
1930
|
-
</p>
|
1773
|
+
<div class='inline'>
|
1774
|
+
<p>The value validated</p>
|
1931
1775
|
</div>
|
1932
1776
|
|
1933
1777
|
</li>
|
@@ -1948,10 +1792,9 @@ The value validated
|
|
1948
1792
|
<td>
|
1949
1793
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 77</span>
|
1950
1794
|
|
1951
|
-
<span class='
|
1952
|
-
<span class='
|
1953
|
-
<span class='
|
1954
|
-
</pre>
|
1795
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_float'>validate_float</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
1796
|
+
<span class='const'>DataTypeValidator</span><span class='period'>.</span><span class='id validate'>validate</span> <span class='symbol'>:float</span><span class='comma'>,</span> <span class='const'>Float</span><span class='comma'>,</span> <span class='id v'>v</span>
|
1797
|
+
<span class='kw'>end</span></pre>
|
1955
1798
|
</td>
|
1956
1799
|
</tr>
|
1957
1800
|
</table>
|
@@ -1966,10 +1809,9 @@ The value validated
|
|
1966
1809
|
|
1967
1810
|
</p><div class="docstring">
|
1968
1811
|
<div class="discussion">
|
1969
|
-
|
1970
|
-
Requires that the value is a gradient_type. valid types are :linear and
|
1971
|
-
:path
|
1972
|
-
</p>
|
1812
|
+
|
1813
|
+
<p>Requires that the value is a gradient_type. valid types are :linear and
|
1814
|
+
:path</p>
|
1973
1815
|
|
1974
1816
|
|
1975
1817
|
</div>
|
@@ -1988,9 +1830,8 @@ Requires that the value is a gradient_type. valid types are :linear and
|
|
1988
1830
|
|
1989
1831
|
|
1990
1832
|
—
|
1991
|
-
<div class='inline'
|
1992
|
-
The value validated
|
1993
|
-
</p>
|
1833
|
+
<div class='inline'>
|
1834
|
+
<p>The value validated</p>
|
1994
1835
|
</div>
|
1995
1836
|
|
1996
1837
|
</li>
|
@@ -2011,10 +1852,9 @@ The value validated
|
|
2011
1852
|
<td>
|
2012
1853
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 93</span>
|
2013
1854
|
|
2014
|
-
<span class='
|
2015
|
-
<span class='
|
2016
|
-
<span class='
|
2017
|
-
</pre>
|
1855
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_gradient_type'>validate_gradient_type</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
1856
|
+
<span class='const'>RestrictionValidator</span><span class='period'>.</span><span class='id validate'>validate</span> <span class='symbol'>:gradient_type</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='symbol'>:linear</span><span class='comma'>,</span> <span class='symbol'>:path</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id v'>v</span>
|
1857
|
+
<span class='kw'>end</span></pre>
|
2018
1858
|
</td>
|
2019
1859
|
</tr>
|
2020
1860
|
</table>
|
@@ -2029,11 +1869,10 @@ The value validated
|
|
2029
1869
|
|
2030
1870
|
</p><div class="docstring">
|
2031
1871
|
<div class="discussion">
|
2032
|
-
|
2033
|
-
Requires that the value is a valid horizontal_alignment :general, :left,
|
1872
|
+
|
1873
|
+
<p>Requires that the value is a valid horizontal_alignment :general, :left,
|
2034
1874
|
:center, :right, :fill, :justify, :centerContinuous, :distributed are
|
2035
|
-
allowed
|
2036
|
-
</p>
|
1875
|
+
allowed</p>
|
2037
1876
|
|
2038
1877
|
|
2039
1878
|
</div>
|
@@ -2052,9 +1891,8 @@ allowed
|
|
2052
1891
|
|
2053
1892
|
|
2054
1893
|
—
|
2055
|
-
<div class='inline'
|
2056
|
-
The value validated
|
2057
|
-
</p>
|
1894
|
+
<div class='inline'>
|
1895
|
+
<p>The value validated</p>
|
2058
1896
|
</div>
|
2059
1897
|
|
2060
1898
|
</li>
|
@@ -2075,10 +1913,9 @@ The value validated
|
|
2075
1913
|
<td>
|
2076
1914
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 100</span>
|
2077
1915
|
|
2078
|
-
<span class='
|
2079
|
-
<span class='
|
2080
|
-
<span class='
|
2081
|
-
</pre>
|
1916
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_horizontal_alignment'>validate_horizontal_alignment</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
1917
|
+
<span class='const'>RestrictionValidator</span><span class='period'>.</span><span class='id validate'>validate</span> <span class='symbol'>:horizontal_alignment</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='symbol'>:general</span><span class='comma'>,</span> <span class='symbol'>:left</span><span class='comma'>,</span> <span class='symbol'>:center</span><span class='comma'>,</span> <span class='symbol'>:right</span><span class='comma'>,</span> <span class='symbol'>:fill</span><span class='comma'>,</span> <span class='symbol'>:justify</span><span class='comma'>,</span> <span class='symbol'>:centerContinuous</span><span class='comma'>,</span> <span class='symbol'>:distributed</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id v'>v</span>
|
1918
|
+
<span class='kw'>end</span></pre>
|
2082
1919
|
</td>
|
2083
1920
|
</tr>
|
2084
1921
|
</table>
|
@@ -2093,9 +1930,8 @@ The value validated
|
|
2093
1930
|
|
2094
1931
|
</p><div class="docstring">
|
2095
1932
|
<div class="discussion">
|
2096
|
-
|
2097
|
-
Requires that the value is a Fixnum or Integer
|
2098
|
-
</p>
|
1933
|
+
|
1934
|
+
<p>Requires that the value is a Fixnum or Integer</p>
|
2099
1935
|
|
2100
1936
|
|
2101
1937
|
</div>
|
@@ -2114,9 +1950,8 @@ Requires that the value is a Fixnum or Integer
|
|
2114
1950
|
|
2115
1951
|
|
2116
1952
|
—
|
2117
|
-
<div class='inline'
|
2118
|
-
The value validated
|
2119
|
-
</p>
|
1953
|
+
<div class='inline'>
|
1954
|
+
<p>The value validated</p>
|
2120
1955
|
</div>
|
2121
1956
|
|
2122
1957
|
</li>
|
@@ -2137,10 +1972,9 @@ The value validated
|
|
2137
1972
|
<td>
|
2138
1973
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 57</span>
|
2139
1974
|
|
2140
|
-
<span class='
|
2141
|
-
<span class='
|
2142
|
-
<span class='
|
2143
|
-
</pre>
|
1975
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_int'>validate_int</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
1976
|
+
<span class='const'>DataTypeValidator</span><span class='period'>.</span><span class='id validate'>validate</span> <span class='symbol'>:unsigned_int</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='const'>Fixnum</span><span class='comma'>,</span> <span class='const'>Integer</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id v'>v</span>
|
1977
|
+
<span class='kw'>end</span></pre>
|
2144
1978
|
</td>
|
2145
1979
|
</tr>
|
2146
1980
|
</table>
|
@@ -2155,13 +1989,12 @@ The value validated
|
|
2155
1989
|
|
2156
1990
|
</p><div class="docstring">
|
2157
1991
|
<div class="discussion">
|
2158
|
-
|
2159
|
-
Requires that the value is valid pattern type. valid pattern types must be
|
1992
|
+
|
1993
|
+
<p>Requires that the value is valid pattern type. valid pattern types must be
|
2160
1994
|
one of :none, :solid, :mediumGray, :darkGray, :lightGray, :darkHorizontal,
|
2161
1995
|
:darkVertical, :darkDown, :darkUp, :darkGrid, :darkTrellis,
|
2162
1996
|
:lightHorizontal, :lightVertical, :lightDown, :lightUp, :lightGrid,
|
2163
|
-
:lightTrellis, :gray125, or :gray0625
|
2164
|
-
</p>
|
1997
|
+
:lightTrellis, :gray125, or :gray0625.</p>
|
2165
1998
|
|
2166
1999
|
|
2167
2000
|
</div>
|
@@ -2180,9 +2013,8 @@ one of :none, :solid, :mediumGray, :darkGray, :lightGray, :darkHorizontal,
|
|
2180
2013
|
|
2181
2014
|
|
2182
2015
|
—
|
2183
|
-
<div class='inline'
|
2184
|
-
The value validated
|
2185
|
-
</p>
|
2016
|
+
<div class='inline'>
|
2017
|
+
<p>The value validated</p>
|
2186
2018
|
</div>
|
2187
2019
|
|
2188
2020
|
</li>
|
@@ -2204,11 +2036,10 @@ The value validated
|
|
2204
2036
|
<td>
|
2205
2037
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 85</span>
|
2206
2038
|
|
2207
|
-
<span class='
|
2208
|
-
<span class='
|
2209
|
-
<span class='symbol
|
2210
|
-
<span class='
|
2211
|
-
</pre>
|
2039
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_pattern_type'>validate_pattern_type</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
2040
|
+
<span class='const'>RestrictionValidator</span><span class='period'>.</span><span class='id validate'>validate</span> <span class='symbol'>:pattern_type</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='symbol'>:none</span><span class='comma'>,</span> <span class='symbol'>:solid</span><span class='comma'>,</span> <span class='symbol'>:mediumGray</span><span class='comma'>,</span> <span class='symbol'>:darkGray</span><span class='comma'>,</span> <span class='symbol'>:lightGray</span><span class='comma'>,</span> <span class='symbol'>:darkHorizontal</span><span class='comma'>,</span> <span class='symbol'>:darkVertical</span><span class='comma'>,</span> <span class='symbol'>:darkDown</span><span class='comma'>,</span> <span class='symbol'>:darkUp</span><span class='comma'>,</span> <span class='symbol'>:darkGrid</span><span class='comma'>,</span>
|
2041
|
+
<span class='symbol'>:darkTrellis</span><span class='comma'>,</span> <span class='symbol'>:lightHorizontal</span><span class='comma'>,</span> <span class='symbol'>:lightVertical</span><span class='comma'>,</span> <span class='symbol'>:lightDown</span><span class='comma'>,</span> <span class='symbol'>:lightUp</span><span class='comma'>,</span> <span class='symbol'>:lightGrid</span><span class='comma'>,</span> <span class='symbol'>:lightTrellis</span><span class='comma'>,</span> <span class='symbol'>:gray125</span><span class='comma'>,</span> <span class='symbol'>:gray0625</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id v'>v</span>
|
2042
|
+
<span class='kw'>end</span></pre>
|
2212
2043
|
</td>
|
2213
2044
|
</tr>
|
2214
2045
|
</table>
|
@@ -2223,11 +2054,10 @@ The value validated
|
|
2223
2054
|
|
2224
2055
|
</p><div class="docstring">
|
2225
2056
|
<div class="discussion">
|
2226
|
-
|
2227
|
-
Requires that the value is a valid relationship_type XML_NS_R, TABLE_R,
|
2057
|
+
|
2058
|
+
<p>Requires that the value is a valid relationship_type XML_NS_R, TABLE_R,
|
2228
2059
|
WORKBOOK_R, WORKSHEET_R, APP_R, RELS_R, CORE_R, STYLES_R, CHART_R,
|
2229
|
-
DRAWING_R are allowed
|
2230
|
-
</p>
|
2060
|
+
DRAWING_R are allowed</p>
|
2231
2061
|
|
2232
2062
|
|
2233
2063
|
</div>
|
@@ -2246,9 +2076,8 @@ DRAWING_R are allowed
|
|
2246
2076
|
|
2247
2077
|
|
2248
2078
|
—
|
2249
|
-
<div class='inline'
|
2250
|
-
The value validated
|
2251
|
-
</p>
|
2079
|
+
<div class='inline'>
|
2080
|
+
<p>The value validated</p>
|
2252
2081
|
</div>
|
2253
2082
|
|
2254
2083
|
</li>
|
@@ -2269,10 +2098,9 @@ The value validated
|
|
2269
2098
|
<td>
|
2270
2099
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 121</span>
|
2271
2100
|
|
2272
|
-
<span class='
|
2273
|
-
<span class='
|
2274
|
-
<span class='
|
2275
|
-
</pre>
|
2101
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_relationship_type'>validate_relationship_type</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
2102
|
+
<span class='const'>RestrictionValidator</span><span class='period'>.</span><span class='id validate'>validate</span> <span class='symbol'>:relationship_type</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='const'>XML_NS_R</span><span class='comma'>,</span> <span class='const'>TABLE_R</span><span class='comma'>,</span> <span class='const'>WORKBOOK_R</span><span class='comma'>,</span> <span class='const'>WORKSHEET_R</span><span class='comma'>,</span> <span class='const'>APP_R</span><span class='comma'>,</span> <span class='const'>RELS_R</span><span class='comma'>,</span> <span class='const'>CORE_R</span><span class='comma'>,</span> <span class='const'>STYLES_R</span><span class='comma'>,</span> <span class='const'>CHART_R</span><span class='comma'>,</span> <span class='const'>DRAWING_R</span><span class='comma'>,</span> <span class='const'>IMAGE_R</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id v'>v</span>
|
2103
|
+
<span class='kw'>end</span></pre>
|
2276
2104
|
</td>
|
2277
2105
|
</tr>
|
2278
2106
|
</table>
|
@@ -2287,9 +2115,8 @@ The value validated
|
|
2287
2115
|
|
2288
2116
|
</p><div class="docstring">
|
2289
2117
|
<div class="discussion">
|
2290
|
-
|
2291
|
-
Requires that the value is a String
|
2292
|
-
</p>
|
2118
|
+
|
2119
|
+
<p>Requires that the value is a String</p>
|
2293
2120
|
|
2294
2121
|
|
2295
2122
|
</div>
|
@@ -2308,9 +2135,8 @@ Requires that the value is a String
|
|
2308
2135
|
|
2309
2136
|
|
2310
2137
|
—
|
2311
|
-
<div class='inline'
|
2312
|
-
The value validated
|
2313
|
-
</p>
|
2138
|
+
<div class='inline'>
|
2139
|
+
<p>The value validated</p>
|
2314
2140
|
</div>
|
2315
2141
|
|
2316
2142
|
</li>
|
@@ -2331,10 +2157,9 @@ The value validated
|
|
2331
2157
|
<td>
|
2332
2158
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 71</span>
|
2333
2159
|
|
2334
|
-
<span class='
|
2335
|
-
<span class='
|
2336
|
-
<span class='
|
2337
|
-
</pre>
|
2160
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_string'>validate_string</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
2161
|
+
<span class='const'>DataTypeValidator</span><span class='period'>.</span><span class='id validate'>validate</span> <span class='symbol'>:string</span><span class='comma'>,</span> <span class='const'>String</span><span class='comma'>,</span> <span class='id v'>v</span>
|
2162
|
+
<span class='kw'>end</span></pre>
|
2338
2163
|
</td>
|
2339
2164
|
</tr>
|
2340
2165
|
</table>
|
@@ -2349,8 +2174,8 @@ The value validated
|
|
2349
2174
|
|
2350
2175
|
</p><div class="docstring">
|
2351
2176
|
<div class="discussion">
|
2352
|
-
|
2353
|
-
Requires that the value is a valid table element type :wholeTable,
|
2177
|
+
|
2178
|
+
<p>Requires that the value is a valid table element type :wholeTable,
|
2354
2179
|
:headerRow, :totalRow, :firstColumn, :lastColumn, :firstRowStripe,
|
2355
2180
|
:secondRowStripe, :firstColumnStripe, :secondColumnStripe,
|
2356
2181
|
:firstHeaderCell, :lastHeaderCell, :firstTotalCell, :lastTotalCell,
|
@@ -2358,8 +2183,7 @@ Requires that the value is a valid table element type :wholeTable,
|
|
2358
2183
|
:firstSubtotalRow, :secondSubtotalRow, :thirdSubtotalRow, :blankRow,
|
2359
2184
|
:firstColumnSubheading, :secondColumnSubheading, :thirdColumnSubheading,
|
2360
2185
|
:firstRowSubheading, :secondRowSubheading, :thirdRowSubheading,
|
2361
|
-
:pageFieldLabels, :pageFieldValues are allowed
|
2362
|
-
</p>
|
2186
|
+
:pageFieldLabels, :pageFieldValues are allowed</p>
|
2363
2187
|
|
2364
2188
|
|
2365
2189
|
</div>
|
@@ -2378,9 +2202,8 @@ Requires that the value is a valid table element type :wholeTable,
|
|
2378
2202
|
|
2379
2203
|
|
2380
2204
|
—
|
2381
|
-
<div class='inline'
|
2382
|
-
The value validated
|
2383
|
-
</p>
|
2205
|
+
<div class='inline'>
|
2206
|
+
<p>The value validated</p>
|
2384
2207
|
</div>
|
2385
2208
|
|
2386
2209
|
</li>
|
@@ -2401,10 +2224,9 @@ The value validated
|
|
2401
2224
|
<td>
|
2402
2225
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 128</span>
|
2403
2226
|
|
2404
|
-
<span class='
|
2405
|
-
<span class='
|
2406
|
-
<span class='
|
2407
|
-
</pre>
|
2227
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_table_element_type'>validate_table_element_type</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
2228
|
+
<span class='const'>RestrictionValidator</span><span class='period'>.</span><span class='id validate'>validate</span> <span class='symbol'>:table_element_type</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='symbol'>:wholeTable</span><span class='comma'>,</span> <span class='symbol'>:headerRow</span><span class='comma'>,</span> <span class='symbol'>:totalRow</span><span class='comma'>,</span> <span class='symbol'>:firstColumn</span><span class='comma'>,</span> <span class='symbol'>:lastColumn</span><span class='comma'>,</span> <span class='symbol'>:firstRowStripe</span><span class='comma'>,</span> <span class='symbol'>:secondRowStripe</span><span class='comma'>,</span> <span class='symbol'>:firstColumnStripe</span><span class='comma'>,</span> <span class='symbol'>:secondColumnStripe</span><span class='comma'>,</span> <span class='symbol'>:firstHeaderCell</span><span class='comma'>,</span> <span class='symbol'>:lastHeaderCell</span><span class='comma'>,</span> <span class='symbol'>:firstTotalCell</span><span class='comma'>,</span> <span class='symbol'>:lastTotalCell</span><span class='comma'>,</span> <span class='symbol'>:firstSubtotalColumn</span><span class='comma'>,</span> <span class='symbol'>:secondSubtotalColumn</span><span class='comma'>,</span> <span class='symbol'>:thirdSubtotalColumn</span><span class='comma'>,</span> <span class='symbol'>:firstSubtotalRow</span><span class='comma'>,</span> <span class='symbol'>:secondSubtotalRow</span><span class='comma'>,</span> <span class='symbol'>:thirdSubtotalRow</span><span class='comma'>,</span> <span class='symbol'>:blankRow</span><span class='comma'>,</span> <span class='symbol'>:firstColumnSubheading</span><span class='comma'>,</span> <span class='symbol'>:secondColumnSubheading</span><span class='comma'>,</span> <span class='symbol'>:thirdColumnSubheading</span><span class='comma'>,</span> <span class='symbol'>:firstRowSubheading</span><span class='comma'>,</span> <span class='symbol'>:secondRowSubheading</span><span class='comma'>,</span> <span class='symbol'>:thirdRowSubheading</span><span class='comma'>,</span> <span class='symbol'>:pageFieldLabels</span><span class='comma'>,</span> <span class='symbol'>:pageFieldValues</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id v'>v</span>
|
2229
|
+
<span class='kw'>end</span></pre>
|
2408
2230
|
</td>
|
2409
2231
|
</tr>
|
2410
2232
|
</table>
|
@@ -2419,9 +2241,8 @@ The value validated
|
|
2419
2241
|
|
2420
2242
|
</p><div class="docstring">
|
2421
2243
|
<div class="discussion">
|
2422
|
-
|
2423
|
-
Requires that the value is a Fixnum or Integer and is greater or equal to 0
|
2424
|
-
</p>
|
2244
|
+
|
2245
|
+
<p>Requires that the value is a Fixnum or Integer and is greater or equal to 0</p>
|
2425
2246
|
|
2426
2247
|
|
2427
2248
|
</div>
|
@@ -2440,9 +2261,8 @@ Requires that the value is a Fixnum or Integer and is greater or equal to 0
|
|
2440
2261
|
|
2441
2262
|
|
2442
2263
|
—
|
2443
|
-
<div class='inline'
|
2444
|
-
The value validated
|
2445
|
-
</p>
|
2264
|
+
<div class='inline'>
|
2265
|
+
<p>The value validated</p>
|
2446
2266
|
</div>
|
2447
2267
|
|
2448
2268
|
</li>
|
@@ -2460,9 +2280,8 @@ The value validated
|
|
2460
2280
|
|
2461
2281
|
|
2462
2282
|
—
|
2463
|
-
<div class='inline'
|
2464
|
-
true if the data is valid
|
2465
|
-
</p>
|
2283
|
+
<div class='inline'>
|
2284
|
+
<p>true if the data is valid</p>
|
2466
2285
|
</div>
|
2467
2286
|
|
2468
2287
|
</li>
|
@@ -2479,9 +2298,8 @@ true if the data is valid
|
|
2479
2298
|
|
2480
2299
|
|
2481
2300
|
—
|
2482
|
-
<div class='inline'
|
2483
|
-
raised if the value is not a Fixnum or Integer value greater or equal to 0
|
2484
|
-
</p>
|
2301
|
+
<div class='inline'>
|
2302
|
+
<p>raised if the value is not a Fixnum or Integer value greater or equal to 0</p>
|
2485
2303
|
</div>
|
2486
2304
|
|
2487
2305
|
</li>
|
@@ -2501,10 +2319,9 @@ raised if the value is not a Fixnum or Integer value greater or equal to 0
|
|
2501
2319
|
<td>
|
2502
2320
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 51</span>
|
2503
2321
|
|
2504
|
-
<span class='
|
2505
|
-
<span class='
|
2506
|
-
<span class='
|
2507
|
-
</pre>
|
2322
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_unsigned_int'>validate_unsigned_int</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
2323
|
+
<span class='const'>DataTypeValidator</span><span class='period'>.</span><span class='id validate'>validate</span><span class='lparen'>(</span><span class='symbol'>:unsigned_int</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='const'>Fixnum</span><span class='comma'>,</span> <span class='const'>Integer</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id v'>v</span><span class='comma'>,</span> <span class='id lambda'>lambda</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id arg'>arg</span><span class='op'>|</span> <span class='id arg'>arg</span><span class='period'>.</span><span class='id respond_to?'>respond_to?</span><span class='lparen'>(</span><span class='symbol'>:>=</span><span class='rparen'>)</span> <span class='op'>&&</span> <span class='id arg'>arg</span> <span class='op'>>=</span> <span class='int'>0</span> <span class='rbrace'>}</span><span class='rparen'>)</span>
|
2324
|
+
<span class='kw'>end</span></pre>
|
2508
2325
|
</td>
|
2509
2326
|
</tr>
|
2510
2327
|
</table>
|
@@ -2519,10 +2336,9 @@ raised if the value is not a Fixnum or Integer value greater or equal to 0
|
|
2519
2336
|
|
2520
2337
|
</p><div class="docstring">
|
2521
2338
|
<div class="discussion">
|
2522
|
-
|
2523
|
-
Requires that the value is a valid vertical_alignment :top, :center,
|
2524
|
-
:bottom, :justify, :distributed are allowed
|
2525
|
-
</p>
|
2339
|
+
|
2340
|
+
<p>Requires that the value is a valid vertical_alignment :top, :center,
|
2341
|
+
:bottom, :justify, :distributed are allowed</p>
|
2526
2342
|
|
2527
2343
|
|
2528
2344
|
</div>
|
@@ -2541,9 +2357,8 @@ Requires that the value is a valid vertical_alignment :top, :center,
|
|
2541
2357
|
|
2542
2358
|
|
2543
2359
|
—
|
2544
|
-
<div class='inline'
|
2545
|
-
The value validated
|
2546
|
-
</p>
|
2360
|
+
<div class='inline'>
|
2361
|
+
<p>The value validated</p>
|
2547
2362
|
</div>
|
2548
2363
|
|
2549
2364
|
</li>
|
@@ -2564,10 +2379,9 @@ The value validated
|
|
2564
2379
|
<td>
|
2565
2380
|
<pre class="code"><span class="info file"># File 'lib/axlsx/util/validators.rb', line 107</span>
|
2566
2381
|
|
2567
|
-
<span class='
|
2568
|
-
<span class='
|
2569
|
-
<span class='
|
2570
|
-
</pre>
|
2382
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id validate_vertical_alignment'>validate_vertical_alignment</span><span class='lparen'>(</span><span class='id v'>v</span><span class='rparen'>)</span>
|
2383
|
+
<span class='const'>RestrictionValidator</span><span class='period'>.</span><span class='id validate'>validate</span> <span class='symbol'>:vertical_alignment</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='symbol'>:top</span><span class='comma'>,</span> <span class='symbol'>:center</span><span class='comma'>,</span> <span class='symbol'>:bottom</span><span class='comma'>,</span> <span class='symbol'>:justify</span><span class='comma'>,</span> <span class='symbol'>:distributed</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id v'>v</span>
|
2384
|
+
<span class='kw'>end</span></pre>
|
2571
2385
|
</td>
|
2572
2386
|
</tr>
|
2573
2387
|
</table>
|
@@ -2578,9 +2392,9 @@ The value validated
|
|
2578
2392
|
</div>
|
2579
2393
|
|
2580
2394
|
<div id="footer">
|
2581
|
-
Generated on
|
2395
|
+
Generated on Sat Nov 26 13:16:36 2011 by
|
2582
2396
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2583
|
-
0.7.3 (ruby-1.
|
2397
|
+
0.7.3 (ruby-1.9.3).
|
2584
2398
|
</div>
|
2585
2399
|
|
2586
2400
|
</body>
|