axlsx 1.0.10a → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. data/Gemfile +6 -2
  2. data/Gemfile.lock +9 -13
  3. data/README.md +15 -57
  4. data/axlsx.gemspec +4 -0
  5. data/doc/Axlsx.html +247 -361
  6. data/doc/Axlsx/App.html +159 -237
  7. data/doc/Axlsx/Ar.html +11 -15
  8. data/doc/Axlsx/Ar/ClassMethods.html +12 -16
  9. data/doc/Axlsx/Ar/InstanceMethods.html +5 -6
  10. data/doc/Axlsx/Ar/SingletonMethods.html +58 -50
  11. data/doc/Axlsx/Axis.html +51 -75
  12. data/doc/Axlsx/Bar3DChart.html +53 -75
  13. data/doc/Axlsx/BarSeries.html +31 -45
  14. data/doc/Axlsx/Border.html +50 -70
  15. data/doc/Axlsx/BorderPr.html +62 -80
  16. data/doc/Axlsx/CatAxis.html +43 -62
  17. data/doc/Axlsx/CatAxisData.html +16 -23
  18. data/doc/Axlsx/Cell.html +142 -215
  19. data/doc/Axlsx/CellAlignment.html +75 -103
  20. data/doc/Axlsx/CellProtection.html +30 -44
  21. data/doc/Axlsx/CellStyle.html +46 -66
  22. data/doc/Axlsx/Chart.html +96 -139
  23. data/doc/Axlsx/Color.html +34 -50
  24. data/doc/Axlsx/ContentType.html +14 -20
  25. data/doc/Axlsx/Core.html +20 -29
  26. data/doc/Axlsx/DataTypeValidator.html +19 -27
  27. data/doc/Axlsx/Default.html +27 -39
  28. data/doc/Axlsx/Drawing.html +70 -104
  29. data/doc/Axlsx/Fill.html +23 -33
  30. data/doc/Axlsx/Font.html +98 -132
  31. data/doc/Axlsx/GradientFill.html +48 -70
  32. data/doc/Axlsx/GradientStop.html +21 -31
  33. data/doc/Axlsx/GraphicFrame.html +27 -40
  34. data/doc/Axlsx/Line3DChart.html +43 -62
  35. data/doc/Axlsx/LineSeries.html +25 -37
  36. data/doc/Axlsx/Marker.html +43 -63
  37. data/doc/Axlsx/NumFmt.html +65 -79
  38. data/doc/Axlsx/OneCellAnchor.html +54 -78
  39. data/doc/Axlsx/Override.html +27 -39
  40. data/doc/Axlsx/Package.html +70 -96
  41. data/doc/Axlsx/PatternFill.html +51 -66
  42. data/doc/Axlsx/Pic.html +76 -110
  43. data/doc/Axlsx/Pie3DChart.html +16 -23
  44. data/doc/Axlsx/PieSeries.html +30 -44
  45. data/doc/Axlsx/RegexValidator.html +10 -14
  46. data/doc/Axlsx/Relationship.html +27 -40
  47. data/doc/Axlsx/Relationships.html +14 -20
  48. data/doc/Axlsx/RestrictionValidator.html +17 -25
  49. data/doc/Axlsx/Row.html +53 -73
  50. data/doc/Axlsx/Scaling.html +31 -46
  51. data/doc/Axlsx/SerAxis.html +33 -49
  52. data/doc/Axlsx/Series.html +35 -51
  53. data/doc/Axlsx/SeriesTitle.html +10 -14
  54. data/doc/Axlsx/Styles.html +156 -210
  55. data/doc/Axlsx/TableStyle.html +32 -47
  56. data/doc/Axlsx/TableStyleElement.html +61 -75
  57. data/doc/Axlsx/TableStyles.html +28 -42
  58. data/doc/Axlsx/Title.html +25 -36
  59. data/doc/Axlsx/TwoCellAnchor.html +58 -83
  60. data/doc/Axlsx/ValAxis.html +24 -35
  61. data/doc/Axlsx/ValAxisData.html +9 -13
  62. data/doc/Axlsx/View3D.html +43 -64
  63. data/doc/Axlsx/Workbook.html +98 -135
  64. data/doc/Axlsx/Worksheet.html +143 -210
  65. data/doc/Axlsx/Xf.html +77 -114
  66. data/doc/_index.html +7 -43
  67. data/doc/class_list.html +1 -1
  68. data/doc/css/style.css +1 -1
  69. data/doc/file.LICENSE.html +21 -25
  70. data/doc/file.README.html +17 -57
  71. data/doc/index.html +17 -57
  72. data/doc/js/app.js +4 -4
  73. data/doc/method_list.html +446 -470
  74. data/doc/top-level-namespace.html +1 -1
  75. data/examples/example.rb +1 -1
  76. data/lib/axlsx.rb +3 -6
  77. data/lib/axlsx/stylesheet/styles.rb +1 -1
  78. data/lib/axlsx/version.rb +1 -1
  79. data/lib/axlsx/workbook/worksheet/cell.rb +8 -13
  80. data/test/rels/tc_relationships.rb +2 -6
  81. data/test/workbook/worksheet/tc_worksheet.rb +1 -1
  82. metadata +57 -17
  83. data/lib/axlsx/ar.rb +0 -72
data/Gemfile CHANGED
@@ -1,3 +1,7 @@
1
1
  source "http://rubygems.org"
2
-
3
- gemspec
2
+ gem 'nokogiri', '>= 1.4.1'
3
+ gem 'activesupport', '>= 2.3.9'
4
+ gem 'i18n'
5
+ gem 'rmagick', '>= 2.12.2', :require => "RMagick"
6
+ gem 'zip', '>= 2.0.2'
7
+ gem 'rake'
@@ -1,19 +1,10 @@
1
- PATH
2
- remote: .
3
- specs:
4
- axlsx (1.0.10)
5
- activesupport (>= 2.3.9)
6
- nokogiri (>= 1.4.1)
7
- rmagick (>= 2.12.2)
8
- zip (~> 2.0.2)
9
-
10
1
  GEM
11
2
  remote: http://rubygems.org/
12
3
  specs:
13
- activesupport (3.1.3)
14
- multi_json (~> 1.0)
15
- multi_json (1.0.3)
4
+ activesupport (3.0.0)
5
+ i18n (0.6.0)
16
6
  nokogiri (1.5.0)
7
+ rake (0.9.2)
17
8
  rmagick (2.13.1)
18
9
  zip (2.0.2)
19
10
 
@@ -21,4 +12,9 @@ PLATFORMS
21
12
  ruby
22
13
 
23
14
  DEPENDENCIES
24
- axlsx!
15
+ activesupport (>= 2.3.9)
16
+ i18n
17
+ nokogiri (>= 1.4.1)
18
+ rake
19
+ rmagick (>= 2.12.2)
20
+ zip (>= 2.0.2)
data/README.md CHANGED
@@ -1,14 +1,16 @@
1
1
  Axlsx: Office Open XML Spreadsheet Generation
2
2
  ====================================
