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
@@ -99,16 +99,14 @@
99
99
 
100
100
  <div class="note notetag">
101
101
  <strong>Note:</strong>
102
- <div class='inline'><p>
103
- The package automatically manages releationships.
104
- </p>
102
+ <div class='inline'>
103
+ <p>The package automatically manages releationships.</p>
105
104
  </div>
106
105
  </div>
107
106
 
108
- <p>
109
- Relationships are a collection of Relations that define how package parts
110
- are related.
111
- </p>
107
+
108
+ <p>Relationships are a collection of Relations that define how package parts
109
+ are related.</p>
112
110
 
113
111
 
114
112
  </div>
@@ -159,9 +157,8 @@ are related.
159
157
 
160
158
 
161
159
 
162
- <span class="summary_desc"><div class='inline'><p>
163
- Creates a new Relationships collection based on SimpleTypedList.
164
- </p>
160
+ <span class="summary_desc"><div class='inline'>
161
+ <p>Creates a new Relationships collection based on SimpleTypedList.</p>
165
162
  </div></span>
166
163
 
167
164
  </li>
@@ -183,9 +180,8 @@ Creates a new Relationships collection based on SimpleTypedList.
183
180
 
184
181
 
185
182
 
186
- <span class="summary_desc"><div class='inline'><p>
187
- Serializes the relationships document.
188
- </p>
183
+ <span class="summary_desc"><div class='inline'>
184
+ <p>Serializes the relationships document.</p>
189
185
  </div></span>
190
186
 
191
187
  </li>
@@ -211,9 +207,8 @@ Serializes the relationships document.
211
207
 
212
208
  </p><div class="docstring">
213
209
  <div class="discussion">
214
- <p>
215
- Creates a new Relationships collection based on SimpleTypedList
216
- </p>
210
+
211
+ <p>Creates a new Relationships collection based on SimpleTypedList</p>
217
212
 
218
213
 
219
214
  </div>
@@ -269,9 +264,8 @@ Creates a new Relationships collection based on SimpleTypedList
269
264
 
270
265
  </p><div class="docstring">
271
266
  <div class="discussion">
272
- <p>
273
- Serializes the relationships document.
274
- </p>
267
+
268
+ <p>Serializes the relationships document.</p>
275
269
 
276
270
 
277
271
  </div>
@@ -329,7 +323,7 @@ Serializes the relationships document.
329
323
  </div>
330
324
 
331
325
  <div id="footer">
332
- Generated on Sun Nov 27 21:54:28 2011 by
326
+ Generated on Wed Nov 30 08:53:48 2011 by
333
327
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
334
328
  0.7.3 (ruby-1.8.7).
335
329
  </div>
@@ -94,9 +94,8 @@
94
94
 
95
95
  <h2>Overview</h2><div class="docstring">
96
96
  <div class="discussion">
97
- <p>
98
- Validate a value against a specific list of allowed values.
99
- </p>
97
+
98
+ <p>Validate a value against a specific list of allowed values.</p>
100
99
 
101
100
 
102
101
  </div>
@@ -133,9 +132,8 @@ Validate a value against a specific list of allowed values.
133
132
 
134
133
 
135
134
 
136
- <span class="summary_desc"><div class='inline'><p>
137
- Perform validation.
138
- </p>
135
+ <span class="summary_desc"><div class='inline'>
136
+ <p>Perform validation.</p>
139
137
  </div></span>
140
138
 
141
139
  </li>
@@ -159,9 +157,8 @@ Perform validation.
159
157
 
160
158
  </p><div class="docstring">
161
159
  <div class="discussion">
162
- <p>
163
- Perform validation
164
- </p>
160
+
161
+ <p>Perform validation</p>
165
162
 
166
163
 
167
164
  </div>
@@ -180,9 +177,8 @@ Perform validation
180
177
 
181
178
 
182
179
  &mdash;
