axlsx 1.0.10 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +14 -0
- data/Gemfile +3 -7
- data/Gemfile.lock +17 -8
- data/README.md +88 -59
- data/axlsx.gemspec +9 -3
- data/doc/Axlsx.html +482 -248
- data/doc/Axlsx/App.html +237 -159
- data/doc/Axlsx/Axis.html +75 -51
- data/doc/Axlsx/Bar3DChart.html +75 -53
- data/doc/Axlsx/BarSeries.html +45 -31
- data/doc/Axlsx/Border.html +70 -50
- data/doc/Axlsx/BorderPr.html +80 -62
- data/doc/Axlsx/CatAxis.html +62 -43
- data/doc/Axlsx/CatAxisData.html +23 -16
- data/doc/Axlsx/Cell.html +2022 -393
- data/doc/Axlsx/CellAlignment.html +103 -75
- data/doc/Axlsx/CellProtection.html +44 -30
- data/doc/Axlsx/CellStyle.html +66 -46
- data/doc/Axlsx/Chart.html +159 -108
- data/doc/Axlsx/Color.html +73 -52
- data/doc/Axlsx/ContentType.html +20 -14
- data/doc/Axlsx/Core.html +29 -20
- data/doc/Axlsx/DataTypeValidator.html +27 -19
- data/doc/Axlsx/Default.html +39 -27
- data/doc/Axlsx/Drawing.html +104 -70
- data/doc/Axlsx/Fill.html +33 -23
- data/doc/Axlsx/Font.html +132 -98
- data/doc/Axlsx/GradientFill.html +70 -48
- data/doc/Axlsx/GradientStop.html +31 -21
- data/doc/Axlsx/GraphicFrame.html +40 -27
- data/doc/Axlsx/Line3DChart.html +62 -43
- data/doc/Axlsx/LineSeries.html +37 -25
- data/doc/Axlsx/Marker.html +63 -43
- data/doc/Axlsx/NumFmt.html +79 -65
- data/doc/Axlsx/OneCellAnchor.html +78 -54
- data/doc/Axlsx/Override.html +39 -27
- data/doc/Axlsx/Package.html +103 -163
- data/doc/Axlsx/Parser.html +549 -0
- data/doc/Axlsx/PatternFill.html +66 -51
- data/doc/Axlsx/Pic.html +230 -123
- data/doc/Axlsx/PictureLocking.html +1159 -0
- data/doc/Axlsx/Pie3DChart.html +23 -16
- data/doc/Axlsx/PieSeries.html +44 -30
- data/doc/Axlsx/RegexValidator.html +14 -10
- data/doc/Axlsx/Relationship.html +40 -27
- data/doc/Axlsx/Relationships.html +20 -14
- data/doc/Axlsx/RestrictionValidator.html +25 -17
- data/doc/Axlsx/Row.html +73 -53
- data/doc/Axlsx/Scaling.html +46 -31
- data/doc/Axlsx/SerAxis.html +49 -33
- data/doc/Axlsx/Series.html +51 -35
- data/doc/Axlsx/SeriesTitle.html +14 -10
- data/doc/Axlsx/Styles.html +210 -156
- data/doc/Axlsx/TableStyle.html +47 -32
- data/doc/Axlsx/TableStyleElement.html +75 -61
- data/doc/Axlsx/TableStyles.html +42 -28
- data/doc/Axlsx/Title.html +36 -25
- data/doc/Axlsx/TwoCellAnchor.html +83 -58
- data/doc/Axlsx/ValAxis.html +35 -24
- data/doc/Axlsx/ValAxisData.html +13 -9
- data/doc/Axlsx/View3D.html +64 -43
- data/doc/Axlsx/Workbook.html +305 -147
- data/doc/Axlsx/Worksheet.html +567 -271
- data/doc/Axlsx/Xf.html +114 -77
- data/doc/_index.html +15 -1
- data/doc/class_list.html +1 -1
- data/doc/css/style.css +1 -1
- data/doc/file.LICENSE.html +25 -21
- data/doc/file.README.html +89 -66
- data/doc/index.html +89 -66
- data/doc/js/app.js +4 -4
- data/doc/method_list.html +717 -413
- data/doc/top-level-namespace.html +1 -1
- data/examples/example.rb +52 -25
- data/examples/follow_20111202.xlsx +0 -0
- data/lib/axlsx.rb +14 -1
- data/lib/axlsx/drawing/chart.rb +20 -4
- data/lib/axlsx/drawing/drawing.rb +1 -1
- data/lib/axlsx/drawing/pic.rb +5 -2
- data/lib/axlsx/drawing/picture_locking.rb +72 -0
- data/lib/axlsx/package.rb +9 -7
- data/lib/axlsx/stylesheet/color.rb +19 -9
- data/lib/axlsx/stylesheet/styles.rb +2 -0
- data/lib/axlsx/util/constants.rb +6 -0
- data/lib/axlsx/util/parser.rb +43 -0
- data/lib/axlsx/version.rb +1 -1
- data/lib/axlsx/workbook/workbook.rb +21 -1
- data/lib/axlsx/workbook/worksheet/cell.rb +159 -7
- data/lib/axlsx/workbook/worksheet/row.rb +4 -2
- data/lib/axlsx/workbook/worksheet/worksheet.rb +38 -4
- data/test/drawing/tc_picture_locking.rb +73 -0
- data/test/rels/tc_relationships.rb +0 -1
- data/test/stylesheet/tc_styles.rb +0 -12
- data/test/tc_package.rb +5 -3
- data/test/workbook/tc_workbook.rb +7 -0
- data/test/workbook/worksheet/tc_cell.rb +102 -1
- data/test/workbook/worksheet/tc_worksheet.rb +17 -0
- metadata +79 -19
- data/doc/Axlsx/Ar.html +0 -196
- data/doc/Axlsx/Ar/ClassMethods.html +0 -188
- data/doc/Axlsx/Ar/InstanceMethods.html +0 -108
- data/doc/Axlsx/Ar/SingletonMethods.html +0 -312
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,20 @@
|
|
1
1
|
CHANGELOG
|
2
2
|
---------
|
3
3
|
|
4
|
+
- **October.30.11**: 1.0.10 release
|
5
|
+
- Updating gemspec to lower gem version requirements.
|
6
|
+
- Added row.style assignation for updating the cell style for an entire row
|
7
|
+
- Added col_style method to worksheet upate a the style for a column of cells
|
8
|
+
- Added cols for an easy reference to columns in a worksheet.
|
9
|
+
- prep for pre release of acts_as_xlsx gem
|
10
|
+
- added in travis.ci configuration and build status
|
11
|
+
- fixed out of range bug in time calculations for 32bit time.
|
12
|
+
- added i18n for active support
|
13
|
+
|
14
|
+
- **October.26.11**: 1.0.9 release
|
15
|
+
- Updated to support ruby 1.9.3
|
16
|
+
- Updated to eliminate all warnings originating in this gem
|
17
|
+
|
4
18
|
- **October.23.11**: 1.0.8 release
|
5
19
|
- Added support for images (jpg, gif, png) in worksheets.
|
6
20
|
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,10 +1,22 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
axlsx (1.0.11)
|
5
|
+
activesupport (>= 2.3.9)
|
6
|
+
i18n (>= 0.6.0)
|
7
|
+
nokogiri (>= 1.4.1)
|
8
|
+
rmagick (>= 2.12.2)
|
9
|
+
zip (>= 2.0.2)
|
10
|
+
|
1
11
|
GEM
|
2
12
|
remote: http://rubygems.org/
|
3
13
|
specs:
|
4
|
-
activesupport (3.
|
14
|
+
activesupport (3.1.3)
|
15
|
+
multi_json (~> 1.0)
|
5
16
|
i18n (0.6.0)
|
17
|
+
multi_json (1.0.4)
|
6
18
|
nokogiri (1.5.0)
|
7
|
-
rake (0.9.2)
|
19
|
+
rake (0.9.2.2)
|
8
20
|
rmagick (2.13.1)
|
9
21
|
zip (2.0.2)
|
10
22
|
|
@@ -12,9 +24,6 @@ PLATFORMS
|
|
12
24
|
ruby
|
13
25
|
|
14
26
|
DEPENDENCIES
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
rake
|
19
|
-
rmagick (>= 2.12.2)
|
20
|
-
zip (>= 2.0.2)
|
27
|
+
axlsx!
|
28
|
+
bundler
|
29
|
+
rake (= 0.9.2.2)
|
data/README.md
CHANGED
@@ -7,10 +7,10 @@ Axlsx: Office Open XML Spreadsheet Generation
|
|
7
7
|
**Author**: Randy Morgan
|
8
8
|
**Copyright**: 2011
|
9
9
|
**License**: MIT License
|
10
|
-
**Latest Version**: 1.0.
|
11
|
-
**Ruby Version**: 1.8.7, 1.9.3
|
10
|
+
**Latest Version**: 1.0.11
|
11
|
+
**Ruby Version**: 1.8.7, 1.9.2, 1.9.3
|
12
12
|
|
13
|
-
**Release Date**:
|
13
|
+
**Release Date**: December 5th 2011
|
14
14
|
|
15
15
|
Synopsis
|
16
16
|
--------
|
@@ -39,10 +39,16 @@ Feature List
|
|
39
39
|
|
40
40
|
**5. Automatic column widths: Axlsx will automatically determine the appropriate width for your columns based on the content in the worksheet.
|
41
41
|
|
42
|
-
**6. Support for
|
42
|
+
**6. Support for automatically formatted 1904 and 1900 epocs configurable in the workbook.
|
43
43
|
|
44
44
|
**7. Add jpg, gif and png images to worksheets
|
45
45
|
|
46
|
+
**8. Refernce cells in your worksheet with "A1" and "A1:D4" style references or from the workbook using "Sheett1!A3:B4" style references
|
47
|
+
|
48
|
+
**9. Cell level style overrides for default and customized style object
|
49
|
+
|
50
|
+
**10. Support for formulas
|
51
|
+
|
46
52
|
Installing
|
47
53
|
----------
|
48
54
|
|
@@ -58,12 +64,25 @@ Usage
|
|
58
64
|
require 'rubygems'
|
59
65
|
require 'axlsx'
|
60
66
|
|
67
|
+
|
68
|
+
Validation
|
69
|
+
|
70
|
+
p = Axlsx::Package.new
|
71
|
+
p.workbook.add_worksheet do |sheet|
|
72
|
+
sheet.add_row ["First", "Second", "Third"]
|
73
|
+
sheet.add_row [1, 2, 3]
|
74
|
+
end
|
75
|
+
|
76
|
+
p.validate.each do |error|
|
77
|
+
puts error.inspect
|
78
|
+
end
|
79
|
+
|
61
80
|
A Simple Workbook
|
62
81
|
|
63
82
|
p = Axlsx::Package.new
|
64
83
|
p.workbook.add_worksheet do |sheet|
|
65
84
|
sheet.add_row ["First", "Second", "Third"]
|
66
|
-
sheet.add_row [1, 2,
|
85
|
+
sheet.add_row [1, 2, Time.now]
|
67
86
|
end
|
68
87
|
p.serialize("example1.xlsx")
|
69
88
|
|
@@ -71,10 +90,11 @@ Generating A Bar Chart
|
|
71
90
|
|
72
91
|
p = Axlsx::Package.new
|
73
92
|
p.workbook.add_worksheet do |sheet|
|
93
|
+
sheet.add_row ["A Simple Bar Chart"]
|
74
94
|
sheet.add_row ["First", "Second", "Third"]
|
75
95
|
sheet.add_row [1, 2, 3]
|
76
|
-
sheet.add_chart(Axlsx::Bar3DChart, :start_at =>
|
77
|
-
chart.add_series :data=>sheet
|
96
|
+
sheet.add_chart(Axlsx::Bar3DChart, :start_at => "A4", :end_at => "F17", :title=>sheet["A1"]) do |chart|
|
97
|
+
chart.add_series :data => sheet["A3:C3"], :labels => sheet["A2:C2"]
|
78
98
|
end
|
79
99
|
end
|
80
100
|
p.serialize("example2.xlsx")
|
@@ -83,25 +103,41 @@ Generating A Pie Chart
|
|
83
103
|
|
84
104
|
p = Axlsx::Package.new
|
85
105
|
p.workbook.add_worksheet do |sheet|
|
86
|
-
sheet.add_row ["First", "Second", "Third"]
|
87
|
-
sheet.add_row [1, 2, 3]
|
88
|
-
sheet.add_chart(Axlsx::Pie3DChart, :start_at => [0,2], :end_at => [5, 15], :title=>"example 3: Pie Chart") do |chart|
|
89
|
-
chart.add_series :data=>sheet
|
106
|
+
sheet.add_row ["First", "Second", "Third", "Fourth"]
|
107
|
+
sheet.add_row [1, 2, 3, "=PRODUCT(A2:C2)"]
|
108
|
+
sheet.add_chart(Axlsx::Pie3DChart, :start_at => [0, 2], :end_at => [5, 15], :title=>"example 3: Pie Chart") do |chart|
|
109
|
+
chart.add_series :data => sheet["A2:D2"], :labels => sheet["A1:D1"]
|
90
110
|
end
|
91
111
|
end
|
92
112
|
p.serialize("example3.xlsx")
|
93
113
|
|
114
|
+
Generating A Line Chart
|
115
|
+
|
116
|
+
p = Axlsx::Package.new
|
117
|
+
p.workbook.add_worksheet do |sheet|
|
118
|
+
sheet.add_row ["First", 1, 5, 7, 9]
|
119
|
+
sheet.add_row ["Second", 5, 2, 14, 9]
|
120
|
+
sheet.add_chart(Axlsx::Line3DChart, :title=>"example 6: Line Chart") do |chart|
|
121
|
+
chart.start_at 0, 2
|
122
|
+
chart.end_at 10, 15
|
123
|
+
chart.add_series :data=>sheet["B1:E1"], :title=> sheet["A1"]
|
124
|
+
chart.add_series :data=>sheet["B2:E2"], :title=> sheet["A2"]
|
125
|
+
end
|
126
|
+
|
127
|
+
end
|
128
|
+
p.serialize("example4.xlsx")
|
129
|
+
|
94
130
|
Using Custom Styles
|
95
131
|
|
96
132
|
p = Axlsx::Package.new
|
97
133
|
wb = p.workbook
|
98
|
-
black_cell = wb.styles.add_style :bg_color => "
|
99
|
-
blue_cell = wb.styles.add_style :bg_color => "
|
134
|
+
black_cell = wb.styles.add_style :bg_color => "00", :fg_color => "FF", :sz=>14, :alignment => { :horizontal=> :center }
|
135
|
+
blue_cell = wb.styles.add_style :bg_color => "0000FF", :fg_color => "FF", :sz=>14, :alignment => { :horizontal=> :center }
|
100
136
|
wb.add_worksheet do |sheet|
|
101
137
|
sheet.add_row ["Text Autowidth", "Second", "Third"], :style => [black_cell, blue_cell, black_cell]
|
102
138
|
sheet.add_row [1, 2, 3], :style => Axlsx::STYLE_THIN_BORDER
|
103
139
|
end
|
104
|
-
p.serialize("
|
140
|
+
p.serialize("example5.xlsx")
|
105
141
|
|
106
142
|
Using Custom Formatting and date1904
|
107
143
|
|
@@ -115,47 +151,22 @@ Using Custom Formatting and date1904
|
|
115
151
|
sheet.add_row ["Custom Formatted Date", "Percent Formatted Float", "Padded Numbers"], :style => Axlsx::STYLE_THIN_BORDER
|
116
152
|
sheet.add_row [Time.now, 0.2, 32], :style => [date, percent, padded]
|
117
153
|
end
|
118
|
-
p.serialize("
|
119
|
-
|
120
|
-
Validation
|
121
|
-
|
122
|
-
p = Axlsx::Package.new
|
123
|
-
p.workbook.add_worksheet do |sheet|
|
124
|
-
sheet.add_row ["First", "Second", "Third"]
|
125
|
-
sheet.add_row [1, 2, 3]
|
126
|
-
end
|
127
|
-
|
128
|
-
p.validate.each do |error|
|
129
|
-
puts error.inspect
|
130
|
-
end
|
154
|
+
p.serialize("example6.xlsx")
|
131
155
|
|
132
|
-
Generating A Line Chart
|
133
156
|
|
134
|
-
p = Axlsx::Package.new
|
135
|
-
p.workbook.add_worksheet do |sheet|
|
136
|
-
sheet.add_row ["First", 1, 5, 7, 9]
|
137
|
-
sheet.add_row ["Second", 5, 2, 14, 9]
|
138
|
-
sheet.add_chart(Axlsx::Line3DChart, :title=>"example 6: Line Chart") do |chart|
|
139
|
-
chart.start_at 0, 2
|
140
|
-
chart.end_at 10, 15
|
141
|
-
chart.add_series :data=>sheet.rows.first.cells[(1..-1)], :title=> sheet.rows.first.cells.first
|
142
|
-
chart.add_series :data=>sheet.rows.last.cells[(1..-1)], :title=> sheet.rows.last.cells.first
|
143
|
-
end
|
144
|
-
|
145
|
-
end
|
146
|
-
p.serialize("example6.xlsx")
|
147
157
|
|
148
|
-
|
158
|
+
Add an Image
|
149
159
|
|
150
160
|
p = Axlsx::Package.new
|
151
161
|
p.workbook.add_worksheet do |sheet|
|
152
|
-
|
162
|
+
img = File.expand_path('examples/image1.jpeg')
|
163
|
+
sheet.add_image(:image_src => img, :noSelect=>true, :noMove=>true) do |image|
|
153
164
|
image.width=720
|
154
165
|
image.height=666
|
155
166
|
image.start_at 2, 2
|
156
167
|
end
|
157
168
|
end
|
158
|
-
p.serialize("
|
169
|
+
p.serialize("example8.xlsx")
|
159
170
|
|
160
171
|
Asian Language Support
|
161
172
|
|
@@ -165,7 +176,7 @@ Asian Language Support
|
|
165
176
|
sheet.add_row ["华语/華語"]
|
166
177
|
sheet.add_row ["한국어/조선말"]
|
167
178
|
end
|
168
|
-
p.serialize("
|
179
|
+
p.serialize("example9.xlsx")
|
169
180
|
|
170
181
|
Styling Columns
|
171
182
|
|
@@ -189,12 +200,36 @@ Styling Rows
|
|
189
200
|
sheet.add_row [1, 2, 0.2, 4]
|
190
201
|
sheet.add_row [1, 2, 0.1, 4]
|
191
202
|
end
|
192
|
-
head = p.workbook.styles.add_style :bg_color => "
|
203
|
+
head = p.workbook.styles.add_style :bg_color => "00", :fg_color=>"FF"
|
193
204
|
percent = p.workbook.styles.add_style :num_fmt => 9
|
194
205
|
p.workbook.worksheets.first.col_style 2, percent, :row_offset=>1
|
195
206
|
p.workbook.worksheets.first.row_style 0, head
|
196
207
|
p.serialize("example11.xlsx")
|
197
208
|
|
209
|
+
Using formula
|
210
|
+
|
211
|
+
p = Axlsx::Package.new
|
212
|
+
p.workbook.add_worksheet do |sheet|
|
213
|
+
sheet.add_row ['col 1', 'col 2', 'col 3', 'col 4']
|
214
|
+
sheet.add_row [1, 2, 3, "=SUM(A2:C2)"]
|
215
|
+
end
|
216
|
+
p.serialize("example12.xlsx")
|
217
|
+
|
218
|
+
Using cell specific styling and range / name based access
|
219
|
+
|
220
|
+
p = Axlsx::Package.new
|
221
|
+
p.workbook.add_worksheet(:name=>'My Worksheet') do |sheet|
|
222
|
+
# cell level style overides when adding cells
|
223
|
+
sheet.add_row ['col 1', 'col 2', 'col 3', 'col 4'], :sz => 16
|
224
|
+
sheet.add_row [1, 2, 3, "=SUM(A2:C2)"]
|
225
|
+
# cell level style overrides via sheet range
|
226
|
+
sheet["A1:D1"].each { |c| c.color = "FF0000"}
|
227
|
+
end
|
228
|
+
p.workbook['My Worksheet!A1:D2'].each { |c| c.style = Axlsx::STYLE_THIN_BORDER }
|
229
|
+
p.serialize("example13.xlsx")
|
230
|
+
|
231
|
+
|
232
|
+
|
198
233
|
###Documentation
|
199
234
|
|
200
235
|
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:
|
@@ -209,19 +244,13 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
|
|
209
244
|
|
210
245
|
Changelog
|
211
246
|
---------
|
212
|
-
- **
|
213
|
-
-
|
214
|
-
- Added
|
215
|
-
-
|
216
|
-
-
|
217
|
-
-
|
218
|
-
-
|
219
|
-
- fixed out of range bug in time calculations for 32bit time.
|
220
|
-
- added i18n for active support
|
221
|
-
|
222
|
-
- **October.26.11**: 1.0.9 release
|
223
|
-
- Updated to support ruby 1.9.3
|
224
|
-
- Updated to eliminate all warnings originating in this gem
|
247
|
+
- **December.5.11**: 1.0.11 release
|
248
|
+
- Added [] methods to worksheet and workbook to provide name based access to cells.
|
249
|
+
- Added support for functions as cell values
|
250
|
+
- Updated color creation so that two character shorthand values can be used like 'FF' for 'FFFFFFFF' or 'D8' for 'FFD8D8D8'
|
251
|
+
- Examples for all this fun stuff added to the readme
|
252
|
+
- Clean up and support for 1.9.2 and travis integration
|
253
|
+
- Added support for string based cell referencing to chart start_at and end_at. That means you can now use :start_at=>"A1" when using worksheet.add_chart, or chart.start_at ="A1" in addition to passing a cell or the x, y coordinates.
|
225
254
|
|
226
255
|
Please see the {file:CHANGELOG.md} document for past release information.
|
227
256
|
|
data/axlsx.gemspec
CHANGED
@@ -8,14 +8,14 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.homepage = 'https://github.com/randym/axlsx'
|
9
9
|
s.platform = Gem::Platform::RUBY
|
10
10
|
s.date = Time.now.strftime('%Y-%m-%d')
|
11
|
-
s.summary = "OOXML (xlsx) with charts, styles, images and autowidth columns."
|
11
|
+
s.summary = "excel OOXML (xlsx) with charts, styles, images and autowidth columns."
|
12
12
|
s.has_rdoc = 'axlsx'
|
13
13
|
s.description = <<-eof
|
14
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
15
|
eof
|
16
16
|
# s.files = Dir.glob("{doc,lib,test,schema,examples}/**/*") + %w{ LICENSE README.md Rakefile CHANGELOG.md }
|
17
17
|
|
18
|
-
s.files = FileList.new('*', 'lib/**/*', 'doc/**/*', '
|
18
|
+
s.files = FileList.new('*', 'lib/**/*', 'doc/**/*', 'schema/**/*', 'examples/**/*') do |fl|
|
19
19
|
fl.exclude("*.*~")
|
20
20
|
fl.exclude(".*")
|
21
21
|
fl.exclude("todo")
|
@@ -23,12 +23,18 @@ Gem::Specification.new do |s|
|
|
23
23
|
fl.exclude("*.xlsx")
|
24
24
|
end
|
25
25
|
|
26
|
+
s.test_files = FileList.new('test/**/*') do |fl|
|
27
|
+
fl.exclude("*.*~")
|
28
|
+
end
|
29
|
+
|
26
30
|
s.add_runtime_dependency 'nokogiri', '>= 1.4.1'
|
27
31
|
s.add_runtime_dependency 'activesupport', '>= 2.3.9'
|
28
32
|
s.add_runtime_dependency 'i18n', '>= 0.6.0'
|
29
33
|
s.add_runtime_dependency 'rmagick', '>= 2.12.2'
|
30
34
|
s.add_runtime_dependency 'zip', '>= 2.0.2'
|
31
|
-
|
35
|
+
|
36
|
+
s.add_development_dependency 'rake', "0.8.7" if RUBY_VERSION == "1.9.2"
|
37
|
+
s.add_development_dependency 'rake', "0.9.2.2" if ["1.9.3", "1.8.7"].include?(RUBY_VERSION)
|
32
38
|
s.add_development_dependency 'bundler'
|
33
39
|
|
34
40
|
s.required_ruby_version = '>= 1.8.7'
|
data/doc/Axlsx.html
CHANGED
@@ -73,7 +73,7 @@
|
|
73
73
|
|
74
74
|
<dt class="r1 last">Defined in:</dt>
|
75
75
|
<dd class="r1 last">lib/axlsx.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/
|
76
|
+
lib/axlsx/version.rb,<br /> lib/axlsx/package.rb,<br /> lib/axlsx/util/parser.rb,<br /> lib/axlsx/drawing/pic.rb,<br /> lib/axlsx/drawing/axis.rb,<br /> lib/axlsx/drawing/chart.rb,<br /> lib/axlsx/stylesheet/xf.rb,<br /> lib/axlsx/doc_props/app.rb,<br /> lib/axlsx/drawing/title.rb,<br /> lib/axlsx/doc_props/core.rb,<br /> lib/axlsx/drawing/series.rb,<br /> lib/axlsx/util/constants.rb,<br /> lib/axlsx/drawing/marker.rb,<br /> lib/axlsx/drawing/drawing.rb,<br /> lib/axlsx/drawing/scaling.rb,<br /> lib/axlsx/drawing/view_3D.rb,<br /> lib/axlsx/stylesheet/font.rb,<br /> lib/axlsx/stylesheet/fill.rb,<br /> lib/axlsx/util/validators.rb,<br /> lib/axlsx/drawing/val_axis.rb,<br /> lib/axlsx/drawing/cat_axis.rb,<br /> lib/axlsx/drawing/ser_axis.rb,<br /> lib/axlsx/stylesheet/color.rb,<br /> lib/axlsx/stylesheet/styles.rb,<br /> lib/axlsx/stylesheet/border.rb,<br /> lib/axlsx/workbook/workbook.rb,<br /> lib/axlsx/rels/relationship.rb,<br /> lib/axlsx/drawing/pie_series.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/line_series.rb,<br /> lib/axlsx/drawing/pie_3D_chart.rb,<br /> lib/axlsx/stylesheet/border_pr.rb,<br /> lib/axlsx/content_type/default.rb,<br /> lib/axlsx/drawing/bar_3D_chart.rb,<br /> lib/axlsx/drawing/series_title.rb,<br /> lib/axlsx/drawing/cat_axis_data.rb,<br /> lib/axlsx/content_type/override.rb,<br /> lib/axlsx/drawing/graphic_frame.rb,<br /> lib/axlsx/drawing/line_3D_chart.rb,<br /> lib/axlsx/drawing/val_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/stylesheet/pattern_fill.rb,<br /> lib/axlsx/stylesheet/table_styles.rb,<br /> lib/axlsx/workbook/worksheet/cell.rb,<br /> lib/axlsx/drawing/one_cell_anchor.rb,<br /> lib/axlsx/drawing/two_cell_anchor.rb,<br /> lib/axlsx/drawing/picture_locking.rb,<br /> lib/axlsx/stylesheet/gradient_fill.rb,<br /> lib/axlsx/stylesheet/gradient_stop.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,14 +81,15 @@
|
|
81
81
|
|
82
82
|
<h2>Overview</h2><div class="docstring">
|
83
83
|
<div class="discussion">
|
84
|
-
|
85
|
-
|
84
|
+
<p>
|
85
|
+
xlsx generation with charts, images, automated column width, customizable
|
86
86
|
styles and full schema validation. Axlsx excels at helping you generate
|
87
87
|
beautiful Office Open XML Spreadsheet documents without having to
|
88
88
|
understand the entire ECMA specification. Check out the README for some
|
89
89
|
examples of how easy it is. Best of all, you can validate your xlsx file
|
90
90
|
before serialization so you know for sure that anything generated is going
|
91
|
-
to load on your client
|
91
|
+
to load on your client’s machine.
|
92
|
+
</p>
|
92
93
|
|
93
94
|
|
94
95
|
</div>
|
@@ -100,9 +101,11 @@ to load on your client’s machine.</p>
|
|
100
101
|
<p class="children">
|
101
102
|
|
102
103
|
|
104
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Axlsx/Parser.html" title="Axlsx::Parser (module)">Parser</a></span>
|
105
|
+
|
103
106
|
|
104
107
|
|
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>
|
108
|
+
<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/PictureLocking.html" title="Axlsx::PictureLocking (class)">PictureLocking</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>
|
106
109
|
|
107
110
|
|
108
111
|
</p>
|
@@ -114,8 +117,9 @@ to load on your client’s machine.</p>
|
|
114
117
|
<dt id="VERSION-constant" class="">VERSION =
|
115
118
|
<div class="docstring">
|
116
119
|
<div class="discussion">
|
117
|
-
|
118
|
-
|
120
|
+
<p>
|
121
|
+
version
|
122
|
+
</p>
|
119
123
|
|
120
124
|
|
121
125
|
</div>
|
@@ -125,14 +129,15 @@ to load on your client’s machine.</p>
|
|
125
129
|
|
126
130
|
</div>
|
127
131
|
</dt>
|
128
|
-
<dd><pre class="code"><span class='string val'>"1.0.
|
132
|
+
<dd><pre class="code"><span class='string val'>"1.0.11"</span>
|
129
133
|
</pre></dd>
|
130
134
|
|
131
135
|
<dt id="ENCODING-constant" class="">ENCODING =
|
132
136
|
<div class="docstring">
|
133
137
|
<div class="discussion">
|
134
|
-
|
135
|
-
|
138
|
+
<p>
|
139
|
+
XML Encoding
|
140
|
+
</p>
|
136
141
|
|
137
142
|
|
138
143
|
</div>
|
@@ -148,8 +153,9 @@ to load on your client’s machine.</p>
|
|
148
153
|
<dt id="XML_NS-constant" class="">XML_NS =
|
149
154
|
<div class="docstring">
|
150
155
|
<div class="discussion">
|
151
|
-
|
152
|
-
|
156
|
+
<p>
|
157
|
+
spreadsheetML namespace
|
158
|
+
</p>
|
153
159
|
|
154
160
|
|
155
161
|
</div>
|
@@ -165,8 +171,9 @@ to load on your client’s machine.</p>
|
|
165
171
|
<dt id="XML_NS_T-constant" class="">XML_NS_T =
|
166
172
|
<div class="docstring">
|
167
173
|
<div class="discussion">
|
168
|
-
|
169
|
-
|
174
|
+
<p>
|
175
|
+
content-types namespace
|
176
|
+
</p>
|
170
177
|
|
171
178
|
|
172
179
|
</div>
|
@@ -182,8 +189,9 @@ to load on your client’s machine.</p>
|
|
182
189
|
<dt id="APP_NS-constant" class="">APP_NS =
|
183
190
|
<div class="docstring">
|
184
191
|
<div class="discussion">
|
185
|
-
|
186
|
-
|
192
|
+
<p>
|
193
|
+
extended-properties namespace
|
194
|
+
</p>
|
187
195
|
|
188
196
|
|
189
197
|
</div>
|
@@ -199,8 +207,9 @@ to load on your client’s machine.</p>
|
|
199
207
|
<dt id="APP_NS_VT-constant" class="">APP_NS_VT =
|
200
208
|
<div class="docstring">
|
201
209
|
<div class="discussion">
|
202
|
-
|
203
|
-
|
210
|
+
<p>
|
211
|
+
doc props namespace
|
212
|
+
</p>
|
204
213
|
|
205
214
|
|
206
215
|
</div>
|
@@ -216,8 +225,9 @@ to load on your client’s machine.</p>
|
|
216
225
|
<dt id="CORE_NS-constant" class="">CORE_NS =
|
217
226
|
<div class="docstring">
|
218
227
|
<div class="discussion">
|
219
|
-
|
220
|
-
|
228
|
+
<p>
|
229
|
+
core properties namespace
|
230
|
+
</p>
|
221
231
|
|
222
232
|
|
223
233
|
</div>
|
@@ -233,8 +243,9 @@ to load on your client’s machine.</p>
|
|
233
243
|
<dt id="CORE_NS_DC-constant" class="">CORE_NS_DC =
|
234
244
|
<div class="docstring">
|
235
245
|
<div class="discussion">
|
236
|
-
|
237
|
-
|
246
|
+
<p>
|
247
|
+
dc elements (core) namespace
|
248
|
+
</p>
|
238
249
|
|
239
250
|
|
240
251
|
</div>
|
@@ -250,8 +261,9 @@ to load on your client’s machine.</p>
|
|
250
261
|
<dt id="CORE_NS_DCMIT-constant" class="">CORE_NS_DCMIT =
|
251
262
|
<div class="docstring">
|
252
263
|
<div class="discussion">
|
253
|
-
|
254
|
-
|
264
|
+
<p>
|
265
|
+
dcmit (core) namespcace
|
266
|
+
</p>
|
255
267
|
|
256
268
|
|
257
269
|
</div>
|
@@ -267,8 +279,9 @@ to load on your client’s machine.</p>
|
|
267
279
|
<dt id="CORE_NS_DCT-constant" class="">CORE_NS_DCT =
|
268
280
|
<div class="docstring">
|
269
281
|
<div class="discussion">
|
270
|
-
|
271
|
-
|
282
|
+
<p>
|
283
|
+
dc terms namespace
|
284
|
+
</p>
|
272
285
|
|
273
286
|
|
274
287
|
</div>
|
@@ -284,8 +297,9 @@ to load on your client’s machine.</p>
|
|
284
297
|
<dt id="CORE_NS_XSI-constant" class="">CORE_NS_XSI =
|
285
298
|
<div class="docstring">
|
286
299
|
<div class="discussion">
|
287
|
-
|
288
|
-
|
300
|
+
<p>
|
301
|
+
xml schema namespace
|
302
|
+
</p>
|
289
303
|
|
290
304
|
|
291
305
|
</div>
|
@@ -301,8 +315,9 @@ to load on your client’s machine.</p>
|
|
301
315
|
<dt id="XML_NS_XDR-constant" class="">XML_NS_XDR =
|
302
316
|
<div class="docstring">
|
303
317
|
<div class="discussion">
|
304
|
-
|
305
|
-
|
318
|
+
<p>
|
319
|
+
spreadsheet drawing namespace
|
320
|
+
</p>
|
306
321
|
|
307
322
|
|
308
323
|
</div>
|
@@ -318,8 +333,9 @@ to load on your client’s machine.</p>
|
|
318
333
|
<dt id="XML_NS_A-constant" class="">XML_NS_A =
|
319
334
|
<div class="docstring">
|
320
335
|
<div class="discussion">
|
321
|
-
|
322
|
-
|
336
|
+
<p>
|
337
|
+
drawing namespace
|
338
|
+
</p>
|
323
339
|
|
324
340
|
|
325
341
|
</div>
|
@@ -335,8 +351,9 @@ to load on your client’s machine.</p>
|
|
335
351
|
<dt id="XML_NS_C-constant" class="">XML_NS_C =
|
336
352
|
<div class="docstring">
|
337
353
|
<div class="discussion">
|
338
|
-
|
339
|
-
|
354
|
+
<p>
|
355
|
+
chart namespace
|
356
|
+
</p>
|
340
357
|
|
341
358
|
|
342
359
|
</div>
|
@@ -352,8 +369,9 @@ to load on your client’s machine.</p>
|
|
352
369
|
<dt id="XML_NS_R-constant" class="">XML_NS_R =
|
353
370
|
<div class="docstring">
|
354
371
|
<div class="discussion">
|
355
|
-
|
356
|
-
|
372
|
+
<p>
|
373
|
+
relationships namespace
|
374
|
+
</p>
|
357
375
|
|
358
376
|
|
359
377
|
</div>
|
@@ -369,8 +387,9 @@ to load on your client’s machine.</p>
|
|
369
387
|
<dt id="RELS_R-constant" class="">RELS_R =
|
370
388
|
<div class="docstring">
|
371
389
|
<div class="discussion">
|
372
|
-
|
373
|
-
|
390
|
+
<p>
|
391
|
+
relationships name space
|
392
|
+
</p>
|
374
393
|
|
375
394
|
|
376
395
|
</div>
|
@@ -386,8 +405,9 @@ to load on your client’s machine.</p>
|
|
386
405
|
<dt id="TABLE_R-constant" class="">TABLE_R =
|
387
406
|
<div class="docstring">
|
388
407
|
<div class="discussion">
|
389
|
-
|
390
|
-
|
408
|
+
<p>
|
409
|
+
table rels namespace
|
410
|
+
</p>
|
391
411
|
|
392
412
|
|
393
413
|
</div>
|
@@ -403,8 +423,9 @@ to load on your client’s machine.</p>
|
|
403
423
|
<dt id="WORKBOOK_R-constant" class="">WORKBOOK_R =
|
404
424
|
<div class="docstring">
|
405
425
|
<div class="discussion">
|
406
|
-
|
407
|
-
|
426
|
+
<p>
|
427
|
+
workbook rels namespace
|
428
|
+
</p>
|
408
429
|
|
409
430
|
|
410
431
|
</div>
|
@@ -420,8 +441,9 @@ to load on your client’s machine.</p>
|
|
420
441
|
<dt id="WORKSHEET_R-constant" class="">WORKSHEET_R =
|
421
442
|
<div class="docstring">
|
422
443
|
<div class="discussion">
|
423
|
-
|
424
|
-
|
444
|
+
<p>
|
445
|
+
worksheet rels namespace
|
446
|
+
</p>
|
425
447
|
|
426
448
|
|
427
449
|
</div>
|
@@ -437,8 +459,9 @@ to load on your client’s machine.</p>
|
|
437
459
|
<dt id="APP_R-constant" class="">APP_R =
|
438
460
|
<div class="docstring">
|
439
461
|
<div class="discussion">
|
440
|
-
|
441
|
-
|
462
|
+
<p>
|
463
|
+
app rels namespace
|
464
|
+
</p>
|
442
465
|
|
443
466
|
|
444
467
|
</div>
|
@@ -454,8 +477,9 @@ to load on your client’s machine.</p>
|
|
454
477
|
<dt id="CORE_R-constant" class="">CORE_R =
|
455
478
|
<div class="docstring">
|
456
479
|
<div class="discussion">
|
457
|
-
|
458
|
-
|
480
|
+
<p>
|
481
|
+
core rels namespace
|
482
|
+
</p>
|
459
483
|
|
460
484
|
|
461
485
|
</div>
|
@@ -471,8 +495,9 @@ to load on your client’s machine.</p>
|
|
471
495
|
<dt id="STYLES_R-constant" class="">STYLES_R =
|
472
496
|
<div class="docstring">
|
473
497
|
<div class="discussion">
|
474
|
-
|
475
|
-
|
498
|
+
<p>
|
499
|
+
styles rels namespace
|
500
|
+
</p>
|
476
501
|
|
477
502
|
|
478
503
|
</div>
|
@@ -488,8 +513,9 @@ to load on your client’s machine.</p>
|
|
488
513
|
<dt id="DRAWING_R-constant" class="">DRAWING_R =
|
489
514
|
<div class="docstring">
|
490
515
|
<div class="discussion">
|
491
|
-
|
492
|
-
|
516
|
+
<p>
|
517
|
+
drawing rels namespace
|
518
|
+
</p>
|
493
519
|
|
494
520
|
|
495
521
|
</div>
|
@@ -505,8 +531,9 @@ to load on your client’s machine.</p>
|
|
505
531
|
<dt id="CHART_R-constant" class="">CHART_R =
|
506
532
|
<div class="docstring">
|
507
533
|
<div class="discussion">
|
508
|
-
|
509
|
-
|
534
|
+
<p>
|
535
|
+
chart rels namespace
|
536
|
+
</p>
|
510
537
|
|
511
538
|
|
512
539
|
</div>
|
@@ -522,8 +549,9 @@ to load on your client’s machine.</p>
|
|
522
549
|
<dt id="IMAGE_R-constant" class="">IMAGE_R =
|
523
550
|
<div class="docstring">
|
524
551
|
<div class="discussion">
|
525
|
-
|
526
|
-
|
552
|
+
<p>
|
553
|
+
image rels namespace
|
554
|
+
</p>
|
527
555
|
|
528
556
|
|
529
557
|
</div>
|
@@ -539,8 +567,9 @@ to load on your client’s machine.</p>
|
|
539
567
|
<dt id="TABLE_CT-constant" class="">TABLE_CT =
|
540
568
|
<div class="docstring">
|
541
569
|
<div class="discussion">
|
542
|
-
|
543
|
-
|
570
|
+
<p>
|
571
|
+
table content type
|
572
|
+
</p>
|
544
573
|
|
545
574
|
|
546
575
|
</div>
|
@@ -556,8 +585,9 @@ to load on your client’s machine.</p>
|
|
556
585
|
<dt id="WORKBOOK_CT-constant" class="">WORKBOOK_CT =
|
557
586
|
<div class="docstring">
|
558
587
|
<div class="discussion">
|
559
|
-
|
560
|
-
|
588
|
+
<p>
|
589
|
+
workbook content type
|
590
|
+
</p>
|
561
591
|
|
562
592
|
|
563
593
|
</div>
|
@@ -573,8 +603,9 @@ to load on your client’s machine.</p>
|
|
573
603
|
<dt id="APP_CT-constant" class="">APP_CT =
|
574
604
|
<div class="docstring">
|
575
605
|
<div class="discussion">
|
576
|
-
|
577
|
-
|
606
|
+
<p>
|
607
|
+
app content type
|
608
|
+
</p>
|
578
609
|
|
579
610
|
|
580
611
|
</div>
|
@@ -590,8 +621,9 @@ to load on your client’s machine.</p>
|
|
590
621
|
<dt id="RELS_CT-constant" class="">RELS_CT =
|
591
622
|
<div class="docstring">
|
592
623
|
<div class="discussion">
|
593
|
-
|
594
|
-
|
624
|
+
<p>
|
625
|
+
rels content type
|
626
|
+
</p>
|
595
627
|
|
596
628
|
|
597
629
|
</div>
|
@@ -607,8 +639,9 @@ to load on your client’s machine.</p>
|
|
607
639
|
<dt id="STYLES_CT-constant" class="">STYLES_CT =
|
608
640
|
<div class="docstring">
|
609
641
|
<div class="discussion">
|
610
|
-
|
611
|
-
|
642
|
+
<p>
|
643
|
+
styles content type
|
644
|
+
</p>
|
612
645
|
|
613
646
|
|
614
647
|
</div>
|
@@ -624,8 +657,9 @@ to load on your client’s machine.</p>
|
|
624
657
|
<dt id="XML_CT-constant" class="">XML_CT =
|
625
658
|
<div class="docstring">
|
626
659
|
<div class="discussion">
|
627
|
-
|
628
|
-
|
660
|
+
<p>
|
661
|
+
xml content type
|
662
|
+
</p>
|
629
663
|
|
630
664
|
|
631
665
|
</div>
|
@@ -641,8 +675,9 @@ to load on your client’s machine.</p>
|
|
641
675
|
<dt id="WORKSHEET_CT-constant" class="">WORKSHEET_CT =
|
642
676
|
<div class="docstring">
|
643
677
|
<div class="discussion">
|
644
|
-
|
645
|
-
|
678
|
+
<p>
|
679
|
+
worksheet content type
|
680
|
+
</p>
|
646
681
|
|
647
682
|
|
648
683
|
</div>
|
@@ -658,8 +693,9 @@ to load on your client’s machine.</p>
|
|
658
693
|
<dt id="SHARED_STRINGS_CT-constant" class="">SHARED_STRINGS_CT =
|
659
694
|
<div class="docstring">
|
660
695
|
<div class="discussion">
|
661
|
-
|
662
|
-
|
696
|
+
<p>
|
697
|
+
shared strings content type
|
698
|
+
</p>
|
663
699
|
|
664
700
|
|
665
701
|
</div>
|
@@ -675,8 +711,9 @@ to load on your client’s machine.</p>
|
|
675
711
|
<dt id="CORE_CT-constant" class="">CORE_CT =
|
676
712
|
<div class="docstring">
|
677
713
|
<div class="discussion">
|
678
|
-
|
679
|
-
|
714
|
+
<p>
|
715
|
+
core content type
|
716
|
+
</p>
|
680
717
|
|
681
718
|
|
682
719
|
</div>
|
@@ -692,8 +729,9 @@ to load on your client’s machine.</p>
|
|
692
729
|
<dt id="CHART_CT-constant" class="">CHART_CT =
|
693
730
|
<div class="docstring">
|
694
731
|
<div class="discussion">
|
695
|
-
|
696
|
-
|
732
|
+
<p>
|
733
|
+
chart content type
|
734
|
+
</p>
|
697
735
|
|
698
736
|
|
699
737
|
</div>
|
@@ -709,8 +747,9 @@ to load on your client’s machine.</p>
|
|
709
747
|
<dt id="JPEG_CT-constant" class="">JPEG_CT =
|
710
748
|
<div class="docstring">
|
711
749
|
<div class="discussion">
|
712
|
-
|
713
|
-
|
750
|
+
<p>
|
751
|
+
jpeg content type
|
752
|
+
</p>
|
714
753
|
|
715
754
|
|
716
755
|
</div>
|
@@ -726,8 +765,9 @@ to load on your client’s machine.</p>
|
|
726
765
|
<dt id="GIF_CT-constant" class="">GIF_CT =
|
727
766
|
<div class="docstring">
|
728
767
|
<div class="discussion">
|
729
|
-
|
730
|
-
|
768
|
+
<p>
|
769
|
+
gif content type
|
770
|
+
</p>
|
731
771
|
|
732
772
|
|
733
773
|
</div>
|
@@ -743,8 +783,9 @@ to load on your client’s machine.</p>
|
|
743
783
|
<dt id="PNG_CT-constant" class="">PNG_CT =
|
744
784
|
<div class="docstring">
|
745
785
|
<div class="discussion">
|
746
|
-
|
747
|
-
|
786
|
+
<p>
|
787
|
+
png content type
|
788
|
+
</p>
|
748
789
|
|
749
790
|
|
750
791
|
</div>
|
@@ -760,8 +801,9 @@ to load on your client’s machine.</p>
|
|
760
801
|
<dt id="DRAWING_CT-constant" class="">DRAWING_CT =
|
761
802
|
<div class="docstring">
|
762
803
|
<div class="discussion">
|
763
|
-
|
764
|
-
|
804
|
+
<p>
|
805
|
+
drawing content type
|
806
|
+
</p>
|
765
807
|
|
766
808
|
|
767
809
|
</div>
|
@@ -777,8 +819,9 @@ to load on your client’s machine.</p>
|
|
777
819
|
<dt id="XML_EX-constant" class="">XML_EX =
|
778
820
|
<div class="docstring">
|
779
821
|
<div class="discussion">
|
780
|
-
|
781
|
-
|
822
|
+
<p>
|
823
|
+
xml content type extensions
|
824
|
+
</p>
|
782
825
|
|
783
826
|
|
784
827
|
</div>
|
@@ -794,8 +837,9 @@ to load on your client’s machine.</p>
|
|
794
837
|
<dt id="JPEG_EX-constant" class="">JPEG_EX =
|
795
838
|
<div class="docstring">
|
796
839
|
<div class="discussion">
|
797
|
-
|
798
|
-
|
840
|
+
<p>
|
841
|
+
jpeg extension
|
842
|
+
</p>
|
799
843
|
|
800
844
|
|
801
845
|
</div>
|
@@ -811,8 +855,9 @@ to load on your client’s machine.</p>
|
|
811
855
|
<dt id="GIF_EX-constant" class="">GIF_EX =
|
812
856
|
<div class="docstring">
|
813
857
|
<div class="discussion">
|
814
|
-
|
815
|
-
|
858
|
+
<p>
|
859
|
+
gif extension
|
860
|
+
</p>
|
816
861
|
|
817
862
|
|
818
863
|
</div>
|
@@ -828,8 +873,9 @@ to load on your client’s machine.</p>
|
|
828
873
|
<dt id="PNG_EX-constant" class="">PNG_EX =
|
829
874
|
<div class="docstring">
|
830
875
|
<div class="discussion">
|
831
|
-
|
832
|
-
|
876
|
+
<p>
|
877
|
+
png extension
|
878
|
+
</p>
|
833
879
|
|
834
880
|
|
835
881
|
</div>
|
@@ -845,8 +891,9 @@ to load on your client’s machine.</p>
|
|
845
891
|
<dt id="RELS_EX-constant" class="">RELS_EX =
|
846
892
|
<div class="docstring">
|
847
893
|
<div class="discussion">
|
848
|
-
|
849
|
-
|
894
|
+
<p>
|
895
|
+
rels content type extension
|
896
|
+
</p>
|
850
897
|
|
851
898
|
|
852
899
|
</div>
|
@@ -862,8 +909,9 @@ to load on your client’s machine.</p>
|
|
862
909
|
<dt id="WORKBOOK_PN-constant" class="">WORKBOOK_PN =
|
863
910
|
<div class="docstring">
|
864
911
|
<div class="discussion">
|
865
|
-
|
866
|
-
|
912
|
+
<p>
|
913
|
+
workbook part
|
914
|
+
</p>
|
867
915
|
|
868
916
|
|
869
917
|
</div>
|
@@ -879,8 +927,9 @@ to load on your client’s machine.</p>
|
|
879
927
|
<dt id="STYLES_PN-constant" class="">STYLES_PN =
|
880
928
|
<div class="docstring">
|
881
929
|
<div class="discussion">
|
882
|
-
|
883
|
-
|
930
|
+
<p>
|
931
|
+
styles part
|
932
|
+
</p>
|
884
933
|
|
885
934
|
|
886
935
|
</div>
|
@@ -896,8 +945,9 @@ to load on your client’s machine.</p>
|
|
896
945
|
<dt id="APP_PN-constant" class="">APP_PN =
|
897
946
|
<div class="docstring">
|
898
947
|
<div class="discussion">
|
899
|
-
|
900
|
-
|
948
|
+
<p>
|
949
|
+
app part
|
950
|
+
</p>
|
901
951
|
|
902
952
|
|
903
953
|
</div>
|
@@ -913,8 +963,9 @@ to load on your client’s machine.</p>
|
|
913
963
|
<dt id="CORE_PN-constant" class="">CORE_PN =
|
914
964
|
<div class="docstring">
|
915
965
|
<div class="discussion">
|
916
|
-
|
917
|
-
|
966
|
+
<p>
|
967
|
+
core part
|
968
|
+
</p>
|
918
969
|
|
919
970
|
|
920
971
|
</div>
|
@@ -930,8 +981,9 @@ to load on your client’s machine.</p>
|
|
930
981
|
<dt id="CONTENT_TYPES_PN-constant" class="">CONTENT_TYPES_PN =
|
931
982
|
<div class="docstring">
|
932
983
|
<div class="discussion">
|
933
|
-
|
934
|
-
|
984
|
+
<p>
|
985
|
+
content types part
|
986
|
+
</p>
|
935
987
|
|
936
988
|
|
937
989
|
</div>
|
@@ -947,8 +999,9 @@ to load on your client’s machine.</p>
|
|
947
999
|
<dt id="RELS_PN-constant" class="">RELS_PN =
|
948
1000
|
<div class="docstring">
|
949
1001
|
<div class="discussion">
|
950
|
-
|
951
|
-
|
1002
|
+
<p>
|
1003
|
+
rels part
|
1004
|
+
</p>
|
952
1005
|
|
953
1006
|
|
954
1007
|
</div>
|
@@ -964,8 +1017,9 @@ to load on your client’s machine.</p>
|
|
964
1017
|
<dt id="WORKBOOK_RELS_PN-constant" class="">WORKBOOK_RELS_PN =
|
965
1018
|
<div class="docstring">
|
966
1019
|
<div class="discussion">
|
967
|
-
|
968
|
-
|
1020
|
+
<p>
|
1021
|
+
workbook rels part
|
1022
|
+
</p>
|
969
1023
|
|
970
1024
|
|
971
1025
|
</div>
|
@@ -981,8 +1035,9 @@ to load on your client’s machine.</p>
|
|
981
1035
|
<dt id="WORKSHEET_PN-constant" class="">WORKSHEET_PN =
|
982
1036
|
<div class="docstring">
|
983
1037
|
<div class="discussion">
|
984
|
-
|
985
|
-
|
1038
|
+
<p>
|
1039
|
+
worksheet part
|
1040
|
+
</p>
|
986
1041
|
|
987
1042
|
|
988
1043
|
</div>
|
@@ -998,8 +1053,9 @@ to load on your client’s machine.</p>
|
|
998
1053
|
<dt id="WORKSHEET_RELS_PN-constant" class="">WORKSHEET_RELS_PN =
|
999
1054
|
<div class="docstring">
|
1000
1055
|
<div class="discussion">
|
1001
|
-
|
1002
|
-
|
1056
|
+
<p>
|
1057
|
+
worksheet rels part
|
1058
|
+
</p>
|
1003
1059
|
|
1004
1060
|
|
1005
1061
|
</div>
|
@@ -1015,8 +1071,9 @@ to load on your client’s machine.</p>
|
|
1015
1071
|
<dt id="DRAWING_PN-constant" class="">DRAWING_PN =
|
1016
1072
|
<div class="docstring">
|
1017
1073
|
<div class="discussion">
|
1018
|
-
|
1019
|
-
|
1074
|
+
<p>
|
1075
|
+
drawing part
|
1076
|
+
</p>
|
1020
1077
|
|
1021
1078
|
|
1022
1079
|
</div>
|
@@ -1032,8 +1089,9 @@ to load on your client’s machine.</p>
|
|
1032
1089
|
<dt id="DRAWING_RELS_PN-constant" class="">DRAWING_RELS_PN =
|
1033
1090
|
<div class="docstring">
|
1034
1091
|
<div class="discussion">
|
1035
|
-
|
1036
|
-
|
1092
|
+
<p>
|
1093
|
+
drawing rels part
|
1094
|
+
</p>
|
1037
1095
|
|
1038
1096
|
|
1039
1097
|
</div>
|
@@ -1049,8 +1107,9 @@ to load on your client’s machine.</p>
|
|
1049
1107
|
<dt id="CHART_PN-constant" class="">CHART_PN =
|
1050
1108
|
<div class="docstring">
|
1051
1109
|
<div class="discussion">
|
1052
|
-
|
1053
|
-
|
1110
|
+
<p>
|
1111
|
+
chart part
|
1112
|
+
</p>
|
1054
1113
|
|
1055
1114
|
|
1056
1115
|
</div>
|
@@ -1066,8 +1125,9 @@ to load on your client’s machine.</p>
|
|
1066
1125
|
<dt id="IMAGE_PN-constant" class="">IMAGE_PN =
|
1067
1126
|
<div class="docstring">
|
1068
1127
|
<div class="discussion">
|
1069
|
-
|
1070
|
-
|
1128
|
+
<p>
|
1129
|
+
chart part
|
1130
|
+
</p>
|
1071
1131
|
|
1072
1132
|
|
1073
1133
|
</div>
|
@@ -1083,8 +1143,9 @@ to load on your client’s machine.</p>
|
|
1083
1143
|
<dt id="APP_XSD-constant" class="">APP_XSD =
|
1084
1144
|
<div class="docstring">
|
1085
1145
|
<div class="discussion">
|
1086
|
-
|
1087
|
-
|
1146
|
+
<p>
|
1147
|
+
App validation schema
|
1148
|
+
</p>
|
1088
1149
|
|
1089
1150
|
|
1090
1151
|
</div>
|
@@ -1100,8 +1161,9 @@ to load on your client’s machine.</p>
|
|
1100
1161
|
<dt id="CORE_XSD-constant" class="">CORE_XSD =
|
1101
1162
|
<div class="docstring">
|
1102
1163
|
<div class="discussion">
|
1103
|
-
|
1104
|
-
|
1164
|
+
<p>
|
1165
|
+
core validation schema
|
1166
|
+
</p>
|
1105
1167
|
|
1106
1168
|
|
1107
1169
|
</div>
|
@@ -1117,8 +1179,9 @@ to load on your client’s machine.</p>
|
|
1117
1179
|
<dt id="CONTENT_TYPES_XSD-constant" class="">CONTENT_TYPES_XSD =
|
1118
1180
|
<div class="docstring">
|
1119
1181
|
<div class="discussion">
|
1120
|
-
|
1121
|
-
|
1182
|
+
<p>
|
1183
|
+
content types validation schema
|
1184
|
+
</p>
|
1122
1185
|
|
1123
1186
|
|
1124
1187
|
</div>
|
@@ -1134,8 +1197,9 @@ to load on your client’s machine.</p>
|
|
1134
1197
|
<dt id="RELS_XSD-constant" class="">RELS_XSD =
|
1135
1198
|
<div class="docstring">
|
1136
1199
|
<div class="discussion">
|
1137
|
-
|
1138
|
-
|
1200
|
+
<p>
|
1201
|
+
rels validation schema
|
1202
|
+
</p>
|
1139
1203
|
|
1140
1204
|
|
1141
1205
|
</div>
|
@@ -1151,8 +1215,9 @@ to load on your client’s machine.</p>
|
|
1151
1215
|
<dt id="SML_XSD-constant" class="">SML_XSD =
|
1152
1216
|
<div class="docstring">
|
1153
1217
|
<div class="discussion">
|
1154
|
-
|
1155
|
-
|
1218
|
+
<p>
|
1219
|
+
spreadsheetML validation schema
|
1220
|
+
</p>
|
1156
1221
|
|
1157
1222
|
|
1158
1223
|
</div>
|
@@ -1168,8 +1233,9 @@ to load on your client’s machine.</p>
|
|
1168
1233
|
<dt id="DRAWING_XSD-constant" class="">DRAWING_XSD =
|
1169
1234
|
<div class="docstring">
|
1170
1235
|
<div class="discussion">
|
1171
|
-
|
1172
|
-
|
1236
|
+
<p>
|
1237
|
+
drawing validation schema
|
1238
|
+
</p>
|
1173
1239
|
|
1174
1240
|
|
1175
1241
|
</div>
|
@@ -1185,8 +1251,9 @@ to load on your client’s machine.</p>
|
|
1185
1251
|
<dt id="NUM_FMT_PERCENT-constant" class="">NUM_FMT_PERCENT =
|
1186
1252
|
<div class="docstring">
|
1187
1253
|
<div class="discussion">
|
1188
|
-
|
1189
|
-
|
1254
|
+
<p>
|
1255
|
+
number format id for pecentage formatting using the default formatting id.
|
1256
|
+
</p>
|
1190
1257
|
|
1191
1258
|
|
1192
1259
|
</div>
|
@@ -1202,8 +1269,9 @@ to load on your client’s machine.</p>
|
|
1202
1269
|
<dt id="NUM_FMT_YYYYMMDD-constant" class="">NUM_FMT_YYYYMMDD =
|
1203
1270
|
<div class="docstring">
|
1204
1271
|
<div class="discussion">
|
1205
|
-
|
1206
|
-
|
1272
|
+
<p>
|
1273
|
+
number format id for date format like 2011/11/13
|
1274
|
+
</p>
|
1207
1275
|
|
1208
1276
|
|
1209
1277
|
</div>
|
@@ -1219,8 +1287,9 @@ to load on your client’s machine.</p>
|
|
1219
1287
|
<dt id="NUM_FMT_YYYYMMDDHHMMSS-constant" class="">NUM_FMT_YYYYMMDDHHMMSS =
|
1220
1288
|
<div class="docstring">
|
1221
1289
|
<div class="discussion">
|
1222
|
-
|
1223
|
-
|
1290
|
+
<p>
|
1291
|
+
number format id for time format the creates 2011/11/13 12:23:10
|
1292
|
+
</p>
|
1224
1293
|
|
1225
1294
|
|
1226
1295
|
</div>
|
@@ -1236,8 +1305,9 @@ to load on your client’s machine.</p>
|
|
1236
1305
|
<dt id="STYLE_THIN_BORDER-constant" class="">STYLE_THIN_BORDER =
|
1237
1306
|
<div class="docstring">
|
1238
1307
|
<div class="discussion">
|
1239
|
-
|
1240
|
-
|
1308
|
+
<p>
|
1309
|
+
cellXfs id for thin borders around the cell
|
1310
|
+
</p>
|
1241
1311
|
|
1242
1312
|
|
1243
1313
|
</div>
|
@@ -1250,11 +1320,30 @@ to load on your client’s machine.</p>
|
|
1250
1320
|
<dd><pre class="code"><span class='integer val'>1</span>
|
1251
1321
|
</pre></dd>
|
1252
1322
|
|
1323
|
+
<dt id="STYLE_DATE-constant" class="">STYLE_DATE =
|
1324
|
+
<div class="docstring">
|
1325
|
+
<div class="discussion">
|
1326
|
+
<p>
|
1327
|
+
cellXfs id for default date styling
|
1328
|
+
</p>
|
1329
|
+
|
1330
|
+
|
1331
|
+
</div>
|
1332
|
+
</div>
|
1333
|
+
<div class="tags">
|
1334
|
+
|
1335
|
+
|
1336
|
+
</div>
|
1337
|
+
</dt>
|
1338
|
+
<dd><pre class="code"><span class='integer val'>2</span>
|
1339
|
+
</pre></dd>
|
1340
|
+
|
1253
1341
|
<dt id="ERR_RESTRICTION-constant" class="">ERR_RESTRICTION =
|
1254
1342
|
<div class="docstring">
|
1255
1343
|
<div class="discussion">
|
1256
|
-
|
1257
|
-
|
1344
|
+
<p>
|
1345
|
+
error messages RestrictionValidor
|
1346
|
+
</p>
|
1258
1347
|
|
1259
1348
|
|
1260
1349
|
</div>
|
@@ -1270,8 +1359,9 @@ to load on your client’s machine.</p>
|
|
1270
1359
|
<dt id="ERR_TYPE-constant" class="">ERR_TYPE =
|
1271
1360
|
<div class="docstring">
|
1272
1361
|
<div class="discussion">
|
1273
|
-
|
1274
|
-
|
1362
|
+
<p>
|
1363
|
+
error message DataTypeValidator
|
1364
|
+
</p>
|
1275
1365
|
|
1276
1366
|
|
1277
1367
|
</div>
|
@@ -1287,8 +1377,9 @@ to load on your client’s machine.</p>
|
|
1287
1377
|
<dt id="ERR_REGEX-constant" class="">ERR_REGEX =
|
1288
1378
|
<div class="docstring">
|
1289
1379
|
<div class="discussion">
|
1290
|
-
|
1291
|
-
|
1380
|
+
<p>
|
1381
|
+
error message for RegexValidator
|
1382
|
+
</p>
|
1292
1383
|
|
1293
1384
|
|
1294
1385
|
</div>
|
@@ -1301,6 +1392,24 @@ to load on your client’s machine.</p>
|
|
1301
1392
|
<dd><pre class="code"><span class='string val'>"Invalid Data. %s does not match %s."</span>
|
1302
1393
|
</pre></dd>
|
1303
1394
|
|
1395
|
+
<dt id="ERR_DUPLICATE_SHEET_NAME-constant" class="">ERR_DUPLICATE_SHEET_NAME =
|
1396
|
+
<div class="docstring">
|
1397
|
+
<div class="discussion">
|
1398
|
+
<p>
|
1399
|
+
error message for duplicate sheet names
|
1400
|
+
</p>
|
1401
|
+
|
1402
|
+
|
1403
|
+
</div>
|
1404
|
+
</div>
|
1405
|
+
<div class="tags">
|
1406
|
+
|
1407
|
+
|
1408
|
+
</div>
|
1409
|
+
</dt>
|
1410
|
+
<dd><pre class="code"><span class='string val'>"There is already a worksheet in this workbook named '%s'. Please use a unique name"</span>
|
1411
|
+
</pre></dd>
|
1412
|
+
|
1304
1413
|
</dl>
|
1305
1414
|
|
1306
1415
|
|
@@ -1332,10 +1441,32 @@ to load on your client’s machine.</p>
|
|
1332
1441
|
|
1333
1442
|
|
1334
1443
|
|
1335
|
-
<span class="summary_desc"><div class='inline'>
|
1336
|
-
|
1444
|
+
<span class="summary_desc"><div class='inline'><p>
|
1445
|
+
determines the cell range for the items provided.
|
1446
|
+
</p>
|
1337
1447
|
</div></span>
|
1338
1448
|
|
1449
|
+
</li>
|
1450
|
+
|
1451
|
+
|
1452
|
+
<li class="public ">
|
1453
|
+
<span class="summary_signature">
|
1454
|
+
|
1455
|
+
<a href="#name_to_indices-class_method" title="name_to_indices (class method)">+ (Object) <strong>name_to_indices</strong>(name) </a>
|
1456
|
+
|
1457
|
+
|
1458
|
+
|
1459
|
+
</span>
|
1460
|
+
|
1461
|
+
|
1462
|
+
|
1463
|
+
|
1464
|
+
|
1465
|
+
|
1466
|
+
|
1467
|
+
|
1468
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
1469
|
+
|
1339
1470
|
</li>
|
1340
1471
|
|
1341
1472
|
|
@@ -1355,9 +1486,10 @@ to load on your client’s machine.</p>
|
|
1355
1486
|
|
1356
1487
|
|
1357
1488
|
|
1358
|
-
<span class="summary_desc"><div class='inline'>
|
1359
|
-
|
1360
|
-
xml document
|
1489
|
+
<span class="summary_desc"><div class='inline'><p>
|
1490
|
+
Requires that the value is a form that can be evaluated as a boolean in an
|
1491
|
+
xml document.
|
1492
|
+
</p>
|
1361
1493
|
</div></span>
|
1362
1494
|
|
1363
1495
|
</li>
|
@@ -1379,10 +1511,11 @@ xml document.</p>
|
|
1379
1511
|
|
1380
1512
|
|
1381
1513
|
|
1382
|
-
<span class="summary_desc"><div class='inline'>
|
1383
|
-
|
1514
|
+
<span class="summary_desc"><div class='inline'><p>
|
1515
|
+
Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT,
|
1384
1516
|
APP_CT, RELS_CT, STYLES_CT, XML_CT, WORKSHEET_CT, SHARED_STRINGS_CT,
|
1385
|
-
CORE_CT, CHART_CT, DRAWING_CT are allowed
|
1517
|
+
CORE_CT, CHART_CT, DRAWING_CT are allowed.
|
1518
|
+
</p>
|
1386
1519
|
</div></span>
|
1387
1520
|
|
1388
1521
|
</li>
|
@@ -1404,8 +1537,9 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed.</p>
|
|
1404
1537
|
|
1405
1538
|
|
1406
1539
|
|
1407
|
-
<span class="summary_desc"><div class='inline'>
|
1408
|
-
|
1540
|
+
<span class="summary_desc"><div class='inline'><p>
|
1541
|
+
Requires that the value is a Float.
|
1542
|
+
</p>
|
1409
1543
|
</div></span>
|
1410
1544
|
|
1411
1545
|
</li>
|
@@ -1427,8 +1561,9 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed.</p>
|
|
1427
1561
|
|
1428
1562
|
|
1429
1563
|
|
1430
|
-
<span class="summary_desc"><div class='inline'>
|
1431
|
-
|
1564
|
+
<span class="summary_desc"><div class='inline'><p>
|
1565
|
+
Requires that the value is a gradient_type.
|
1566
|
+
</p>
|
1432
1567
|
</div></span>
|
1433
1568
|
|
1434
1569
|
</li>
|
@@ -1450,10 +1585,11 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed.</p>
|
|
1450
1585
|
|
1451
1586
|
|
1452
1587
|
|
1453
|
-
<span class="summary_desc"><div class='inline'>
|
1454
|
-
|
1588
|
+
<span class="summary_desc"><div class='inline'><p>
|
1589
|
+
Requires that the value is a valid horizontal_alignment :general, :left,
|
1455
1590
|
:center, :right, :fill, :justify, :centerContinuous, :distributed are
|
1456
|
-
allowed
|
1591
|
+
allowed.
|
1592
|
+
</p>
|
1457
1593
|
</div></span>
|
1458
1594
|
|
1459
1595
|
</li>
|
@@ -1475,8 +1611,9 @@ allowed.</p>
|
|
1475
1611
|
|
1476
1612
|
|
1477
1613
|
|
1478
|
-
<span class="summary_desc"><div class='inline'>
|
1479
|
-
|
1614
|
+
<span class="summary_desc"><div class='inline'><p>
|
1615
|
+
Requires that the value is a Fixnum or Integer.
|
1616
|
+
</p>
|
1480
1617
|
</div></span>
|
1481
1618
|
|
1482
1619
|
</li>
|
@@ -1498,8 +1635,9 @@ allowed.</p>
|
|
1498
1635
|
|
1499
1636
|
|
1500
1637
|
|
1501
|
-
<span class="summary_desc"><div class='inline'>
|
1502
|
-
|
1638
|
+
<span class="summary_desc"><div class='inline'><p>
|
1639
|
+
Requires that the value is valid pattern type.
|
1640
|
+
</p>
|
1503
1641
|
</div></span>
|
1504
1642
|
|
1505
1643
|
</li>
|
@@ -1521,10 +1659,11 @@ allowed.</p>
|
|
1521
1659
|
|
1522
1660
|
|
1523
1661
|
|
1524
|
-
<span class="summary_desc"><div class='inline'>
|
1525
|
-
|
1662
|
+
<span class="summary_desc"><div class='inline'><p>
|
1663
|
+
Requires that the value is a valid relationship_type XML_NS_R, TABLE_R,
|
1526
1664
|
WORKBOOK_R, WORKSHEET_R, APP_R, RELS_R, CORE_R, STYLES_R, CHART_R,
|
1527
|
-
DRAWING_R are allowed
|
1665
|
+
DRAWING_R are allowed.
|
1666
|
+
</p>
|
1528
1667
|
</div></span>
|
1529
1668
|
|
1530
1669
|
</li>
|
@@ -1546,8 +1685,9 @@ DRAWING_R are allowed.</p>
|
|
1546
1685
|
|
1547
1686
|
|
1548
1687
|
|
1549
|
-
<span class="summary_desc"><div class='inline'>
|
1550
|
-
|
1688
|
+
<span class="summary_desc"><div class='inline'><p>
|
1689
|
+
Requires that the value is a String.
|
1690
|
+
</p>
|
1551
1691
|
</div></span>
|
1552
1692
|
|
1553
1693
|
</li>
|
@@ -1569,8 +1709,8 @@ DRAWING_R are allowed.</p>
|
|
1569
1709
|
|
1570
1710
|
|
1571
1711
|
|
1572
|
-
<span class="summary_desc"><div class='inline'>
|
1573
|
-
|
1712
|
+
<span class="summary_desc"><div class='inline'><p>
|
1713
|
+
Requires that the value is a valid table element type :wholeTable,
|
1574
1714
|
:headerRow, :totalRow, :firstColumn, :lastColumn, :firstRowStripe,
|
1575
1715
|
:secondRowStripe, :firstColumnStripe, :secondColumnStripe,
|
1576
1716
|
:firstHeaderCell, :lastHeaderCell, :firstTotalCell, :lastTotalCell,
|
@@ -1578,7 +1718,8 @@ DRAWING_R are allowed.</p>
|
|
1578
1718
|
:firstSubtotalRow, :secondSubtotalRow, :thirdSubtotalRow, :blankRow,
|
1579
1719
|
:firstColumnSubheading, :secondColumnSubheading, :thirdColumnSubheading,
|
1580
1720
|
:firstRowSubheading, :secondRowSubheading, :thirdRowSubheading,
|
1581
|
-
:pageFieldLabels, :pageFieldValues are allowed
|
1721
|
+
:pageFieldLabels, :pageFieldValues are allowed.
|
1722
|
+
</p>
|
1582
1723
|
</div></span>
|
1583
1724
|
|
1584
1725
|
</li>
|
@@ -1600,9 +1741,10 @@ DRAWING_R are allowed.</p>
|
|
1600
1741
|
|
1601
1742
|
|
1602
1743
|
|
1603
|
-
<span class="summary_desc"><div class='inline'>
|
1604
|
-
|
1605
|
-
0
|
1744
|
+
<span class="summary_desc"><div class='inline'><p>
|
1745
|
+
Requires that the value is a Fixnum or Integer and is greater or equal to
|
1746
|
+
0.
|
1747
|
+
</p>
|
1606
1748
|
</div></span>
|
1607
1749
|
|
1608
1750
|
</li>
|
@@ -1624,9 +1766,10 @@ DRAWING_R are allowed.</p>
|
|
1624
1766
|
|
1625
1767
|
|
1626
1768
|
|
1627
|
-
<span class="summary_desc"><div class='inline'>
|
1628
|
-
|
1629
|
-
:bottom, :justify, :distributed are allowed
|
1769
|
+
<span class="summary_desc"><div class='inline'><p>
|
1770
|
+
Requires that the value is a valid vertical_alignment :top, :center,
|
1771
|
+
:bottom, :justify, :distributed are allowed.
|
1772
|
+
</p>
|
1630
1773
|
</div></span>
|
1631
1774
|
|
1632
1775
|
</li>
|
@@ -1650,8 +1793,9 @@ DRAWING_R are allowed.</p>
|
|
1650
1793
|
|
1651
1794
|
</p><div class="docstring">
|
1652
1795
|
<div class="discussion">
|
1653
|
-
|
1654
|
-
|
1796
|
+
<p>
|
1797
|
+
determines the cell range for the items provided
|
1798
|
+
</p>
|
1655
1799
|
|
1656
1800
|
|
1657
1801
|
</div>
|
@@ -1665,16 +1809,16 @@ DRAWING_R are allowed.</p>
|
|
1665
1809
|
<pre class="lines">
|
1666
1810
|
|
1667
1811
|
|
1668
|
-
34
|
1669
|
-
35
|
1670
|
-
36
|
1671
1812
|
37
|
1672
1813
|
38
|
1673
1814
|
39
|
1674
|
-
40
|
1815
|
+
40
|
1816
|
+
41
|
1817
|
+
42
|
1818
|
+
43</pre>
|
1675
1819
|
</td>
|
1676
1820
|
<td>
|
1677
|
-
<pre class="code"><span class="info file"># File 'lib/axlsx.rb', line
|
1821
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx.rb', line 37</span>
|
1678
1822
|
|
1679
1823
|
<span class='def def kw'>def</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='cell_range identifier id'>cell_range</span><span class='lparen token'>(</span><span class='items identifier id'>items</span><span class='rparen token'>)</span>
|
1680
1824
|
<span class='return return kw'>return</span> <span class='string val'>""</span> <span class='unless unless_mod kw'>unless</span> <span class='items identifier id'>items</span><span class='dot token'>.</span><span class='first identifier id'>first</span><span class='dot token'>.</span><span class='is_a? fid id'>is_a?</span> <span class='Cell constant id'>Cell</span>
|
@@ -1687,6 +1831,69 @@ DRAWING_R are allowed.</p>
|
|
1687
1831
|
</td>
|
1688
1832
|
</tr>
|
1689
1833
|
</table>
|
1834
|
+
</div>
|
1835
|
+
|
1836
|
+
<div class="method_details ">
|
1837
|
+
<p class="signature " id="name_to_indices-class_method">
|
1838
|
+
|
1839
|
+
+ (<tt>Object</tt>) <strong>name_to_indices</strong>(name)
|
1840
|
+
|
1841
|
+
|
1842
|
+
|
1843
|
+
</p><div class="docstring">
|
1844
|
+
<div class="discussion">
|
1845
|
+
|
1846
|
+
|
1847
|
+
</div>
|
1848
|
+
</div>
|
1849
|
+
<div class="tags">
|
1850
|
+
|
1851
|
+
<h3>Raises:</h3>
|
1852
|
+
<ul class="raise">
|
1853
|
+
|
1854
|
+
<li>
|
1855
|
+
|
1856
|
+
|
1857
|
+
<span class='type'>(<tt>ArgumentError</tt>)</span>
|
1858
|
+
|
1859
|
+
|
1860
|
+
|
1861
|
+
</li>
|
1862
|
+
|
1863
|
+
</ul>
|
1864
|
+
|
1865
|
+
</div><table class="source_code">
|
1866
|
+
<tr>
|
1867
|
+
<td>
|
1868
|
+
<pre class="lines">
|
1869
|
+
|
1870
|
+
|
1871
|
+
45
|
1872
|
+
46
|
1873
|
+
47
|
1874
|
+
48
|
1875
|
+
49
|
1876
|
+
50
|
1877
|
+
51
|
1878
|
+
52
|
1879
|
+
53</pre>
|
1880
|
+
</td>
|
1881
|
+
<td>
|
1882
|
+
<pre class="code"><span class="info file"># File 'lib/axlsx.rb', line 45</span>
|
1883
|
+
|
1884
|
+
<span class='def def kw'>def</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='name_to_indices identifier id'>name_to_indices</span><span class='lparen token'>(</span><span class='name identifier id'>name</span><span class='rparen token'>)</span>
|
1885
|
+
<span class='raise identifier id'>raise</span> <span class='ArgumentError constant id'>ArgumentError</span><span class='comma token'>,</span> <span class='string val'>'invalid cell name'</span> <span class='unless unless_mod kw'>unless</span> <span class='name identifier id'>name</span><span class='dot token'>.</span><span class='size identifier id'>size</span> <span class='gt op'>></span> <span class='integer val'>1</span>
|
1886
|
+
<span class='v identifier id'>v</span> <span class='assign token'>=</span> <span class='name identifier id'>name</span><span class='lbrack token'>[</span><span class='regexp val'>/[A-Z]+/</span><span class='rbrack token'>]</span><span class='dot token'>.</span><span class='reverse identifier id'>reverse</span><span class='dot token'>.</span><span class='chars identifier id'>chars</span><span class='dot token'>.</span><span class='reduce identifier id'>reduce</span><span class='lparen token'>(</span><span class='lbrace token'>{</span><span class='symbol val'>:base=</span><span class='gt op'>></span><span class='integer val'>1</span><span class='comma token'>,</span> <span class='symbol val'>:i=</span><span class='gt op'>></span><span class='integer val'>0</span><span class='rbrace token'>}</span><span class='rparen token'>)</span> <span class='do do kw'>do</span> <span class='bitor op'>|</span><span class='v identifier id'>v</span><span class='comma token'>,</span> <span class='c identifier id'>c</span><span class='bitor op'>|</span>
|
1887
|
+
<span class='v identifier id'>v</span><span class='lbrack token'>[</span><span class='symbol val'>:i</span><span class='rbrack token'>]</span> <span class='opasgn op'>+=</span> <span class='lparen token'>(</span><span class='lparen token'>(</span><span class='c identifier id'>c</span><span class='dot token'>.</span><span class='bytes identifier id'>bytes</span><span class='dot token'>.</span><span class='first identifier id'>first</span> <span class='minus op'>-</span> <span class='integer val'>65</span><span class='rparen token'>)</span> <span class='plus op'>+</span> <span class='v identifier id'>v</span><span class='lbrack token'>[</span><span class='symbol val'>:base</span><span class='rbrack token'>]</span><span class='rparen token'>)</span><span class='semicolon token'>;</span> <span class='v identifier id'>v</span><span class='lbrack token'>[</span><span class='symbol val'>:base</span><span class='rbrack token'>]</span> <span class='opasgn op'>*=</span> <span class='integer val'>26</span><span class='semicolon token'>;</span> <span class='v identifier id'>v</span>
|
1888
|
+
<span class='end end kw'>end</span>
|
1889
|
+
|
1890
|
+
<span class='lbrack token'>[</span><span class='v identifier id'>v</span><span class='lbrack token'>[</span><span class='symbol val'>:i</span><span class='rbrack token'>]</span><span class='minus op'>-</span><span class='integer val'>1</span><span class='comma token'>,</span> <span class='lparen token'>(</span><span class='lparen token'>(</span><span class='name identifier id'>name</span><span class='lbrack token'>[</span><span class='regexp val'>/[1-9]+/</span><span class='rbrack token'>]</span><span class='rparen token'>)</span><span class='dot token'>.</span><span class='to_i identifier id'>to_i</span><span class='rparen token'>)</span><span class='minus op'>-</span><span class='integer val'>1</span><span class='rbrack token'>]</span>
|
1891
|
+
|
1892
|
+
<span class='end end kw'>end</span>
|
1893
|
+
</pre>
|
1894
|
+
</td>
|
1895
|
+
</tr>
|
1896
|
+
</table>
|
1690
1897
|
</div>
|
1691
1898
|
|
1692
1899
|
<div class="method_details ">
|
@@ -1698,11 +1905,13 @@ DRAWING_R are allowed.</p>
|
|
1698
1905
|
|
1699
1906
|
</p><div class="docstring">
|
1700
1907
|
<div class="discussion">
|
1701
|
-
|
1702
|
-
|
1908
|
+
<p>
|
1909
|
+
Requires that the value is a form that can be evaluated as a boolean in an
|
1703
1910
|
xml document. The value must be an instance of Fixnum, String, Integer,
|
1704
|
-
Symbol, TrueClass or FalseClass and
|
1705
|
-
|
1911
|
+
Symbol, TrueClass or FalseClass and it must be one of 0, 1,
|
1912
|
+
"true", "false", :true, :false, true, false,
|
1913
|
+
"0", or "1"
|
1914
|
+
</p>
|
1706
1915
|
|
1707
1916
|
|
1708
1917
|
</div>
|
@@ -1721,8 +1930,9 @@ Symbol, TrueClass or FalseClass and it must be one of 0, 1, “true”,
|
|
1721
1930
|
|
1722
1931
|
|
1723
1932
|
—
|
1724
|
-
<div class='inline'>
|
1725
|
-
|
1933
|
+
<div class='inline'><p>
|
1934
|
+
The value validated
|
1935
|
+
</p>
|
1726
1936
|
</div>
|
1727
1937
|
|
1728
1938
|
</li>
|
@@ -1761,10 +1971,11 @@ Symbol, TrueClass or FalseClass and it must be one of 0, 1, “true”,
|
|
1761
1971
|
|
1762
1972
|
</p><div class="docstring">
|
1763
1973
|
<div class="discussion">
|
1764
|
-
|
1765
|
-
|
1974
|
+
<p>
|
1975
|
+
Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT,
|
1766
1976
|
APP_CT, RELS_CT, STYLES_CT, XML_CT, WORKSHEET_CT, SHARED_STRINGS_CT,
|
1767
|
-
CORE_CT, CHART_CT, DRAWING_CT are allowed
|
1977
|
+
CORE_CT, CHART_CT, DRAWING_CT are allowed
|
1978
|
+
</p>
|
1768
1979
|
|
1769
1980
|
|
1770
1981
|
</div>
|
@@ -1783,8 +1994,9 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed</p>
|
|
1783
1994
|
|
1784
1995
|
|
1785
1996
|
—
|
1786
|
-
<div class='inline'>
|
1787
|
-
|
1997
|
+
<div class='inline'><p>
|
1998
|
+
The value validated
|
1999
|
+
</p>
|
1788
2000
|
</div>
|
1789
2001
|
|
1790
2002
|
</li>
|
@@ -1823,8 +2035,9 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed</p>
|
|
1823
2035
|
|
1824
2036
|
</p><div class="docstring">
|
1825
2037
|
<div class="discussion">
|
1826
|
-
|
1827
|
-
|
2038
|
+
<p>
|
2039
|
+
Requires that the value is a Float
|
2040
|
+
</p>
|
1828
2041
|
|
1829
2042
|
|
1830
2043
|
</div>
|
@@ -1843,8 +2056,9 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed</p>
|
|
1843
2056
|
|
1844
2057
|
|
1845
2058
|
—
|
1846
|
-
<div class='inline'>
|
1847
|
-
|
2059
|
+
<div class='inline'><p>
|
2060
|
+
The value validated
|
2061
|
+
</p>
|
1848
2062
|
</div>
|
1849
2063
|
|
1850
2064
|
</li>
|
@@ -1883,9 +2097,10 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed</p>
|
|
1883
2097
|
|
1884
2098
|
</p><div class="docstring">
|
1885
2099
|
<div class="discussion">
|
1886
|
-
|
1887
|
-
|
1888
|
-
:path
|
2100
|
+
<p>
|
2101
|
+
Requires that the value is a gradient_type. valid types are :linear and
|
2102
|
+
:path
|
2103
|
+
</p>
|
1889
2104
|
|
1890
2105
|
|
1891
2106
|
</div>
|
@@ -1904,8 +2119,9 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed</p>
|
|
1904
2119
|
|
1905
2120
|
|
1906
2121
|
—
|
1907
|
-
<div class='inline'>
|
1908
|
-
|
2122
|
+
<div class='inline'><p>
|
2123
|
+
The value validated
|
2124
|
+
</p>
|
1909
2125
|
</div>
|
1910
2126
|
|
1911
2127
|
</li>
|
@@ -1944,10 +2160,11 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed</p>
|
|
1944
2160
|
|
1945
2161
|
</p><div class="docstring">
|
1946
2162
|
<div class="discussion">
|
1947
|
-
|
1948
|
-
|
2163
|
+
<p>
|
2164
|
+
Requires that the value is a valid horizontal_alignment :general, :left,
|
1949
2165
|
:center, :right, :fill, :justify, :centerContinuous, :distributed are
|
1950
|
-
allowed
|
2166
|
+
allowed
|
2167
|
+
</p>
|
1951
2168
|
|
1952
2169
|
|
1953
2170
|
</div>
|
@@ -1966,8 +2183,9 @@ allowed</p>
|
|
1966
2183
|
|
1967
2184
|
|
1968
2185
|
—
|
1969
|
-
<div class='inline'>
|
1970
|
-
|
2186
|
+
<div class='inline'><p>
|
2187
|
+
The value validated
|
2188
|
+
</p>
|
1971
2189
|
</div>
|
1972
2190
|
|
1973
2191
|
</li>
|
@@ -2006,8 +2224,9 @@ allowed</p>
|
|
2006
2224
|
|
2007
2225
|
</p><div class="docstring">
|
2008
2226
|
<div class="discussion">
|
2009
|
-
|
2010
|
-
|
2227
|
+
<p>
|
2228
|
+
Requires that the value is a Fixnum or Integer
|
2229
|
+
</p>
|
2011
2230
|
|
2012
2231
|
|
2013
2232
|
</div>
|
@@ -2026,8 +2245,9 @@ allowed</p>
|
|
2026
2245
|
|
2027
2246
|
|
2028
2247
|
—
|
2029
|
-
<div class='inline'>
|
2030
|
-
|
2248
|
+
<div class='inline'><p>
|
2249
|
+
The value validated
|
2250
|
+
</p>
|
2031
2251
|
</div>
|
2032
2252
|
|
2033
2253
|
</li>
|
@@ -2066,12 +2286,13 @@ allowed</p>
|
|
2066
2286
|
|
2067
2287
|
</p><div class="docstring">
|
2068
2288
|
<div class="discussion">
|
2069
|
-
|
2070
|
-
|
2289
|
+
<p>
|
2290
|
+
Requires that the value is valid pattern type. valid pattern types must be
|
2071
2291
|
one of :none, :solid, :mediumGray, :darkGray, :lightGray, :darkHorizontal,
|
2072
2292
|
:darkVertical, :darkDown, :darkUp, :darkGrid, :darkTrellis,
|
2073
2293
|
:lightHorizontal, :lightVertical, :lightDown, :lightUp, :lightGrid,
|
2074
|
-
:lightTrellis, :gray125, or :gray0625
|
2294
|
+
:lightTrellis, :gray125, or :gray0625.
|
2295
|
+
</p>
|
2075
2296
|
|
2076
2297
|
|
2077
2298
|
</div>
|
@@ -2090,8 +2311,9 @@ one of :none, :solid, :mediumGray, :darkGray, :lightGray, :darkHorizontal,
|
|
2090
2311
|
|
2091
2312
|
|
2092
2313
|
—
|
2093
|
-
<div class='inline'>
|
2094
|
-
|
2314
|
+
<div class='inline'><p>
|
2315
|
+
The value validated
|
2316
|
+
</p>
|
2095
2317
|
</div>
|
2096
2318
|
|
2097
2319
|
</li>
|
@@ -2132,10 +2354,11 @@ one of :none, :solid, :mediumGray, :darkGray, :lightGray, :darkHorizontal,
|
|
2132
2354
|
|
2133
2355
|
</p><div class="docstring">
|
2134
2356
|
<div class="discussion">
|
2135
|
-
|
2136
|
-
|
2357
|
+
<p>
|
2358
|
+
Requires that the value is a valid relationship_type XML_NS_R, TABLE_R,
|
2137
2359
|
WORKBOOK_R, WORKSHEET_R, APP_R, RELS_R, CORE_R, STYLES_R, CHART_R,
|
2138
|
-
DRAWING_R are allowed
|
2360
|
+
DRAWING_R are allowed
|
2361
|
+
</p>
|
2139
2362
|
|
2140
2363
|
|
2141
2364
|
</div>
|
@@ -2154,8 +2377,9 @@ DRAWING_R are allowed</p>
|
|
2154
2377
|
|
2155
2378
|
|
2156
2379
|
—
|
2157
|
-
<div class='inline'>
|
2158
|
-
|
2380
|
+
<div class='inline'><p>
|
2381
|
+
The value validated
|
2382
|
+
</p>
|
2159
2383
|
</div>
|
2160
2384
|
|
2161
2385
|
</li>
|
@@ -2194,8 +2418,9 @@ DRAWING_R are allowed</p>
|
|
2194
2418
|
|
2195
2419
|
</p><div class="docstring">
|
2196
2420
|
<div class="discussion">
|
2197
|
-
|
2198
|
-
|
2421
|
+
<p>
|
2422
|
+
Requires that the value is a String
|
2423
|
+
</p>
|
2199
2424
|
|
2200
2425
|
|
2201
2426
|
</div>
|
@@ -2214,8 +2439,9 @@ DRAWING_R are allowed</p>
|
|
2214
2439
|
|
2215
2440
|
|
2216
2441
|
—
|
2217
|
-
<div class='inline'>
|
2218
|
-
|
2442
|
+
<div class='inline'><p>
|
2443
|
+
The value validated
|
2444
|
+
</p>
|
2219
2445
|
</div>
|
2220
2446
|
|
2221
2447
|
</li>
|
@@ -2254,8 +2480,8 @@ DRAWING_R are allowed</p>
|
|
2254
2480
|
|
2255
2481
|
</p><div class="docstring">
|
2256
2482
|
<div class="discussion">
|
2257
|
-
|
2258
|
-
|
2483
|
+
<p>
|
2484
|
+
Requires that the value is a valid table element type :wholeTable,
|
2259
2485
|
:headerRow, :totalRow, :firstColumn, :lastColumn, :firstRowStripe,
|
2260
2486
|
:secondRowStripe, :firstColumnStripe, :secondColumnStripe,
|
2261
2487
|
:firstHeaderCell, :lastHeaderCell, :firstTotalCell, :lastTotalCell,
|
@@ -2263,7 +2489,8 @@ DRAWING_R are allowed</p>
|
|
2263
2489
|
:firstSubtotalRow, :secondSubtotalRow, :thirdSubtotalRow, :blankRow,
|
2264
2490
|
:firstColumnSubheading, :secondColumnSubheading, :thirdColumnSubheading,
|
2265
2491
|
:firstRowSubheading, :secondRowSubheading, :thirdRowSubheading,
|
2266
|
-
:pageFieldLabels, :pageFieldValues are allowed
|
2492
|
+
:pageFieldLabels, :pageFieldValues are allowed
|
2493
|
+
</p>
|
2267
2494
|
|
2268
2495
|
|
2269
2496
|
</div>
|
@@ -2282,8 +2509,9 @@ DRAWING_R are allowed</p>
|
|
2282
2509
|
|
2283
2510
|
|
2284
2511
|
—
|
2285
|
-
<div class='inline'>
|
2286
|
-
|
2512
|
+
<div class='inline'><p>
|
2513
|
+
The value validated
|
2514
|
+
</p>
|
2287
2515
|
</div>
|
2288
2516
|
|
2289
2517
|
</li>
|
@@ -2322,8 +2550,9 @@ DRAWING_R are allowed</p>
|
|
2322
2550
|
|
2323
2551
|
</p><div class="docstring">
|
2324
2552
|
<div class="discussion">
|
2325
|
-
|
2326
|
-
|
2553
|
+
<p>
|
2554
|
+
Requires that the value is a Fixnum or Integer and is greater or equal to 0
|
2555
|
+
</p>
|
2327
2556
|
|
2328
2557
|
|
2329
2558
|
</div>
|
@@ -2342,8 +2571,9 @@ DRAWING_R are allowed</p>
|
|
2342
2571
|
|
2343
2572
|
|
2344
2573
|
—
|
2345
|
-
<div class='inline'>
|
2346
|
-
|
2574
|
+
<div class='inline'><p>
|
2575
|
+
The value validated
|
2576
|
+
</p>
|
2347
2577
|
</div>
|
2348
2578
|
|
2349
2579
|
</li>
|
@@ -2361,8 +2591,9 @@ DRAWING_R are allowed</p>
|
|
2361
2591
|
|
2362
2592
|
|
2363
2593
|
—
|
2364
|
-
<div class='inline'>
|
2365
|
-
|
2594
|
+
<div class='inline'><p>
|
2595
|
+
true if the data is valid
|
2596
|
+
</p>
|
2366
2597
|
</div>
|
2367
2598
|
|
2368
2599
|
</li>
|
@@ -2379,8 +2610,9 @@ DRAWING_R are allowed</p>
|
|
2379
2610
|
|
2380
2611
|
|
2381
2612
|
—
|
2382
|
-
<div class='inline'>
|
2383
|
-
|
2613
|
+
<div class='inline'><p>
|
2614
|
+
raised if the value is not a Fixnum or Integer value greater or equal to 0
|
2615
|
+
</p>
|
2384
2616
|
</div>
|
2385
2617
|
|
2386
2618
|
</li>
|
@@ -2418,9 +2650,10 @@ DRAWING_R are allowed</p>
|
|
2418
2650
|
|
2419
2651
|
</p><div class="docstring">
|
2420
2652
|
<div class="discussion">
|
2421
|
-
|
2422
|
-
|
2423
|
-
:bottom, :justify, :distributed are allowed
|
2653
|
+
<p>
|
2654
|
+
Requires that the value is a valid vertical_alignment :top, :center,
|
2655
|
+
:bottom, :justify, :distributed are allowed
|
2656
|
+
</p>
|
2424
2657
|
|
2425
2658
|
|
2426
2659
|
</div>
|
@@ -2439,8 +2672,9 @@ DRAWING_R are allowed</p>
|
|
2439
2672
|
|
2440
2673
|
|
2441
2674
|
—
|
2442
|
-
<div class='inline'>
|
2443
|
-
|
2675
|
+
<div class='inline'><p>
|
2676
|
+
The value validated
|
2677
|
+
</p>
|
2444
2678
|
</div>
|
2445
2679
|
|
2446
2680
|
</li>
|
@@ -2475,7 +2709,7 @@ DRAWING_R are allowed</p>
|
|
2475
2709
|
</div>
|
2476
2710
|
|
2477
2711
|
<div id="footer">
|
2478
|
-
Generated on
|
2712
|
+
Generated on Mon Dec 5 14:21:14 2011 by
|
2479
2713
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2480
2714
|
0.7.3 (ruby-1.8.7).
|
2481
2715
|
</div>
|