3
+ [![Build Status](https://secure.travis-ci.org/randym/axlsx.png)](http://travis-ci.org/randym/axlsx/)
3
4
 
4
5
  **IRC**: [irc.freenode.net / #axlsx](irc://irc.freenode.net/axlsx)
5
6
  **Git**: [http://github.com/randym/axlsx](http://github.com/randym/axlsx)
6
7
  **Author**: Randy Morgan
7
8
  **Copyright**: 2011
8
9
  **License**: MIT License
9
- **Latest Version**: 1.0.10.a
10
- **Ruby Version**: 1.8.7 - 1.9.3
11
- **Release Date**: November 26th 2011
10
+ **Latest Version**: 1.0.10
11
+ **Ruby Version**: 1.8.7, 1.9.3
12
+
13
+ **Release Date**: November 30th 2011
12
14
 
13
15
  Synopsis
14
16
  --------
@@ -16,6 +18,9 @@ Synopsis
16
18
  Axlsx is an Office Open XML Spreadsheet generator for the Ruby programming language.
17
19
  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
20
 
21
+ If you are working in rails, or with active record see:
22
+ http://github.com/randym/acts_as_xlsx
23
+
19
24
  Help Wanted
20
25
  -----------
21
26
 
@@ -38,8 +43,6 @@ Feature List
38
43
 
39
44
  **7. Add jpg, gif and png images to worksheets
40
45
 
41
- **8. Build in mixin with Active record. simply add acts_as_xlsx to you models and they will support to_xlsx
42
-
43
46
  Installing
44
47
  ----------
45
48
 
@@ -192,55 +195,6 @@ Styling Rows
192
195
  p.workbook.worksheets.first.row_style 0, head
193
196
  p.serialize("example11.xlsx")
194
197
 
195
-
196
- Rails 3
197
-
198
- #ImageMagick port needs to be confirgured --disable-openmp when using with rails3
199
- #http://stackoverflow.com/questions/2838307/why-is-this-rmagick-call-generating-a-segmentation-fault
200
-
201
- #Add the gem to your Gemfile and bundle install
202
- gem 'axlsx'
203
-
204
- # A Model that has id, name, title, content, vote, popularity, created_at and updated_at attributes
205
- class Post < ActiveRecord::Base
206
-
207
- # support for :include, :exclude, :only like ruport has not been implemented yet
208
- acts_as_axlsx
209
-
210
- def report
211
- # First generate your package from the model
212
- # scopes, conditions etc are allowed but must be before the to_xlsx call.
213
- p = Post.to_xlsx
214
-
215
- # Add in some basic styles and formats
216
- percent, date, header = nil, nil, nil
217
- p.workbook.styles do |s|
218
- percent = s.add_style :num_fmt=>9
219
- date = s.add_style :format_code => 'yyyy/mm/dd'
220
- header = s.add_style :bg_color => "FF000000", :fg_color => "FFFFFFFF", :alignment => {:horizontal=>:center}, :sz=>14
221
- end
222
-
223
- ws = p.workbook.worksheets.first
224
-
225
- # Update the row and columns style so they propery format data.
226
- ws.row_style(0, header)
227
- ws.col_style(5, percent, :row_offset=>1)
228
- ws.col_style((6..7), date, :row_offset=>1)
229
-
230
- # Add a chart for good measure
231
- ws.add_chart(Axlsx::Bar3DChart) do |chart|
232
- chart.title='Post Votes'
233
- chart.start_at 0, ws.rows.size
234
- chart.end_at 4, ws.rows.size+20
235
- chart.add_series :data => ws.cols[4][(1..-1)], :labels=>ws.cols[0][(1..-1)]
236
- end
237
-
238
- p.serialize('posts.xlsx')
239
- send_file 'posts.xlsx', :type=>"application/xlsx", :x_sendfile=>true
240
- end
241
- end
242
-
243
-
244
198
  ###Documentation
245
199
 
246
200
  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:
@@ -255,11 +209,15 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
255
209
 
256
210
  Changelog
257
211
  ---------
258
- - **October.27.11**: 1.0.10.a release
259
- - Updating gemspec to loosen up some of the gem requirements in the hope of maintaining compatibility with rails 2
260
- - Added acts_as_xlsx mixin for rails3 See Examples
212
+ - **October.30.11**: 1.0.10 release
213
+ - Updating gemspec to lower gem version requirements.
261
214
  - Added row.style assignation for updating the cell style for an entire row
262
215
  - Added col_style method to worksheet upate a the style for a column of cells
216
+ - Added cols for an easy reference to columns in a worksheet.
217
+ - prep for pre release of acts_as_xlsx gem
218
+ - added in travis.ci configuration and build status
219
+ - fixed out of range bug in time calculations for 32bit time.
220
+ - added i18n for active support
263
221
 
264
222
  - **October.26.11**: 1.0.9 release
265
223
  - Updated to support ruby 1.9.3
@@ -25,8 +25,12 @@ Gem::Specification.new do |s|
25
25
 
26
26
  s.add_runtime_dependency 'nokogiri', '>= 1.4.1'
27
27
  s.add_runtime_dependency 'activesupport', '>= 2.3.9'
28
+ s.add_runtime_dependency 'i18n', '>= 0.6.0'
28
29
  s.add_runtime_dependency 'rmagick', '>= 2.12.2'
29
30
  s.add_runtime_dependency 'zip', '>= 2.0.2'
31
+ s.add_development_dependency 'rake'
32
+ s.add_development_dependency 'bundler'
33
+
30
34
  s.required_ruby_version = '>= 1.8.7'
31
35
  s.require_path = 'lib'
32
36
  end
@@ -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/ar.rb,<br /> lib/axlsx/package.rb,<br /> lib/axlsx/version.rb,<br /> lib/axlsx/drawing/pic.rb,<br /> lib/axlsx/drawing/axis.rb,<br /> lib/axlsx/drawing/chart.rb,<br /> lib/axlsx/drawing/title.rb,<br /> lib/axlsx/doc_props/app.rb,<br /> lib/axlsx/stylesheet/xf.rb,<br /> lib/axlsx/util/constants.rb,<br /> lib/axlsx/drawing/series.rb,<br /> lib/axlsx/drawing/marker.rb,<br /> lib/axlsx/doc_props/core.rb,<br /> lib/axlsx/drawing/drawing.rb,<br /> lib/axlsx/stylesheet/fill.rb,<br /> lib/axlsx/drawing/scaling.rb,<br /> lib/axlsx/util/validators.rb,<br /> lib/axlsx/stylesheet/font.rb,<br /> lib/axlsx/drawing/view_3D.rb,<br /> lib/axlsx/stylesheet/color.rb,<br /> lib/axlsx/drawing/cat_axis.rb,<br /> lib/axlsx/drawing/ser_axis.rb,<br /> lib/axlsx/drawing/val_axis.rb,<br /> lib/axlsx/workbook/workbook.rb,<br /> lib/axlsx/stylesheet/styles.rb,<br /> lib/axlsx/stylesheet/border.rb,<br /> lib/axlsx/rels/relationship.rb,<br /> lib/axlsx/drawing/bar_series.rb,<br /> lib/axlsx/drawing/pie_series.rb,<br /> lib/axlsx/rels/relationships.rb,<br /> lib/axlsx/stylesheet/num_fmt.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/drawing/series_title.rb,<br /> lib/axlsx/drawing/bar_3D_chart.rb,<br /> lib/axlsx/content_type/default.rb,<br /> lib/axlsx/stylesheet/cell_style.rb,<br /> lib/axlsx/content_type/override.rb,<br /> lib/axlsx/drawing/cat_axis_data.rb,<br /> lib/axlsx/drawing/val_axis_data.rb,<br /> lib/axlsx/drawing/line_3D_chart.rb,<br /> lib/axlsx/drawing/graphic_frame.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/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>
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,15 +81,14 @@
81
81
 
82
82
  <h2>Overview</h2><div class="docstring">
83
83
  <div class="discussion">
84
- <p>
85
- xlsx generation with charts, images, automated column width, customizable
84
+
85
+ <p>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&#8217;s machine.
92
- </p>
91
+ to load on your clients machine.</p>
93
92
 
94
93
 
95
94
  </div>
@@ -101,8 +100,6 @@ to load on your client&#8217;s machine.
101
100
  <p class="children">
102
101
 
103
102
 
104
- <strong class="modules">Modules:</strong> <span class='object_link'><a href="Axlsx/Ar.html" title="Axlsx::Ar (module)">Ar</a></span>
105
-
106
103
 
107
104
 
108
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>
@@ -117,9 +114,8 @@ to load on your client&#8217;s machine.
117
114
  <dt id="VERSION-constant" class="">VERSION =
118
115
  <div class="docstring">
119
116
  <div class="discussion">
120
- <p>
121
- version
122
- </p>
117
+
118
+ <p>version</p>
123
119
 
124
120
 
125
121
  </div>
@@ -129,15 +125,14 @@ version
129
125
 
130
126
  </div>
131
127
  </dt>
132
- <dd><pre class="code"><span class='string val'>&quot;1.0.10a&quot;</span>
128
+ <dd><pre class="code"><span class='string val'>&quot;1.0.10&quot;</span>
133
129
  </pre></dd>
134
130
 
135
131
  <dt id="ENCODING-constant" class="">ENCODING =
136
132
  <div class="docstring">
137
133
  <div class="discussion">
138
- <p>
139
- XML Encoding
140
- </p>
134
+
135
+ <p>XML Encoding</p>
141
136
 
142
137
 
143
138
  </div>
@@ -153,9 +148,8 @@ XML Encoding
153
148
  <dt id="XML_NS-constant" class="">XML_NS =
154
149
  <div class="docstring">
155
150
  <div class="discussion">
156
- <p>
157
- spreadsheetML namespace
158
- </p>
151
+
152
+ <p>spreadsheetML namespace</p>
159
153
 
160
154
 
161
155
  </div>
@@ -171,9 +165,8 @@ spreadsheetML namespace
171
165
  <dt id="XML_NS_T-constant" class="">XML_NS_T =
172
166
  <div class="docstring">
173
167
  <div class="discussion">
174
- <p>
175
- content-types namespace
176
- </p>
168
+
169
+ <p>content-types namespace</p>
177
170
 
178
171
 
179
172
  </div>
@@ -189,9 +182,8 @@ content-types namespace
189
182
  <dt id="APP_NS-constant" class="">APP_NS =
190
183
  <div class="docstring">
191
184
  <div class="discussion">
192
- <p>
193
- extended-properties namespace
194
- </p>
185
+
186
+ <p>extended-properties namespace</p>
195
187
 
196
188
 
197
189
  </div>
@@ -207,9 +199,8 @@ extended-properties namespace
207
199
  <dt id="APP_NS_VT-constant" class="">APP_NS_VT =
208
200
  <div class="docstring">
209
201
  <div class="discussion">
210
- <p>
211
- doc props namespace
212
- </p>
202
+
203
+ <p>doc props namespace</p>
213
204
 
214
205
 
215
206
  </div>
@@ -225,9 +216,8 @@ doc props namespace
225
216
  <dt id="CORE_NS-constant" class="">CORE_NS =
226
217
  <div class="docstring">
227
218
  <div class="discussion">
228
- <p>
229
- core properties namespace
230
- </p>
219
+
220
+ <p>core properties namespace</p>
231
221
 
232
222
 
233
223
  </div>
@@ -243,9 +233,8 @@ core properties namespace
243
233
  <dt id="CORE_NS_DC-constant" class="">CORE_NS_DC =
244
234
  <div class="docstring">
245
235
  <div class="discussion">
246
- <p>
247
- dc elements (core) namespace
248
- </p>
236
+
237
+ <p>dc elements (core) namespace</p>
249
238
 
250
239
 
251
240
  </div>
@@ -261,9 +250,8 @@ dc elements (core) namespace
261
250
  <dt id="CORE_NS_DCMIT-constant" class="">CORE_NS_DCMIT =
262
251
  <div class="docstring">
263
252
  <div class="discussion">
264
- <p>
265
- dcmit (core) namespcace
266
- </p>
253
+
254
+ <p>dcmit (core) namespcace</p>
267
255
 
268
256
 
269
257
  </div>
@@ -279,9 +267,8 @@ dcmit (core) namespcace
279
267
  <dt id="CORE_NS_DCT-constant" class="">CORE_NS_DCT =
280
268
  <div class="docstring">
281
269
  <div class="discussion">
282
- <p>
283
- dc terms namespace
284
- </p>
270
+
271
+ <p>dc terms namespace</p>
285
272
 
286
273
 
287
274
  </div>
@@ -297,9 +284,8 @@ dc terms namespace
297
284
  <dt id="CORE_NS_XSI-constant" class="">CORE_NS_XSI =
298
285
  <div class="docstring">
299
286
  <div class="discussion">
300
- <p>
301
- xml schema namespace
302
- </p>
287
+
288
+ <p>xml schema namespace</p>
303
289
 
304
290
 
305
291
  </div>
@@ -315,9 +301,8 @@ xml schema namespace
315
301
  <dt id="XML_NS_XDR-constant" class="">XML_NS_XDR =
316
302
  <div class="docstring">
317
303
  <div class="discussion">
318
- <p>
319
- spreadsheet drawing namespace
320
- </p>
304
+
305
+ <p>spreadsheet drawing namespace</p>
321
306
 
322
307
 
323
308
  </div>
@@ -333,9 +318,8 @@ spreadsheet drawing namespace
333
318
  <dt id="XML_NS_A-constant" class="">XML_NS_A =
334
319
  <div class="docstring">
335
320
  <div class="discussion">
336
- <p>
337
- drawing namespace
338
- </p>
321
+
322
+ <p>drawing namespace</p>
339
323
 
340
324
 
341
325
  </div>
@@ -351,9 +335,8 @@ drawing namespace
351
335
  <dt id="XML_NS_C-constant" class="">XML_NS_C =
352
336
  <div class="docstring">
353
337
  <div class="discussion">
354
- <p>
355
- chart namespace
356
- </p>
338
+
339
+ <p>chart namespace</p>
357
340
 
358
341
 
359
342
  </div>
@@ -369,9 +352,8 @@ chart namespace
369
352
  <dt id="XML_NS_R-constant" class="">XML_NS_R =
370
353
  <div class="docstring">
371
354
  <div class="discussion">
372
- <p>
373
- relationships namespace
374
- </p>
355
+
356
+ <p>relationships namespace</p>
375
357
 
376
358
 
377
359
  </div>
@@ -387,9 +369,8 @@ relationships namespace
387
369
  <dt id="RELS_R-constant" class="">RELS_R =
388
370
  <div class="docstring">
389
371
  <div class="discussion">
390
- <p>
391
- relationships name space
392
- </p>
372
+
373
+ <p>relationships name space</p>
393
374
 
394
375
 
395
376
  </div>
@@ -405,9 +386,8 @@ relationships name space
405
386
  <dt id="TABLE_R-constant" class="">TABLE_R =
406
387
  <div class="docstring">
407
388
  <div class="discussion">
408
- <p>
409
- table rels namespace
410
- </p>
389
+
390
+ <p>table rels namespace</p>
411
391
 
412
392
 
413
393
  </div>
@@ -423,9 +403,8 @@ table rels namespace
423
403
  <dt id="WORKBOOK_R-constant" class="">WORKBOOK_R =
424
404
  <div class="docstring">
425
405
  <div class="discussion">
426
- <p>
427
- workbook rels namespace
428
- </p>
406
+
407
+ <p>workbook rels namespace</p>
429
408
 
430
409
 
431
410
  </div>
@@ -441,9 +420,8 @@ workbook rels namespace
441
420
  <dt id="WORKSHEET_R-constant" class="">WORKSHEET_R =
442
421
  <div class="docstring">
443
422
  <div class="discussion">
444
- <p>
445
- worksheet rels namespace
446
- </p>
423
+
424
+ <p>worksheet rels namespace</p>
447
425
 
448
426
 
449
427
  </div>
@@ -459,9 +437,8 @@ worksheet rels namespace
459
437
  <dt id="APP_R-constant" class="">APP_R =
460
438
  <div class="docstring">
461
439
  <div class="discussion">
462
- <p>
463
- app rels namespace
464
- </p>
440
+
441
+ <p>app rels namespace</p>
465
442
 
466
443
 
467
444
  </div>
@@ -477,9 +454,8 @@ app rels namespace
477
454
  <dt id="CORE_R-constant" class="">CORE_R =
478
455
  <div class="docstring">
479
456
  <div class="discussion">
480
- <p>
481
- core rels namespace
482
- </p>
457
+
458
+ <p>core rels namespace</p>
483
459
 
484
460
 
485
461
  </div>
@@ -495,9 +471,8 @@ core rels namespace
495
471
  <dt id="STYLES_R-constant" class="">STYLES_R =
496
472
  <div class="docstring">
497
473
  <div class="discussion">
498
- <p>
499
- styles rels namespace
500
- </p>
474
+
475
+ <p>styles rels namespace</p>
501
476
 
502
477
 
503
478
  </div>
@@ -513,9 +488,8 @@ styles rels namespace
513
488
  <dt id="DRAWING_R-constant" class="">DRAWING_R =
514
489
  <div class="docstring">
515
490
  <div class="discussion">
516
- <p>
517
- drawing rels namespace
518
- </p>
491
+
492
+ <p>drawing rels namespace</p>
519
493
 
520
494
 
521
495
  </div>
@@ -531,9 +505,8 @@ drawing rels namespace
531
505
  <dt id="CHART_R-constant" class="">CHART_R =
532
506
  <div class="docstring">
533
507
  <div class="discussion">
534
- <p>
535
- chart rels namespace
536
- </p>
508
+
509
+ <p>chart rels namespace</p>
537
510
 
538
511
 
539
512
  </div>
@@ -549,9 +522,8 @@ chart rels namespace
549
522
  <dt id="IMAGE_R-constant" class="">IMAGE_R =
550
523
  <div class="docstring">
551
524
  <div class="discussion">
552
- <p>
553
- image rels namespace
554
- </p>
525
+
526
+ <p>image rels namespace</p>
555
527
 
556
528
 
557
529
  </div>
@@ -567,9 +539,8 @@ image rels namespace
567
539
  <dt id="TABLE_CT-constant" class="">TABLE_CT =
568
540
  <div class="docstring">
569
541
  <div class="discussion">
570
- <p>
571
- table content type
572
- </p>
542
+
543
+ <p>table content type</p>
573
544
 
574
545
 
575
546
  </div>
@@ -585,9 +556,8 @@ table content type
585
556
  <dt id="WORKBOOK_CT-constant" class="">WORKBOOK_CT =
586
557
  <div class="docstring">
587
558
  <div class="discussion">
588
- <p>
589
- workbook content type
590
- </p>
559
+
560
+ <p>workbook content type</p>
591
561
 
592
562
 
593
563
  </div>
@@ -603,9 +573,8 @@ workbook content type
603
573
  <dt id="APP_CT-constant" class="">APP_CT =
604
574
  <div class="docstring">
605
575
  <div class="discussion">
606
- <p>
607
- app content type
608
- </p>
576
+
577
+ <p>app content type</p>
609
578
 
610
579
 
611
580
  </div>
@@ -621,9 +590,8 @@ app content type
621
590
  <dt id="RELS_CT-constant" class="">RELS_CT =
622
591
  <div class="docstring">
623
592
  <div class="discussion">
624
- <p>
625
- rels content type
626
- </p>
593
+
594
+ <p>rels content type</p>
627
595
 
628
596
 
629
597
  </div>
@@ -639,9 +607,8 @@ rels content type
639
607
  <dt id="STYLES_CT-constant" class="">STYLES_CT =
640
608
  <div class="docstring">
641
609
  <div class="discussion">
642
- <p>
643
- styles content type
644
- </p>
610
+
611
+ <p>styles content type</p>
645
612
 
646
613
 
647
614
  </div>
@@ -657,9 +624,8 @@ styles content type
657
624
  <dt id="XML_CT-constant" class="">XML_CT =
658
625
  <div class="docstring">
659
626
  <div class="discussion">
660
- <p>
661
- xml content type
662
- </p>
627
+
628
+ <p>xml content type</p>
663
629
 
664
630
 
665
631
  </div>
@@ -675,9 +641,8 @@ xml content type
675
641
  <dt id="WORKSHEET_CT-constant" class="">WORKSHEET_CT =
676
642
  <div class="docstring">
677
643
  <div class="discussion">
678
- <p>
679
- worksheet content type
680
- </p>
644
+
645
+ <p>worksheet content type</p>
681
646
 
682
647
 
683
648
  </div>
@@ -693,9 +658,8 @@ worksheet content type
693
658
  <dt id="SHARED_STRINGS_CT-constant" class="">SHARED_STRINGS_CT =
694
659
  <div class="docstring">
695
660
  <div class="discussion">
696
- <p>
697
- shared strings content type
698
- </p>
661
+
662
+ <p>shared strings content type</p>
699
663
 
700
664
 
701
665
  </div>
@@ -711,9 +675,8 @@ shared strings content type
711
675
  <dt id="CORE_CT-constant" class="">CORE_CT =
712
676
  <div class="docstring">
713
677
  <div class="discussion">
714
- <p>
715
- core content type
716
- </p>
678
+
679
+ <p>core content type</p>
717
680
 
718
681
 
719
682
  </div>
@@ -729,9 +692,8 @@ core content type
729
692
  <dt id="CHART_CT-constant" class="">CHART_CT =
730
693
  <div class="docstring">
731
694
  <div class="discussion">
732
- <p>
733
- chart content type
734
- </p>
695
+
696
+ <p>chart content type</p>
735
697
 
736
698
 
737
699
  </div>
@@ -747,9 +709,8 @@ chart content type
747
709
  <dt id="JPEG_CT-constant" class="">JPEG_CT =
748
710
  <div class="docstring">
749
711
  <div class="discussion">
750
- <p>
751
- jpeg content type
752
- </p>
712
+
713
+ <p>jpeg content type</p>
753
714
 
754
715
 
755
716
  </div>
@@ -765,9 +726,8 @@ jpeg content type
765
726
  <dt id="GIF_CT-constant" class="">GIF_CT =
766
727
  <div class="docstring">
767
728
  <div class="discussion">
768
- <p>
769
- gif content type
770
- </p>
729
+
730
+ <p>gif content type</p>
771
731
 
772
732
 
773
733
  </div>
@@ -783,9 +743,8 @@ gif content type
783
743
  <dt id="PNG_CT-constant" class="">PNG_CT =
784
744
  <div class="docstring">
785
745
  <div class="discussion">
786
- <p>
787
- png content type
788
- </p>
746
+
747
+ <p>png content type</p>
789
748
 
790
749
 
791
750
  </div>
@@ -801,9 +760,8 @@ png content type
801
760
  <dt id="DRAWING_CT-constant" class="">DRAWING_CT =
802
761
  <div class="docstring">
803
762
  <div class="discussion">
804
- <p>
805
- drawing content type
806
- </p>
763
+
764
+ <p>drawing content type</p>
807
765
 
808
766
 
809
767
  </div>
@@ -819,9 +777,8 @@ drawing content type
819
777
  <dt id="XML_EX-constant" class="">XML_EX =
820
778
  <div class="docstring">
821
779
  <div class="discussion">
822
- <p>
823
- xml content type extensions
824
- </p>
780
+
781
+ <p>xml content type extensions</p>
825
782
 
826
783
 
827
784
  </div>
@@ -837,9 +794,8 @@ xml content type extensions
837
794
  <dt id="JPEG_EX-constant" class="">JPEG_EX =
838
795
  <div class="docstring">
839
796
  <div class="discussion">
840
- <p>
841
- jpeg extension
842
- </p>
797
+
798
+ <p>jpeg extension</p>
843
799
 
844
800
 
845
801
  </div>
@@ -855,9 +811,8 @@ jpeg extension
855
811
  <dt id="GIF_EX-constant" class="">GIF_EX =
856
812
  <div class="docstring">
857
813
  <div class="discussion">
858
- <p>
859
- gif extension
860
- </p>
814
+
815
+ <p>gif extension</p>
861
816
 
862
817
 
863
818
  </div>
@@ -873,9 +828,8 @@ gif extension
873
828
  <dt id="PNG_EX-constant" class="">PNG_EX =
874
829
  <div class="docstring">
875
830
  <div class="discussion">
876
- <p>
877
- png extension
878
- </p>
831
+
832
+ <p>png extension</p>
879
833
 
880
834
 
881
835
  </div>
@@ -891,9 +845,8 @@ png extension
891
845
  <dt id="RELS_EX-constant" class="">RELS_EX =
892
846
  <div class="docstring">
893
847
  <div class="discussion">
894
- <p>
895
- rels content type extension
896
- </p>
848
+
849
+ <p>rels content type extension</p>
897
850
 
898
851
 
899
852
  </div>
@@ -909,9 +862,8 @@ rels content type extension
909
862
  <dt id="WORKBOOK_PN-constant" class="">WORKBOOK_PN =
910
863
  <div class="docstring">
911
864
  <div class="discussion">
912
- <p>
913
- workbook part
914
- </p>
865
+
866
+ <p>workbook part</p>
915
867
 
916
868
 
917
869
  </div>
@@ -927,9 +879,8 @@ workbook part
927
879
  <dt id="STYLES_PN-constant" class="">STYLES_PN =
928
880
  <div class="docstring">
929
881
  <div class="discussion">
930
- <p>
931
- styles part
932
- </p>
882
+
883
+ <p>styles part</p>
933
884
 
934
885
 
935
886
  </div>
@@ -945,9 +896,8 @@ styles part
945
896
  <dt id="APP_PN-constant" class="">APP_PN =
946
897
  <div class="docstring">
947
898
  <div class="discussion">
948
- <p>
949
- app part
950
- </p>
899
+
900
+ <p>app part</p>
951
901
 
952
902
 
953
903
  </div>
@@ -963,9 +913,8 @@ app part
963
913
  <dt id="CORE_PN-constant" class="">CORE_PN =
964
914
  <div class="docstring">
965
915
  <div class="discussion">
966
- <p>
967
- core part
968
- </p>
916
+
917
+ <p>core part</p>
969
918
 
970
919
 
971
920
  </div>
@@ -981,9 +930,8 @@ core part
981
930
  <dt id="CONTENT_TYPES_PN-constant" class="">CONTENT_TYPES_PN =
982
931
  <div class="docstring">
983
932
  <div class="discussion">
984
- <p>
985
- content types part
986
- </p>
933
+
934
+ <p>content types part</p>
987
935
 
988
936
 
989
937
  </div>
@@ -999,9 +947,8 @@ content types part
999
947
  <dt id="RELS_PN-constant" class="">RELS_PN =
1000
948
  <div class="docstring">
1001
949
  <div class="discussion">
1002
- <p>
1003
- rels part
1004
- </p>
950
+
951
+ <p>rels part</p>
1005
952
 
1006
953
 
1007
954
  </div>
@@ -1017,9 +964,8 @@ rels part
1017
964
  <dt id="WORKBOOK_RELS_PN-constant" class="">WORKBOOK_RELS_PN =
1018
965
  <div class="docstring">
1019
966
  <div class="discussion">
1020
- <p>
1021
- workbook rels part
1022
- </p>
967
+
968
+ <p>workbook rels part</p>
1023
969
 
1024
970
 
1025
971
  </div>
@@ -1035,9 +981,8 @@ workbook rels part
1035
981
  <dt id="WORKSHEET_PN-constant" class="">WORKSHEET_PN =
1036
982
  <div class="docstring">
1037
983
  <div class="discussion">
1038
- <p>
1039
- worksheet part
1040
- </p>
984
+
985
+ <p>worksheet part</p>
1041
986
 
1042
987
 
1043
988
  </div>
@@ -1053,9 +998,8 @@ worksheet part
1053
998
  <dt id="WORKSHEET_RELS_PN-constant" class="">WORKSHEET_RELS_PN =
1054
999
  <div class="docstring">
1055
1000
  <div class="discussion">
1056
- <p>
1057
- worksheet rels part
1058
- </p>
1001
+
1002
+ <p>worksheet rels part</p>
1059
1003
 
1060
1004
 
1061
1005
  </div>
@@ -1071,9 +1015,8 @@ worksheet rels part
1071
1015
  <dt id="DRAWING_PN-constant" class="">DRAWING_PN =
1072
1016
  <div class="docstring">
1073
1017
  <div class="discussion">
1074
- <p>
1075
- drawing part
1076
- </p>
1018
+
1019
+ <p>drawing part</p>
1077
1020
 
1078
1021
 
1079
1022
  </div>
@@ -1089,9 +1032,8 @@ drawing part
1089
1032
  <dt id="DRAWING_RELS_PN-constant" class="">DRAWING_RELS_PN =
1090
1033
  <div class="docstring">
1091
1034
  <div class="discussion">
1092
- <p>
1093
- drawing rels part
1094
- </p>
1035
+
1036
+ <p>drawing rels part</p>
1095
1037
 
1096
1038
 
1097
1039
  </div>
@@ -1107,9 +1049,8 @@ drawing rels part
1107
1049
  <dt id="CHART_PN-constant" class="">CHART_PN =
1108
1050
  <div class="docstring">
1109
1051
  <div class="discussion">
1110
- <p>
1111
- chart part
1112
- </p>
1052
+
1053
+ <p>chart part</p>
1113
1054
 
1114
1055
 
1115
1056
  </div>
@@ -1125,9 +1066,8 @@ chart part
1125
1066
  <dt id="IMAGE_PN-constant" class="">IMAGE_PN =
1126
1067
  <div class="docstring">
1127
1068
  <div class="discussion">
1128
- <p>
1129
- chart part
1130
- </p>
1069
+
1070
+ <p>chart part</p>
1131
1071
 
1132
1072
 
1133
1073
  </div>
@@ -1143,9 +1083,8 @@ chart part
1143
1083
  <dt id="APP_XSD-constant" class="">APP_XSD =
1144
1084
  <div class="docstring">
1145
1085
  <div class="discussion">
1146
- <p>
1147
- App validation schema
1148
- </p>
1086
+
1087
+ <p>App validation schema</p>
1149
1088
 
1150
1089
 
1151
1090
  </div>
@@ -1161,9 +1100,8 @@ App validation schema
1161
1100
  <dt id="CORE_XSD-constant" class="">CORE_XSD =
1162
1101
  <div class="docstring">
1163
1102
  <div class="discussion">
1164
- <p>
1165
- core validation schema
1166
- </p>
1103
+
1104
+ <p>core validation schema</p>
1167
1105
 
1168
1106
 
1169
1107
  </div>
@@ -1179,9 +1117,8 @@ core validation schema
1179
1117
  <dt id="CONTENT_TYPES_XSD-constant" class="">CONTENT_TYPES_XSD =
1180
1118
  <div class="docstring">
1181
1119
  <div class="discussion">
1182
- <p>
1183
- content types validation schema
1184
- </p>
1120
+
1121
+ <p>content types validation schema</p>
1185
1122
 
1186
1123
 
1187
1124
  </div>
@@ -1197,9 +1134,8 @@ content types validation schema
1197
1134
  <dt id="RELS_XSD-constant" class="">RELS_XSD =
1198
1135
  <div class="docstring">
1199
1136
  <div class="discussion">
1200
- <p>
1201
- rels validation schema
1202
- </p>
1137
+
1138
+ <p>rels validation schema</p>
1203
1139
 
1204
1140
 
1205
1141
  </div>
@@ -1215,9 +1151,8 @@ rels validation schema
1215
1151
  <dt id="SML_XSD-constant" class="">SML_XSD =
1216
1152
  <div class="docstring">
1217
1153
  <div class="discussion">
1218
- <p>
1219
- spreadsheetML validation schema
1220
- </p>
1154
+
1155
+ <p>spreadsheetML validation schema</p>
1221
1156
 
1222
1157
 
1223
1158
  </div>
@@ -1233,9 +1168,8 @@ spreadsheetML validation schema
1233
1168
  <dt id="DRAWING_XSD-constant" class="">DRAWING_XSD =
1234
1169
  <div class="docstring">
1235
1170
  <div class="discussion">
1236
- <p>
1237
- drawing validation schema
1238
- </p>
1171
+
1172
+ <p>drawing validation schema</p>
1239
1173
 
1240
1174
 
1241
1175
  </div>
@@ -1251,9 +1185,8 @@ drawing validation schema
1251
1185
  <dt id="NUM_FMT_PERCENT-constant" class="">NUM_FMT_PERCENT =
1252
1186
  <div class="docstring">
1253
1187
  <div class="discussion">
1254
- <p>
1255
- number format id for pecentage formatting using the default formatting id.
1256
- </p>
1188
+
1189
+ <p>number format id for pecentage formatting using the default formatting id.</p>
1257
1190
 
1258
1191
 
1259
1192
  </div>
@@ -1269,9 +1202,8 @@ number format id for pecentage formatting using the default formatting id.
1269
1202
  <dt id="NUM_FMT_YYYYMMDD-constant" class="">NUM_FMT_YYYYMMDD =
1270
1203
  <div class="docstring">
1271
1204
  <div class="discussion">
1272
- <p>
1273
- number format id for date format like 2011/11/13
1274
- </p>
1205
+
1206
+ <p>number format id for date format like 2011/11/13</p>
1275
1207
 
1276
1208
 
1277
1209
  </div>
@@ -1287,9 +1219,8 @@ number format id for date format like 2011/11/13
1287
1219
  <dt id="NUM_FMT_YYYYMMDDHHMMSS-constant" class="">NUM_FMT_YYYYMMDDHHMMSS =
1288
1220
  <div class="docstring">
1289
1221
  <div class="discussion">
1290
- <p>
1291
- number format id for time format the creates 2011/11/13 12:23:10
1292
- </p>
1222
+
1223
+ <p>number format id for time format the creates 2011/11/13 12:23:10</p>
1293
1224
 
1294
1225
 
1295
1226
  </div>
@@ -1305,9 +1236,8 @@ number format id for time format the creates 2011/11/13 12:23:10
1305
1236
  <dt id="STYLE_THIN_BORDER-constant" class="">STYLE_THIN_BORDER =
1306
1237
  <div class="docstring">
1307
1238
  <div class="discussion">
1308
- <p>
1309
- cellXfs id for thin borders around the cell
1310
- </p>
1239
+
1240
+ <p>cellXfs id for thin borders around the cell</p>
1311
1241
 
1312
1242
 
1313
1243
  </div>
@@ -1323,9 +1253,8 @@ cellXfs id for thin borders around the cell
1323
1253
  <dt id="ERR_RESTRICTION-constant" class="">ERR_RESTRICTION =
1324
1254
  <div class="docstring">
1325
1255
  <div class="discussion">
1326
- <p>
1327
- error messages RestrictionValidor
1328
- </p>
1256
+
1257
+ <p>error messages RestrictionValidor</p>
1329
1258
 
1330
1259
 
1331
1260
  </div>
@@ -1341,9 +1270,8 @@ error messages RestrictionValidor
1341
1270
  <dt id="ERR_TYPE-constant" class="">ERR_TYPE =
1342
1271
  <div class="docstring">
1343
1272
  <div class="discussion">
1344
- <p>
1345
- error message DataTypeValidator
1346
- </p>
1273
+
1274
+ <p>error message DataTypeValidator</p>
1347
1275
 
1348
1276
 
1349
1277
  </div>
@@ -1359,9 +1287,8 @@ error message DataTypeValidator
1359
1287
  <dt id="ERR_REGEX-constant" class="">ERR_REGEX =
1360
1288
  <div class="docstring">
1361
1289
  <div class="discussion">
1362
- <p>
1363
- error message for RegexValidator
1364
- </p>
1290
+
1291
+ <p>error message for RegexValidator</p>
1365
1292
 
1366
1293
 
1367
1294
  </div>
@@ -1405,9 +1332,8 @@ error message for RegexValidator
1405
1332
 
1406
1333
 
1407
1334
 
1408
- <span class="summary_desc"><div class='inline'><p>
1409
- determines the cell range for the items provided.
1410
- </p>
1335
+ <span class="summary_desc"><div class='inline'>
1336
+ <p>determines the cell range for the items provided.</p>
1411
1337
  </div></span>
1412
1338
 
1413
1339
  </li>
@@ -1429,10 +1355,9 @@ determines the cell range for the items provided.
1429
1355
 
1430
1356
 
1431
1357
 
1432
- <span class="summary_desc"><div class='inline'><p>
1433
- Requires that the value is a form that can be evaluated as a boolean in an
1434
- xml document.
1435
- </p>
1358
+ <span class="summary_desc"><div class='inline'>
1359
+ <p>Requires that the value is a form that can be evaluated as a boolean in an
1360
+ xml document.</p>
1436
1361
  </div></span>
1437
1362
 
1438
1363
  </li>
@@ -1454,11 +1379,10 @@ xml document.
1454
1379
 
1455
1380
 
1456
1381
 
1457
- <span class="summary_desc"><div class='inline'><p>
1458
- Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT,
1382
+ <span class="summary_desc"><div class='inline'>
1383
+ <p>Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT,
1459
1384
  APP_CT, RELS_CT, STYLES_CT, XML_CT, WORKSHEET_CT, SHARED_STRINGS_CT,
1460
- CORE_CT, CHART_CT, DRAWING_CT are allowed.
1461
- </p>
1385
+ CORE_CT, CHART_CT, DRAWING_CT are allowed.</p>
1462
1386
  </div></span>
1463
1387
 
1464
1388
  </li>
@@ -1480,9 +1404,8 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed.
1480
1404
 
1481
1405
 
1482
1406
 
1483
- <span class="summary_desc"><div class='inline'><p>
1484
- Requires that the value is a Float.
1485
- </p>
1407
+ <span class="summary_desc"><div class='inline'>
1408
+ <p>Requires that the value is a Float.</p>
1486
1409
  </div></span>
1487
1410
 
1488
1411
  </li>
@@ -1504,9 +1427,8 @@ Requires that the value is a Float.
1504
1427
 
1505
1428
 
1506
1429
 
1507
- <span class="summary_desc"><div class='inline'><p>
1508
- Requires that the value is a gradient_type.
1509
- </p>
1430
+ <span class="summary_desc"><div class='inline'>
1431
+ <p>Requires that the value is a gradient_type.</p>
1510
1432
  </div></span>
1511
1433
 
1512
1434
  </li>
@@ -1528,11 +1450,10 @@ Requires that the value is a gradient_type.
1528
1450
 
1529
1451
 
1530
1452
 
1531
- <span class="summary_desc"><div class='inline'><p>
1532
- Requires that the value is a valid horizontal_alignment :general, :left,
1453
+ <span class="summary_desc"><div class='inline'>
1454
+ <p>Requires that the value is a valid horizontal_alignment :general, :left,
1533
1455
  :center, :right, :fill, :justify, :centerContinuous, :distributed are
1534
- allowed.
1535
- </p>
1456
+ allowed.</p>
1536
1457
  </div></span>
1537
1458
 
1538
1459
  </li>
@@ -1554,9 +1475,8 @@ allowed.
1554
1475
 
1555
1476
 
1556
1477
 
1557
- <span class="summary_desc"><div class='inline'><p>
1558
- Requires that the value is a Fixnum or Integer.
1559
- </p>
1478
+ <span class="summary_desc"><div class='inline'>
1479
+ <p>Requires that the value is a Fixnum or Integer.</p>
1560
1480
  </div></span>
1561
1481
 
1562
1482
  </li>
@@ -1578,9 +1498,8 @@ Requires that the value is a Fixnum or Integer.
1578
1498
 
1579
1499
 
1580
1500
 
1581
- <span class="summary_desc"><div class='inline'><p>
1582
- Requires that the value is valid pattern type.
1583
- </p>
1501
+ <span class="summary_desc"><div class='inline'>
1502
+ <p>Requires that the value is valid pattern type.</p>
1584
1503
  </div></span>
1585
1504
 
1586
1505
  </li>
@@ -1602,11 +1521,10 @@ Requires that the value is valid pattern type.
1602
1521
 
1603
1522
 
1604
1523
 
1605
- <span class="summary_desc"><div class='inline'><p>
1606
- Requires that the value is a valid relationship_type XML_NS_R, TABLE_R,
1524
+ <span class="summary_desc"><div class='inline'>
1525
+ <p>Requires that the value is a valid relationship_type XML_NS_R, TABLE_R,
1607
1526
  WORKBOOK_R, WORKSHEET_R, APP_R, RELS_R, CORE_R, STYLES_R, CHART_R,
1608
- DRAWING_R are allowed.
1609
- </p>
1527
+ DRAWING_R are allowed.</p>
1610
1528
  </div></span>
1611
1529
 
1612
1530
  </li>
@@ -1628,9 +1546,8 @@ DRAWING_R are allowed.
1628
1546
 
1629
1547
 
1630
1548
 
1631
- <span class="summary_desc"><div class='inline'><p>
1632
- Requires that the value is a String.
1633
- </p>
1549
+ <span class="summary_desc"><div class='inline'>
1550
+ <p>Requires that the value is a String.</p>
1634
1551
  </div></span>
1635
1552
 
1636
1553
  </li>
@@ -1652,8 +1569,8 @@ Requires that the value is a String.
1652
1569
 
1653
1570
 
1654
1571
 
1655
- <span class="summary_desc"><div class='inline'><p>
1656
- Requires that the value is a valid table element type :wholeTable,
1572
+ <span class="summary_desc"><div class='inline'>
1573
+ <p>Requires that the value is a valid table element type :wholeTable,
1657
1574
  :headerRow, :totalRow, :firstColumn, :lastColumn, :firstRowStripe,
1658
1575
  :secondRowStripe, :firstColumnStripe, :secondColumnStripe,
1659
1576
  :firstHeaderCell, :lastHeaderCell, :firstTotalCell, :lastTotalCell,
@@ -1661,8 +1578,7 @@ Requires that the value is a valid table element type :wholeTable,
1661
1578
  :firstSubtotalRow, :secondSubtotalRow, :thirdSubtotalRow, :blankRow,
1662
1579
  :firstColumnSubheading, :secondColumnSubheading, :thirdColumnSubheading,
1663
1580
  :firstRowSubheading, :secondRowSubheading, :thirdRowSubheading,
1664
- :pageFieldLabels, :pageFieldValues are allowed.
1665
- </p>
1581
+ :pageFieldLabels, :pageFieldValues are allowed.</p>
1666
1582
  </div></span>
1667
1583
 
1668
1584
  </li>
@@ -1684,10 +1600,9 @@ Requires that the value is a valid table element type :wholeTable,
1684
1600
 
1685
1601
 
1686
1602
 
1687
- <span class="summary_desc"><div class='inline'><p>
1688
- Requires that the value is a Fixnum or Integer and is greater or equal to
1689
- 0.
1690
- </p>
1603
+ <span class="summary_desc"><div class='inline'>
1604
+ <p>Requires that the value is a Fixnum or Integer and is greater or equal to
1605
+ 0.</p>
1691
1606
  </div></span>
1692
1607
 
1693
1608
  </li>
@@ -1709,10 +1624,9 @@ Requires that the value is a Fixnum or Integer and is greater or equal to
1709
1624
 
1710
1625
 
1711
1626
 
1712
- <span class="summary_desc"><div class='inline'><p>
1713
- Requires that the value is a valid vertical_alignment :top, :center,
1714
- :bottom, :justify, :distributed are allowed.
1715
- </p>
1627
+ <span class="summary_desc"><div class='inline'>
1628
+ <p>Requires that the value is a valid vertical_alignment :top, :center,
1629
+ :bottom, :justify, :distributed are allowed.</p>
1716
1630
  </div></span>
1717
1631
 
1718
1632
  </li>
@@ -1736,9 +1650,8 @@ Requires that the value is a valid vertical_alignment :top, :center,
1736
1650
 
1737
1651
  </p><div class="docstring">
1738
1652
  <div class="discussion">
1739
- <p>
1740
- determines the cell range for the items provided
1741
- </p>
1653
+
1654
+ <p>determines the cell range for the items provided</p>
1742
1655
 
1743
1656
 
1744
1657
  </div>
@@ -1752,16 +1665,16 @@ determines the cell range for the items provided
1752
1665
  <pre class="lines">
1753
1666
 
1754
1667
 
1668
+ 34
1669
+ 35
1670
+ 36
1755
1671
  37
1756
1672
  38
1757
1673
  39
1758
- 40
1759
- 41
1760
- 42
1761
- 43</pre>
1674
+ 40</pre>
1762
1675
  </td>
1763
1676
  <td>
1764
- <pre class="code"><span class="info file"># File 'lib/axlsx.rb', line 37</span>
1677
+ <pre class="code"><span class="info file"># File 'lib/axlsx.rb', line 34</span>
1765
1678
 
1766
1679
  <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>
1767
1680
  <span class='return return kw'>return</span> <span class='string val'>&quot;&quot;</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>
@@ -1785,13 +1698,11 @@ determines the cell range for the items provided
1785
1698
 
1786
1699
  </p><div class="docstring">
1787
1700
  <div class="discussion">
1788
- <p>
1789
- Requires that the value is a form that can be evaluated as a boolean in an
1701
+
1702
+ <p>Requires that the value is a form that can be evaluated as a boolean in an
1790
1703
  xml document. The value must be an instance of Fixnum, String, Integer,
1791
- Symbol, TrueClass or FalseClass and it must be one of 0, 1,
1792
- &quot;true&quot;, &quot;false&quot;, :true, :false, true, false,
1793
- &quot;0&quot;, or &quot;1&quot;
1794
- </p>
1704
+ Symbol, TrueClass or FalseClass and it must be one of 0, 1, “true”,
1705
+ false”, :true, :false, true, false, “0”, or “1”</p>
1795
1706
 
1796
1707
 
1797
1708
  </div>
@@ -1810,9 +1721,8 @@ Symbol, TrueClass or FalseClass and it must be one of 0, 1,
1810
1721
 
1811
1722
 
1812
1723
  &mdash;
1813
- <div class='inline'><p>
1814
- The value validated
1815
- </p>
1724
+ <div class='inline'>
1725
+ <p>The value validated</p>
1816
1726
  </div>
1817
1727
 
1818
1728
  </li>
@@ -1851,11 +1761,10 @@ The value validated
1851
1761
 
1852
1762
  </p><div class="docstring">
1853
1763
  <div class="discussion">
1854
- <p>
1855
- Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT,
1764
+
1765
+ <p>Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT,
1856
1766
  APP_CT, RELS_CT, STYLES_CT, XML_CT, WORKSHEET_CT, SHARED_STRINGS_CT,
1857
- CORE_CT, CHART_CT, DRAWING_CT are allowed
1858
- </p>
1767
+ CORE_CT, CHART_CT, DRAWING_CT are allowed</p>
1859
1768
 
1860
1769
 
1861
1770
  </div>
@@ -1874,9 +1783,8 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed
1874
1783
 
1875
1784
 
1876
1785
  &mdash;
1877
- <div class='inline'><p>
1878
- The value validated
1879
- </p>
1786
+ <div class='inline'>
1787
+ <p>The value validated</p>
1880
1788
  </div>
1881
1789
 
1882
1790
  </li>
@@ -1915,9 +1823,8 @@ The value validated
1915
1823
 
1916
1824
  </p><div class="docstring">
1917
1825
  <div class="discussion">
1918
- <p>
1919
- Requires that the value is a Float
1920
- </p>
1826
+
1827
+ <p>Requires that the value is a Float</p>
1921
1828
 
1922
1829
 
1923
1830
  </div>
@@ -1936,9 +1843,8 @@ Requires that the value is a Float
1936
1843
 
1937
1844
 
1938
1845
  &mdash;
1939
- <div class='inline'><p>
1940
- The value validated
1941
- </p>
1846
+ <div class='inline'>
1847
+ <p>The value validated</p>
1942
1848
  </div>
1943
1849
 
1944
1850
  </li>
@@ -1977,10 +1883,9 @@ The value validated
1977
1883
 
1978
1884
  </p><div class="docstring">
1979
1885
  <div class="discussion">
1980
- <p>
1981
- Requires that the value is a gradient_type. valid types are :linear and
1982
- :path
1983
- </p>
1886
+
1887
+ <p>Requires that the value is a gradient_type. valid types are :linear and
1888
+ :path</p>
1984
1889
 
1985
1890
 
1986
1891
  </div>
@@ -1999,9 +1904,8 @@ Requires that the value is a gradient_type. valid types are :linear and
1999
1904
 
2000
1905
 
2001
1906
  &mdash;
2002
- <div class='inline'><p>
2003
- The value validated
2004
- </p>
1907
+ <div class='inline'>
1908
+ <p>The value validated</p>
2005
1909
  </div>
2006
1910
 
2007
1911
  </li>
@@ -2040,11 +1944,10 @@ The value validated
2040
1944
 
2041
1945
  </p><div class="docstring">
2042
1946
  <div class="discussion">
2043
- <p>
2044
- Requires that the value is a valid horizontal_alignment :general, :left,
1947
+
1948
+ <p>Requires that the value is a valid horizontal_alignment :general, :left,
2045
1949
  :center, :right, :fill, :justify, :centerContinuous, :distributed are
2046
- allowed
2047
- </p>
1950
+ allowed</p>
2048
1951
 
2049
1952
 
2050
1953
  </div>
@@ -2063,9 +1966,8 @@ allowed
2063
1966
 
2064
1967
 
2065
1968
  &mdash;
2066
- <div class='inline'><p>
2067
- The value validated
2068
- </p>
1969
+ <div class='inline'>
1970
+ <p>The value validated</p>
2069
1971
  </div>
2070
1972
 
2071
1973
  </li>
@@ -2104,9 +2006,8 @@ The value validated
2104
2006
 
2105
2007
  </p><div class="docstring">
2106
2008
  <div class="discussion">
2107
- <p>
2108
- Requires that the value is a Fixnum or Integer
2109
- </p>
2009
+
2010
+ <p>Requires that the value is a Fixnum or Integer</p>
2110
2011
 
2111
2012
 
2112
2013
  </div>
@@ -2125,9 +2026,8 @@ Requires that the value is a Fixnum or Integer
2125
2026
 
2126
2027
 
2127
2028
  &mdash;
2128
- <div class='inline'><p>
2129
- The value validated
2130
- </p>
2029
+ <div class='inline'>
2030
+ <p>The value validated</p>
2131
2031
  </div>
2132
2032
 
2133
2033
  </li>
@@ -2166,13 +2066,12 @@ The value validated
2166
2066
 
2167
2067
  </p><div class="docstring">
2168
2068
  <div class="discussion">
2169
- <p>
2170
- Requires that the value is valid pattern type. valid pattern types must be
2069
+
2070
+ <p>Requires that the value is valid pattern type. valid pattern types must be
2171
2071
  one of :none, :solid, :mediumGray, :darkGray, :lightGray, :darkHorizontal,
2172
2072
  :darkVertical, :darkDown, :darkUp, :darkGrid, :darkTrellis,
2173
2073
  :lightHorizontal, :lightVertical, :lightDown, :lightUp, :lightGrid,
2174
- :lightTrellis, :gray125, or :gray0625.
2175
- </p>
2074
+ :lightTrellis, :gray125, or :gray0625.</p>
2176
2075
 
2177
2076
 
2178
2077
  </div>
@@ -2191,9 +2090,8 @@ one of :none, :solid, :mediumGray, :darkGray, :lightGray, :darkHorizontal,
2191
2090
 
2192
2091
 
2193
2092
  &mdash;
2194
- <div class='inline'><p>
2195
- The value validated
2196
- </p>
2093
+ <div class='inline'>
2094
+ <p>The value validated</p>
2197
2095
  </div>
2198
2096
 
2199
2097
  </li>
@@ -2234,11 +2132,10 @@ The value validated
2234
2132
 
2235
2133
  </p><div class="docstring">
2236
2134
  <div class="discussion">
2237
- <p>
2238
- Requires that the value is a valid relationship_type XML_NS_R, TABLE_R,
2135
+
2136
+ <p>Requires that the value is a valid relationship_type XML_NS_R, TABLE_R,
2239
2137
  WORKBOOK_R, WORKSHEET_R, APP_R, RELS_R, CORE_R, STYLES_R, CHART_R,
2240
- DRAWING_R are allowed
2241
- </p>
2138
+ DRAWING_R are allowed</p>
2242
2139
 
2243
2140
 
2244
2141
  </div>
@@ -2257,9 +2154,8 @@ DRAWING_R are allowed
2257
2154
 
2258
2155
 
2259
2156
  &mdash;
2260
- <div class='inline'><p>
2261
- The value validated
2262
- </p>
2157
+ <div class='inline'>
2158
+ <p>The value validated</p>
2263
2159
  </div>
2264
2160
 
2265
2161
  </li>
@@ -2298,9 +2194,8 @@ The value validated
2298
2194
 
2299
2195
  </p><div class="docstring">
2300
2196
  <div class="discussion">
2301
- <p>
2302
- Requires that the value is a String
2303
- </p>
2197
+
2198
+ <p>Requires that the value is a String</p>
2304
2199
 
2305
2200
 
2306
2201
  </div>
@@ -2319,9 +2214,8 @@ Requires that the value is a String
2319
2214
 
2320
2215
 
2321
2216
  &mdash;
2322
- <div class='inline'><p>
2323
- The value validated
2324
- </p>
2217
+ <div class='inline'>
2218
+ <p>The value validated</p>
2325
2219
  </div>
2326
2220
 
2327
2221
  </li>
@@ -2360,8 +2254,8 @@ The value validated
2360
2254
 
2361
2255
  </p><div class="docstring">
2362
2256
  <div class="discussion">
2363
- <p>
2364
- Requires that the value is a valid table element type :wholeTable,
2257
+
2258
+ <p>Requires that the value is a valid table element type :wholeTable,
2365
2259
  :headerRow, :totalRow, :firstColumn, :lastColumn, :firstRowStripe,
2366
2260
  :secondRowStripe, :firstColumnStripe, :secondColumnStripe,
2367
2261
  :firstHeaderCell, :lastHeaderCell, :firstTotalCell, :lastTotalCell,
@@ -2369,8 +2263,7 @@ Requires that the value is a valid table element type :wholeTable,
2369
2263
  :firstSubtotalRow, :secondSubtotalRow, :thirdSubtotalRow, :blankRow,
2370
2264
  :firstColumnSubheading, :secondColumnSubheading, :thirdColumnSubheading,
2371
2265
  :firstRowSubheading, :secondRowSubheading, :thirdRowSubheading,
2372
- :pageFieldLabels, :pageFieldValues are allowed
2373
- </p>
2266
+ :pageFieldLabels, :pageFieldValues are allowed</p>
2374
2267
 
2375
2268
 
2376
2269
  </div>
@@ -2389,9 +2282,8 @@ Requires that the value is a valid table element type :wholeTable,
2389
2282
 
2390
2283
 
2391
2284
  &mdash;
2392
- <div class='inline'><p>
2393
- The value validated
2394
- </p>
2285
+ <div class='inline'>
2286
+ <p>The value validated</p>
2395
2287
  </div>
2396
2288
 
2397
2289
  </li>
@@ -2430,9 +2322,8 @@ The value validated
2430
2322
 
2431
2323
  </p><div class="docstring">
2432
2324
  <div class="discussion">
2433
- <p>
2434
- Requires that the value is a Fixnum or Integer and is greater or equal to 0
2435
- </p>
2325
+
2326
+ <p>Requires that the value is a Fixnum or Integer and is greater or equal to 0</p>
2436
2327
 
2437
2328
 
2438
2329
  </div>
@@ -2451,9 +2342,8 @@ Requires that the value is a Fixnum or Integer and is greater or equal to 0
2451
2342
 
2452
2343
 
2453
2344
  &mdash;
2454
- <div class='inline'><p>
2455
- The value validated
2456
- </p>
2345
+ <div class='inline'>
2346
+ <p>The value validated</p>
2457
2347
  </div>
2458
2348
 
2459
2349
  </li>
@@ -2471,9 +2361,8 @@ The value validated
2471
2361
 
2472
2362
 
2473
2363
  &mdash;
2474
- <div class='inline'><p>
2475
- true if the data is valid
2476
- </p>
2364
+ <div class='inline'>
2365
+ <p>true if the data is valid</p>
2477
2366
  </div>
2478
2367
 
2479
2368
  </li>
@@ -2490,9 +2379,8 @@ true if the data is valid
2490
2379
 
2491
2380
 
2492
2381
  &mdash;
2493
- <div class='inline'><p>
2494
- raised if the value is not a Fixnum or Integer value greater or equal to 0
2495
- </p>
2382
+ <div class='inline'>
2383
+ <p>raised if the value is not a Fixnum or Integer value greater or equal to 0</p>
2496
2384
  </div>
2497
2385
 
2498
2386
  </li>
@@ -2530,10 +2418,9 @@ raised if the value is not a Fixnum or Integer value greater or equal to 0
2530
2418
 
2531
2419
  </p><div class="docstring">
2532
2420
  <div class="discussion">
2533
- <p>
2534
- Requires that the value is a valid vertical_alignment :top, :center,
2535
- :bottom, :justify, :distributed are allowed
2536
- </p>
2421
+
2422
+ <p>Requires that the value is a valid vertical_alignment :top, :center,
2423
+ :bottom, :justify, :distributed are allowed</p>
2537
2424
 
2538
2425
 
2539
2426
  </div>
@@ -2552,9 +2439,8 @@ Requires that the value is a valid vertical_alignment :top, :center,
2552
2439
 
2553
2440
 
2554
2441
  &mdash;
2555
- <div class='inline'><p>
2556
- The value validated
2557
- </p>
2442
+ <div class='inline'>
2443
+ <p>The value validated</p>
2558
2444
  </div>
2559
2445
 
2560
2446
  </li>
@@ -2589,7 +2475,7 @@ The value validated
2589
2475
  </div>
2590
2476
 
2591
2477
  <div id="footer">
2592
- Generated on Sun Nov 27 21:54:21 2011 by
2478
+ Generated on Wed Nov 30 08:53:41 2011 by
2593
2479
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2594
2480
  0.7.3 (ruby-1.8.7).
2595
2481
  </div>