183
- <div class='inline'><p>
184
- The name of what is being validatied. This is included in the error message
185
- </p>
180
+ <div class='inline'>
181
+ <p>The name of what is being validatied. This is included in the error message</p>
186
182
  </div>
187
183
 
188
184
  </li>
@@ -197,9 +193,8 @@ The name of what is being validatied. This is included in the error message
197
193
 
198
194
 
199
195
  &mdash;
200
- <div class='inline'><p>
201
- The list of choices to validate against
202
- </p>
196
+ <div class='inline'>
197
+ <p>The list of choices to validate against</p>
203
198
  </div>
204
199
 
205
200
  </li>
@@ -214,9 +209,8 @@ The list of choices to validate against
214
209
 
215
210
 
216
211
  &mdash;
217
- <div class='inline'><p>
218
- The value to be validated
219
- </p>
212
+ <div class='inline'>
213
+ <p>The value to be validated</p>
220
214
  </div>
221
215
 
222
216
  </li>
@@ -234,9 +228,8 @@ The value to be validated
234
228
 
235
229
 
236
230
  &mdash;
237
- <div class='inline'><p>
238
- true if validation succeeds.
239
- </p>
231
+ <div class='inline'>
232
+ <p>true if validation succeeds.</p>
240
233
  </div>
241
234
 
242
235
  </li>
@@ -253,9 +246,8 @@ true if validation succeeds.
253
246
 
254
247
 
255
248
  &mdash;
256
- <div class='inline'><p>
257
- Raised if the value provided is not in the list of choices.
258
- </p>
249
+ <div class='inline'>
250
+ <p>Raised if the value provided is not in the list of choices.</p>
259
251
  </div>
260
252
 
261
253
  </li>
@@ -291,7 +283,7 @@ Raised if the value provided is not in the list of choices.
291
283
  </div>
292
284
 
293
285
  <div id="footer">
294
- Generated on Sun Nov 27 21:54:19 2011 by
286
+ Generated on Wed Nov 30 08:53:45 2011 by
295
287
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
296
288
  0.7.3 (ruby-1.8.7).
297
289
  </div>
@@ -97,15 +97,13 @@
97
97
 
98
98
  <div class="note notetag">
99
99
  <strong>Note:</strong>
100
- <div class='inline'><p>
101
- The recommended way to manage rows and cells is to use Worksheet#add_row
102
- </p>
100
+ <div class='inline'>
101
+ <p>The recommended way to manage rows and cells is to use Worksheet#add_row</p>
103
102
  </div>
104
103
  </div>
105
104
 
106
- <p>
107
- A Row is a single row in a worksheet.
108
- </p>
105
+
106
+ <p>A Row is a single row in a worksheet.</p>
109
107
 
110
108
 
111
109
  </div>
@@ -144,9 +142,8 @@ A Row is a single row in a worksheet.
144
142
 
145
143
 
146
144
 
147
- <span class="summary_desc"><div class='inline'><p>
148
- The cells this row holds.
149
- </p>
145
+ <span class="summary_desc"><div class='inline'>
146
+ <p>The cells this row holds.</p>
150
147
  </div></span>
151
148
 
152
149
  </li>
@@ -171,9 +168,8 @@ The cells this row holds.
171
168
 
172
169
 
173
170
 
174
- <span class="summary_desc"><div class='inline'><p>
175
- The worksheet this row belongs to.
176
- </p>
171
+ <span class="summary_desc"><div class='inline'>
172
+ <p>The worksheet this row belongs to.</p>
177
173
  </div></span>
178
174
 
179
175
  </li>
@@ -208,10 +204,9 @@ The worksheet this row belongs to.
208
204
 
209
205
 
210
206
 
211
- <span class="summary_desc"><div class='inline'><p>
212
- Adds a singel sell to the row based on the data provided and updates the
213
- worksheet&#8217;s autofit data.
214
- </p>
207
+ <span class="summary_desc"><div class='inline'>
208
+ <p>Adds a singel sell to the row based on the data provided and updates the
209
+ worksheets autofit data.</p>
215
210
  </div></span>
216
211
 
217
212
  </li>
@@ -233,9 +228,8 @@ worksheet&#8217;s autofit data.
233
228
 
234
229
 
235
230
 
236
- <span class="summary_desc"><div class='inline'><p>
237
- The index of this row in the worksheet.
238
- </p>
231
+ <span class="summary_desc"><div class='inline'>
232
+ <p>The index of this row in the worksheet.</p>
239
233
  </div></span>
240
234
 
241
235
  </li>
@@ -259,9 +253,8 @@ The index of this row in the worksheet.
259
253
 
260
254
 
261
255
 
262
- <span class="summary_desc"><div class='inline'><p>
263
- Creates a new row.
264
- </p>
256
+ <span class="summary_desc"><div class='inline'>
257
+ <p>Creates a new row.</p>
265
258
  </div></span>
266
259
 
267
260
  </li>
@@ -283,9 +276,8 @@ Creates a new row.
283
276
 
284
277
 
285
278
 
286
- <span class="summary_desc"><div class='inline'><p>
287
- sets the style for every cell in this row.
288
- </p>
279
+ <span class="summary_desc"><div class='inline'>
280
+ <p>sets the style for every cell in this row.</p>
289
281
  </div></span>
290
282
 
291
283
  </li>
@@ -307,10 +299,9 @@ sets the style for every cell in this row.
307
299
 
308
300
 
309
301
 
310
- <span class="summary_desc"><div class='inline'><p>
311
- returns the cells in this row as an array This lets us transpose the rows
312
- into columns.
313
- </p>
302
+ <span class="summary_desc"><div class='inline'>
303
+ <p>returns the cells in this row as an array This lets us transpose the rows
304
+ into columns.</p>
314
305
  </div></span>
315
306
 
316
307
  </li>
@@ -332,9 +323,8 @@ into columns.
332
323
 
333
324
 
334
325
 
335
- <span class="summary_desc"><div class='inline'><p>
336
- Serializes the row.
337
- </p>
326
+ <span class="summary_desc"><div class='inline'>
327
+ <p>Serializes the row.</p>
338
328
  </div></span>
339
329
 
340
330
  </li>
@@ -355,18 +345,17 @@ Serializes the row.
355
345
 
356
346
  </p><div class="docstring">
357
347
  <div class="discussion">
358
- <p>
359
- Creates a new row. New Cell objects are created based on the values, types
348
+
349
+ <p>Creates a new row. New Cell objects are created based on the values, types
360
350
  and style options. A new cell is created for each item in the values array.
361
- style and types options are applied as follows:
362
- </p>
363
- <pre class="code">
364
- <span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='types identifier id'>types</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='defined identifier id'>defined</span> <span class='and and kw'>and</span> <span class='is identifier id'>is</span> <span class='a identifier id'>a</span> <span class='symbol identifier id'>symbol</span> <span class='it identifier id'>it</span> <span class='is identifier id'>is</span> <span class='applied identifier id'>applied</span> <span class='to identifier id'>to</span> <span class='all identifier id'>all</span> <span class='the identifier id'>the</span> <span class='cells identifier id'>cells</span> <span class='created identifier id'>created</span><span class='dot token'>.</span>
365
- <span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='types identifier id'>types</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='an identifier id'>an</span> <span class='array identifier id'>array</span><span class='comma token'>,</span> <span class='cell identifier id'>cell</span> <span class='types identifier id'>types</span> <span class='are identifier id'>are</span> <span class='applied identifier id'>applied</span> <span class='by identifier id'>by</span> <span class='index identifier id'>index</span> <span class='for for kw'>for</span> <span class='each identifier id'>each</span> <span class='cell identifier id'>cell</span>
366
- <span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='types identifier id'>types</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='not not kw'>not</span> <span class='set identifier id'>set</span><span class='comma token'>,</span> <span class='the identifier id'>the</span> <span class='cell identifier id'>cell</span> <span class='will identifier id'>will</span> <span class='automatically identifier id'>automatically</span> <span class='determine identifier id'>determine</span> <span class='its identifier id'>its</span> <span class='type identifier id'>type</span><span class='dot token'>.</span>
367
- <span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='style identifier id'>style</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='defined identifier id'>defined</span> <span class='and and kw'>and</span> <span class='is identifier id'>is</span> <span class='an identifier id'>an</span> <span class='Integer constant id'>Integer</span><span class='comma token'>,</span> <span class='it identifier id'>it</span> <span class='is identifier id'>is</span> <span class='applied identifier id'>applied</span> <span class='to identifier id'>to</span> <span class='all identifier id'>all</span> <span class='cells identifier id'>cells</span> <span class='created identifier id'>created</span><span class='dot token'>.</span>
368
- <span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='style identifier id'>style</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='an identifier id'>an</span> <span class='array identifier id'>array</span><span class='comma token'>,</span> <span class='style identifier id'>style</span> <span class='is identifier id'>is</span> <span class='applied identifier id'>applied</span> <span class='by identifier id'>by</span> <span class='index identifier id'>index</span> <span class='for for kw'>for</span> <span class='each identifier id'>each</span> <span class='cell identifier id'>cell</span><span class='dot token'>.</span>
369
- <span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='style identifier id'>style</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='not not kw'>not</span> <span class='defined identifier id'>defined</span><span class='comma token'>,</span> <span class='the identifier id'>the</span> <span class='default identifier id'>default</span> <span class='style identifier id'>style</span> <span class='lparen token'>(</span><span class='integer val'>0</span><span class='rparen token'>)</span> <span class='is identifier id'>is</span> <span class='applied identifier id'>applied</span> <span class='to identifier id'>to</span> <span class='each identifier id'>each</span> <span class='cell identifier id'>cell</span><span class='dot token'>.</span>
351
+ style and types options are applied as follows:</p>
352
+
353
+ <pre class="code"><span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='types identifier id'>types</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='defined identifier id'>defined</span> <span class='and and kw'>and</span> <span class='is identifier id'>is</span> <span class='a identifier id'>a</span> <span class='symbol identifier id'>symbol</span> <span class='it identifier id'>it</span> <span class='is identifier id'>is</span> <span class='applied identifier id'>applied</span> <span class='to identifier id'>to</span> <span class='all identifier id'>all</span> <span class='the identifier id'>the</span> <span class='cells identifier id'>cells</span> <span class='created identifier id'>created</span><span class='dot token'>.</span>
354
+ <span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='types identifier id'>types</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='an identifier id'>an</span> <span class='array identifier id'>array</span><span class='comma token'>,</span> <span class='cell identifier id'>cell</span> <span class='types identifier id'>types</span> <span class='are identifier id'>are</span> <span class='applied identifier id'>applied</span> <span class='by identifier id'>by</span> <span class='index identifier id'>index</span> <span class='for for kw'>for</span> <span class='each identifier id'>each</span> <span class='cell identifier id'>cell</span>
355
+ <span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='types identifier id'>types</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='not not kw'>not</span> <span class='set identifier id'>set</span><span class='comma token'>,</span> <span class='the identifier id'>the</span> <span class='cell identifier id'>cell</span> <span class='will identifier id'>will</span> <span class='automatically identifier id'>automatically</span> <span class='determine identifier id'>determine</span> <span class='its identifier id'>its</span> <span class='type identifier id'>type</span><span class='dot token'>.</span>
356
+ <span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='style identifier id'>style</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='defined identifier id'>defined</span> <span class='and and kw'>and</span> <span class='is identifier id'>is</span> <span class='an identifier id'>an</span> <span class='Integer constant id'>Integer</span><span class='comma token'>,</span> <span class='it identifier id'>it</span> <span class='is identifier id'>is</span> <span class='applied identifier id'>applied</span> <span class='to identifier id'>to</span> <span class='all identifier id'>all</span> <span class='cells identifier id'>cells</span> <span class='created identifier id'>created</span><span class='dot token'>.</span>
357
+ <span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='style identifier id'>style</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='an identifier id'>an</span> <span class='array identifier id'>array</span><span class='comma token'>,</span> <span class='style identifier id'>style</span> <span class='is identifier id'>is</span> <span class='applied identifier id'>applied</span> <span class='by identifier id'>by</span> <span class='index identifier id'>index</span> <span class='for for kw'>for</span> <span class='each identifier id'>each</span> <span class='cell identifier id'>cell</span><span class='dot token'>.</span>
358
+ <span class='If constant id'>If</span> <span class='the identifier id'>the</span> <span class='style identifier id'>style</span> <span class='option identifier id'>option</span> <span class='is identifier id'>is</span> <span class='not not kw'>not</span> <span class='defined identifier id'>defined</span><span class='comma token'>,</span> <span class='the identifier id'>the</span> <span class='default identifier id'>default</span> <span class='style identifier id'>style</span> <span class='lparen token'>(</span><span class='integer val'>0</span><span class='rparen token'>)</span> <span class='is identifier id'>is</span> <span class='applied identifier id'>applied</span> <span class='to identifier id'>to</span> <span class='each identifier id'>each</span> <span class='cell identifier id'>cell</span><span class='dot token'>.</span>
370
359
  </pre>
371
360
 
372
361
 
@@ -399,9 +388,8 @@ style and types options are applied as follows:
399
388
 
400
389
 
401
390
  &mdash;
402
- <div class='inline'><p>
403
- a customizable set of options
404
- </p>
391
+ <div class='inline'>
392
+ <p>a customizable set of options</p>
405
393
  </div>
406
394
 
407
395
  </li>
@@ -503,9 +491,8 @@ a customizable set of options
503
491
 
504
492
  </p><div class="docstring">
505
493
  <div class="discussion">
506
- <p>
507
- The cells this row holds
508
- </p>
494
+
495
+ <p>The cells this row holds</p>
509
496
 
510
497
 
511
498
  </div>
@@ -560,9 +547,8 @@ The cells this row holds
560
547
 
561
548
  </p><div class="docstring">
562
549
  <div class="discussion">
563
- <p>
564
- The worksheet this row belongs to
565
- </p>
550
+
551
+ <p>The worksheet this row belongs to</p>
566
552
 
567
553
 
568
554
  </div>
@@ -621,10 +607,9 @@ The worksheet this row belongs to
621
607
 
622
608
  </p><div class="docstring">
623
609
  <div class="discussion">
624
- <p>
625
- Adds a singel sell to the row based on the data provided and updates the
626
- worksheet&#8217;s autofit data.
627
- </p>
610
+
611
+ <p>Adds a singel sell to the row based on the data provided and updates the
612
+ worksheets autofit data.</p>
628
613
 
629
614
 
630
615
  </div>
@@ -680,9 +665,8 @@ worksheet&#8217;s autofit data.
680
665
 
681
666
  </p><div class="docstring">
682
667
  <div class="discussion">
683
- <p>
684
- The index of this row in the worksheet
685
- </p>
668
+
669
+ <p>The index of this row in the worksheet</p>
686
670
 
687
671
 
688
672
  </div>
@@ -734,9 +718,8 @@ The index of this row in the worksheet
734
718
 
735
719
  </p><div class="docstring">
736
720
  <div class="discussion">
737
- <p>
738
- sets the style for every cell in this row
739
- </p>
721
+
722
+ <p>sets the style for every cell in this row</p>
740
723
 
741
724
 
742
725
  </div>
@@ -781,10 +764,9 @@ sets the style for every cell in this row
781
764
 
782
765
  </p><div class="docstring">
783
766
  <div class="discussion">
784
- <p>
785
- returns the cells in this row as an array This lets us transpose the rows
786
- into columns
787
- </p>
767
+
768
+ <p>returns the cells in this row as an array This lets us transpose the rows
769
+ into columns</p>
788
770
 
789
771
 
790
772
  </div>
@@ -836,9 +818,8 @@ into columns
836
818
 
837
819
  </p><div class="docstring">
838
820
  <div class="discussion">
839
- <p>
840
- Serializes the row
841
- </p>
821
+
822
+ <p>Serializes the row</p>
842
823
 
843
824
 
844
825
  </div>
@@ -857,9 +838,8 @@ Serializes the row
857
838
 
858
839
 
859
840
  &mdash;
860
- <div class='inline'><p>
861
- The document builder instance this objects xml will be added to.
862
- </p>
841
+ <div class='inline'>
842
+ <p>The document builder instance this objects xml will be added to.</p>
863
843
  </div>
864
844
 
865
845
  </li>
@@ -907,7 +887,7 @@ The document builder instance this objects xml will be added to.
907
887
  </div>
908
888
 
909
889
  <div id="footer">
910
- Generated on Sun Nov 27 21:54:13 2011 by
890
+ Generated on Wed Nov 30 08:53:51 2011 by
911
891
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
912
892
  0.7.3 (ruby-1.8.7).
913
893
  </div>
@@ -94,9 +94,8 @@
94
94
 
95
95
  <h2>Overview</h2><div class="docstring">
96
96
  <div class="discussion">
97
- <p>
98
- The Scaling class defines axis scaling
99
- </p>
97
+
98
+ <p>The Scaling class defines axis scaling</p>
100
99
 
101
100
 
102
101
  </div>
@@ -128,9 +127,8 @@ The Scaling class defines axis scaling
128
127
 
129
128
 
130
129
 
131
- <span class="summary_desc"><div class='inline'><p>
132
- logarithmic base for a logarithmic axis.
133
- </p>
130
+ <span class="summary_desc"><div class='inline'>
131
+ <p>logarithmic base for a logarithmic axis.</p>
134
132
  </div></span>
135
133
 
136
134
  </li>
@@ -155,9 +153,8 @@ logarithmic base for a logarithmic axis.
155
153
 
156
154
 
157
155
 
158
- <span class="summary_desc"><div class='inline'><p>
159
- the maximum scaling.
160
- </p>
156
+ <span class="summary_desc"><div class='inline'>
157
+ <p>the maximum scaling.</p>
161
158
  </div></span>
162
159
 
163
160
  </li>
@@ -182,9 +179,8 @@ the maximum scaling.
182
179
 
183
180
 
184
181
 
185
- <span class="summary_desc"><div class='inline'><p>
186
- the minimu scaling.
187
- </p>
182
+ <span class="summary_desc"><div class='inline'>
183
+ <p>the minimu scaling.</p>
188
184
  </div></span>
189
185
 
190
186
  </li>
@@ -209,9 +205,8 @@ the minimu scaling.
209
205
 
210
206
 
211
207
 
212
- <span class="summary_desc"><div class='inline'><p>
213
- the orientation of the axis must be one of [:minMax, :maxMin].
214
- </p>
208
+ <span class="summary_desc"><div class='inline'>
209
+ <p>the orientation of the axis must be one of [:minMax, :maxMin].</p>
215
210
  </div></span>
216
211
 
217
212
  </li>
@@ -248,9 +243,8 @@ the orientation of the axis must be one of [:minMax, :maxMin].
248
243
 
249
244
 
250
245
 
251
- <span class="summary_desc"><div class='inline'><p>
252
- creates a new Scaling object.
253
- </p>
246
+ <span class="summary_desc"><div class='inline'>
247
+ <p>creates a new Scaling object.</p>
254
248
  </div></span>
255
249
 
256
250
  </li>
@@ -272,9 +266,8 @@ creates a new Scaling object.
272
266
 
273
267
 
274
268
 
275
- <span class="summary_desc"><div class='inline'><p>
276
- Serializes the axId.
277
- </p>
269
+ <span class="summary_desc"><div class='inline'>
270
+ <p>Serializes the axId.</p>
278
271
  </div></span>
279
272
 
280
273
  </li>
@@ -295,9 +288,8 @@ Serializes the axId.
295
288
 
296
289
  </p><div class="docstring">
297
290
  <div class="discussion">
298
- <p>
299
- creates a new Scaling object
300
- </p>
291
+
292
+ <p>creates a new Scaling object</p>
301
293
 
302
294
 
303
295
  </div>
@@ -318,9 +310,8 @@ creates a new Scaling object
318
310
 
319
311
 
320
312
  &mdash;
321
- <div class='inline'><p>
322
- a customizable set of options
323
- </p>
313
+ <div class='inline'>
314
+ <p>a customizable set of options</p>
324
315
  </div>
325
316
 
326
317
  </li>
@@ -420,9 +411,8 @@ a customizable set of options
420
411
 
421
412
  </p><div class="docstring">
422
413
  <div class="discussion">
423
- <p>
424
- logarithmic base for a logarithmic axis. must be between 2 and 1000
425
- </p>
414
+
415
+ <p>logarithmic base for a logarithmic axis. must be between 2 and 1000</p>
426
416
 
427
417
 
428
418
  </div>
@@ -477,9 +467,8 @@ logarithmic base for a logarithmic axis. must be between 2 and 1000
477
467
 
478
468
  </p><div class="docstring">
479
469
  <div class="discussion">
480
- <p>
481
- the maximum scaling
482
- </p>
470
+
471
+ <p>the maximum scaling</p>
483
472
 
484
473
 
485
474
  </div>
@@ -534,9 +523,8 @@ the maximum scaling
534
523
 
535
524
  </p><div class="docstring">
536
525
  <div class="discussion">
537
- <p>
538
- the minimu scaling
539
- </p>
526
+
527
+ <p>the minimu scaling</p>
540
528
 
541
529
 
542
530
  </div>
@@ -591,9 +579,8 @@ the minimu scaling
591
579
 
592
580
  </p><div class="docstring">
593
581
  <div class="discussion">
594
- <p>
595
- the orientation of the axis must be one of [:minMax, :maxMin]
596
- </p>
582
+
583
+ <p>the orientation of the axis must be one of [:minMax, :maxMin]</p>
597
584
 
598
585
 
599
586
  </div>
@@ -652,9 +639,8 @@ the orientation of the axis must be one of [:minMax, :maxMin]
652
639
 
653
640
  </p><div class="docstring">
654
641
  <div class="discussion">
655
- <p>
656
- Serializes the axId
657
- </p>
642
+
643
+ <p>Serializes the axId</p>
658
644
 
659
645
 
660
646
  </div>
@@ -673,9 +659,8 @@ Serializes the axId
673
659
 
674
660
 
675
661
  &mdash;
676
- <div class='inline'><p>
677
- The document builder instance this objects xml will be added to.
678
- </p>
662
+ <div class='inline'>
663
+ <p>The document builder instance this objects xml will be added to.</p>
679
664
  </div>
680
665
 
681
666
  </li>
@@ -733,7 +718,7 @@ The document builder instance this objects xml will be added to.
733
718
  </div>
734
719
 
735
720
  <div id="footer">
736
- Generated on Sun Nov 27 21:54:13 2011 by
721
+ Generated on Wed Nov 30 08:53:44 2011 by
737
722
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
738
723
  0.7.3 (ruby-1.8.7).
739
724
  </div>