workbook 0.4.13 → 0.4.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +2 -1
- data/lib/workbook/modules/cell.rb +14 -0
- data/lib/workbook/version.rb +1 -1
- data/test/test_modules_cache.rb +14 -14
- data/test/test_modules_cell.rb +9 -2
- data/test/test_readers_xls_reader.rb +1 -1
- metadata +4 -46
- data/doc/RubyXL/Cell.html +0 -201
- data/doc/RubyXL/Workbook.html +0 -449
- data/doc/RubyXL.html +0 -128
- data/doc/Workbook/Book.html +0 -1852
- data/doc/Workbook/Cell.html +0 -1553
- data/doc/Workbook/Format.html +0 -1168
- data/doc/Workbook/Modules/RawObjectsStorage.html +0 -502
- data/doc/Workbook/Modules/TableDiffSort.html +0 -758
- data/doc/Workbook/Modules/TypeParser.html +0 -1063
- data/doc/Workbook/Modules.html +0 -117
- data/doc/Workbook/NilValue.html +0 -434
- data/doc/Workbook/Readers/CsvReader.html +0 -324
- data/doc/Workbook/Readers/OdsReader.html +0 -1066
- data/doc/Workbook/Readers/TxtReader.html +0 -236
- data/doc/Workbook/Readers/XlsReader.html +0 -378
- data/doc/Workbook/Readers/XlsShared.html +0 -188
- data/doc/Workbook/Readers/XlsxReader.html +0 -302
- data/doc/Workbook/Readers.html +0 -117
- data/doc/Workbook/Row.html +0 -2392
- data/doc/Workbook/Sheet.html +0 -875
- data/doc/Workbook/Table.html +0 -1732
- data/doc/Workbook/Template.html +0 -634
- data/doc/Workbook/Writers/CsvTableWriter.html +0 -200
- data/doc/Workbook/Writers/HtmlWriter.html +0 -407
- data/doc/Workbook/Writers/XlsWriter.html +0 -905
- data/doc/Workbook/Writers.html +0 -117
- data/doc/Workbook.html +0 -142
- data/doc/_index.html +0 -381
- data/doc/class_list.html +0 -53
- data/doc/css/common.css +0 -1
- data/doc/css/full_list.css +0 -57
- data/doc/css/style.css +0 -338
- data/doc/file.README.html +0 -245
- data/doc/file_list.html +0 -55
- data/doc/frames.html +0 -28
- data/doc/index.html +0 -245
- data/doc/js/app.js +0 -214
- data/doc/js/full_list.js +0 -173
- data/doc/js/jquery.js +0 -4
- data/doc/method_list.html +0 -1308
- data/doc/top-level-namespace.html +0 -112
- data/test/artifacts/floats_problem.xls +0 -0
data/doc/Workbook/Modules.html
DELETED
@@ -1,117 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>
|
7
|
-
Module: Workbook::Modules
|
8
|
-
|
9
|
-
— Documentation by YARD 0.8.5.2
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
hasFrames = window.top.frames.main ? true : false;
|
19
|
-
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!" + escape(window.location.href);
|
21
|
-
</script>
|
22
|
-
|
23
|
-
|
24
|
-
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
25
|
-
|
26
|
-
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
27
|
-
|
28
|
-
|
29
|
-
</head>
|
30
|
-
<body>
|
31
|
-
<div id="header">
|
32
|
-
<div id="menu">
|
33
|
-
|
34
|
-
<a href="../_index.html">Index (M)</a> »
|
35
|
-
<span class='title'><span class='object_link'><a href="../Workbook.html" title="Workbook (module)">Workbook</a></span></span>
|
36
|
-
»
|
37
|
-
<span class="title">Modules</span>
|
38
|
-
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<div id="search">
|
44
|
-
|
45
|
-
<a class="full_list_link" id="class_list_link"
|
46
|
-
href="../class_list.html">
|
47
|
-
Class List
|
48
|
-
</a>
|
49
|
-
|
50
|
-
<a class="full_list_link" id="method_list_link"
|
51
|
-
href="../method_list.html">
|
52
|
-
Method List
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
58
|
-
</a>
|
59
|
-
|
60
|
-
</div>
|
61
|
-
<div class="clear"></div>
|
62
|
-
</div>
|
63
|
-
|
64
|
-
<iframe id="search_frame"></iframe>
|
65
|
-
|
66
|
-
<div id="content"><h1>Module: Workbook::Modules
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
<dt class="r1 last">Defined in:</dt>
|
82
|
-
<dd class="r1 last">lib/workbook/modules/type_parser.rb<span class="defines">,<br />
|
83
|
-
lib/workbook/modules/table_diff_sort.rb,<br /> lib/workbook/modules/raw_objects_storage.rb</span>
|
84
|
-
</dd>
|
85
|
-
|
86
|
-
</dl>
|
87
|
-
<div class="clear"></div>
|
88
|
-
|
89
|
-
<h2>Defined Under Namespace</h2>
|
90
|
-
<p class="children">
|
91
|
-
|
92
|
-
|
93
|
-
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Modules/RawObjectsStorage.html" title="Workbook::Modules::RawObjectsStorage (module)">RawObjectsStorage</a></span>, <span class='object_link'><a href="Modules/TableDiffSort.html" title="Workbook::Modules::TableDiffSort (module)">TableDiffSort</a></span>, <span class='object_link'><a href="Modules/TypeParser.html" title="Workbook::Modules::TypeParser (module)">TypeParser</a></span>
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
</p>
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
</div>
|
109
|
-
|
110
|
-
<div id="footer">
|
111
|
-
Generated on Sun May 19 23:16:29 2013 by
|
112
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
113
|
-
0.8.5.2 (ruby-1.9.3).
|
114
|
-
</div>
|
115
|
-
|
116
|
-
</body>
|
117
|
-
</html>
|
data/doc/Workbook/NilValue.html
DELETED
@@ -1,434 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>
|
7
|
-
Class: Workbook::NilValue
|
8
|
-
|
9
|
-
— Documentation by YARD 0.8.5.2
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
hasFrames = window.top.frames.main ? true : false;
|
19
|
-
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!" + escape(window.location.href);
|
21
|
-
</script>
|
22
|
-
|
23
|
-
|
24
|
-
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
25
|
-
|
26
|
-
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
27
|
-
|
28
|
-
|
29
|
-
</head>
|
30
|
-
<body>
|
31
|
-
<div id="header">
|
32
|
-
<div id="menu">
|
33
|
-
|
34
|
-
<a href="../_index.html">Index (N)</a> »
|
35
|
-
<span class='title'><span class='object_link'><a href="../Workbook.html" title="Workbook (module)">Workbook</a></span></span>
|
36
|
-
»
|
37
|
-
<span class="title">NilValue</span>
|
38
|
-
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<div id="search">
|
44
|
-
|
45
|
-
<a class="full_list_link" id="class_list_link"
|
46
|
-
href="../class_list.html">
|
47
|
-
Class List
|
48
|
-
</a>
|
49
|
-
|
50
|
-
<a class="full_list_link" id="method_list_link"
|
51
|
-
href="../method_list.html">
|
52
|
-
Method List
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
58
|
-
</a>
|
59
|
-
|
60
|
-
</div>
|
61
|
-
<div class="clear"></div>
|
62
|
-
</div>
|
63
|
-
|
64
|
-
<iframe id="search_frame"></iframe>
|
65
|
-
|
66
|
-
<div id="content"><h1>Class: Workbook::NilValue
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
73
|
-
|
74
|
-
<dt class="r1">Inherits:</dt>
|
75
|
-
<dd class="r1">
|
76
|
-
<span class="inheritName">Object</span>
|
77
|
-
|
78
|
-
<ul class="fullTree">
|
79
|
-
<li>Object</li>
|
80
|
-
|
81
|
-
<li class="next">Workbook::NilValue</li>
|
82
|
-
|
83
|
-
</ul>
|
84
|
-
<a href="#" class="inheritanceTree">show all</a>
|
85
|
-
|
86
|
-
</dd>
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
<dt class="r2 last">Defined in:</dt>
|
97
|
-
<dd class="r2 last">lib/workbook/nil_value.rb</dd>
|
98
|
-
|
99
|
-
</dl>
|
100
|
-
<div class="clear"></div>
|
101
|
-
|
102
|
-
<h2>Overview</h2><div class="docstring">
|
103
|
-
<div class="discussion">
|
104
|
-
|
105
|
-
<p>Used in cases col or rowspans are used</p>
|
106
|
-
|
107
|
-
|
108
|
-
</div>
|
109
|
-
</div>
|
110
|
-
<div class="tags">
|
111
|
-
|
112
|
-
|
113
|
-
</div>
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
<h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
|
118
|
-
<ul class="summary">
|
119
|
-
|
120
|
-
<li class="public ">
|
121
|
-
<span class="summary_signature">
|
122
|
-
|
123
|
-
<a href="#reason-instance_method" title="#reason (instance method)">- (Object) <strong>reason</strong> </a>
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
</span>
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
<span class="summary_desc"><div class='inline'>
|
141
|
-
<p>:covered.</p>
|
142
|
-
</div></span>
|
143
|
-
|
144
|
-
</li>
|
145
|
-
|
146
|
-
|
147
|
-
</ul>
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
<h2>
|
154
|
-
Instance Method Summary
|
155
|
-
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
156
|
-
</h2>
|
157
|
-
|
158
|
-
<ul class="summary">
|
159
|
-
|
160
|
-
<li class="public ">
|
161
|
-
<span class="summary_signature">
|
162
|
-
|
163
|
-
<a href="#%3C%3D%3E-instance_method" title="#<=> (instance method)">- (Object) <strong><=></strong>(v) </a>
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
</span>
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
178
|
-
|
179
|
-
</li>
|
180
|
-
|
181
|
-
|
182
|
-
<li class="public ">
|
183
|
-
<span class="summary_signature">
|
184
|
-
|
185
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">- (NilValue) <strong>initialize</strong>(reason) </a>
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
</span>
|
190
|
-
|
191
|
-
|
192
|
-
<span class="note title constructor">constructor</span>
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
<span class="summary_desc"><div class='inline'>
|
202
|
-
<p>initialize this special nilvalue with a reason.</p>
|
203
|
-
</div></span>
|
204
|
-
|
205
|
-
</li>
|
206
|
-
|
207
|
-
|
208
|
-
<li class="public ">
|
209
|
-
<span class="summary_signature">
|
210
|
-
|
211
|
-
<a href="#value-instance_method" title="#value (instance method)">- (NilClass) <strong>value</strong> </a>
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
</span>
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
<span class="summary_desc"><div class='inline'>
|
226
|
-
<p>returns the value of itself (nil).</p>
|
227
|
-
</div></span>
|
228
|
-
|
229
|
-
</li>
|
230
|
-
|
231
|
-
|
232
|
-
</ul>
|
233
|
-
|
234
|
-
|
235
|
-
<div id="constructor_details" class="method_details_list">
|
236
|
-
<h2>Constructor Details</h2>
|
237
|
-
|
238
|
-
<div class="method_details first">
|
239
|
-
<h3 class="signature first" id="initialize-instance_method">
|
240
|
-
|
241
|
-
- (<tt><span class='object_link'><a href="" title="Workbook::NilValue (class)">NilValue</a></span></tt>) <strong>initialize</strong>(reason)
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
</h3><div class="docstring">
|
248
|
-
<div class="discussion">
|
249
|
-
|
250
|
-
<p>initialize this special nilvalue with a reason</p>
|
251
|
-
|
252
|
-
|
253
|
-
</div>
|
254
|
-
</div>
|
255
|
-
<div class="tags">
|
256
|
-
|
257
|
-
|
258
|
-
</div><table class="source_code">
|
259
|
-
<tr>
|
260
|
-
<td>
|
261
|
-
<pre class="lines">
|
262
|
-
|
263
|
-
|
264
|
-
9
|
265
|
-
10
|
266
|
-
11</pre>
|
267
|
-
</td>
|
268
|
-
<td>
|
269
|
-
<pre class="code"><span class="info file"># File 'lib/workbook/nil_value.rb', line 9</span>
|
270
|
-
|
271
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_reason'>reason</span>
|
272
|
-
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_reason'>reason</span><span class='op'>=</span> <span class='id identifier rubyid_reason'>reason</span>
|
273
|
-
<span class='kw'>end</span></pre>
|
274
|
-
</td>
|
275
|
-
</tr>
|
276
|
-
</table>
|
277
|
-
</div>
|
278
|
-
|
279
|
-
</div>
|
280
|
-
|
281
|
-
<div id="instance_attr_details" class="attr_details">
|
282
|
-
<h2>Instance Attribute Details</h2>
|
283
|
-
|
284
|
-
|
285
|
-
<span id="reason=-instance_method"></span>
|
286
|
-
<div class="method_details first">
|
287
|
-
<h3 class="signature first" id="reason-instance_method">
|
288
|
-
|
289
|
-
- (<tt>Object</tt>) <strong>reason</strong>
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
</h3><div class="docstring">
|
296
|
-
<div class="discussion">
|
297
|
-
|
298
|
-
<p>:covered</p>
|
299
|
-
|
300
|
-
|
301
|
-
</div>
|
302
|
-
</div>
|
303
|
-
<div class="tags">
|
304
|
-
|
305
|
-
|
306
|
-
</div><table class="source_code">
|
307
|
-
<tr>
|
308
|
-
<td>
|
309
|
-
<pre class="lines">
|
310
|
-
|
311
|
-
|
312
|
-
5
|
313
|
-
6
|
314
|
-
7</pre>
|
315
|
-
</td>
|
316
|
-
<td>
|
317
|
-
<pre class="code"><span class="info file"># File 'lib/workbook/nil_value.rb', line 5</span>
|
318
|
-
|
319
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_reason'>reason</span>
|
320
|
-
<span class='ivar'>@reason</span>
|
321
|
-
<span class='kw'>end</span></pre>
|
322
|
-
</td>
|
323
|
-
</tr>
|
324
|
-
</table>
|
325
|
-
</div>
|
326
|
-
|
327
|
-
</div>
|
328
|
-
|
329
|
-
|
330
|
-
<div id="instance_method_details" class="method_details_list">
|
331
|
-
<h2>Instance Method Details</h2>
|
332
|
-
|
333
|
-
|
334
|
-
<div class="method_details first">
|
335
|
-
<h3 class="signature first" id="<=>-instance_method">
|
336
|
-
|
337
|
-
- (<tt>Object</tt>) <strong><=></strong>(v)
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
</h3><table class="source_code">
|
344
|
-
<tr>
|
345
|
-
<td>
|
346
|
-
<pre class="lines">
|
347
|
-
|
348
|
-
|
349
|
-
19
|
350
|
-
20
|
351
|
-
21</pre>
|
352
|
-
</td>
|
353
|
-
<td>
|
354
|
-
<pre class="code"><span class="info file"># File 'lib/workbook/nil_value.rb', line 19</span>
|
355
|
-
|
356
|
-
<span class='kw'>def</span> <span class='op'><=></span> <span class='id identifier rubyid_v'>v</span>
|
357
|
-
<span class='id identifier rubyid_value'>value</span> <span class='op'><=></span> <span class='id identifier rubyid_v'>v</span>
|
358
|
-
<span class='kw'>end</span></pre>
|
359
|
-
</td>
|
360
|
-
</tr>
|
361
|
-
</table>
|
362
|
-
</div>
|
363
|
-
|
364
|
-
<div class="method_details ">
|
365
|
-
<h3 class="signature " id="value-instance_method">
|
366
|
-
|
367
|
-
- (<tt>NilClass</tt>) <strong>value</strong>
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
</h3><div class="docstring">
|
374
|
-
<div class="discussion">
|
375
|
-
|
376
|
-
<p>returns the value of itself (nil)</p>
|
377
|
-
|
378
|
-
|
379
|
-
</div>
|
380
|
-
</div>
|
381
|
-
<div class="tags">
|
382
|
-
|
383
|
-
<p class="tag_title">Returns:</p>
|
384
|
-
<ul class="return">
|
385
|
-
|
386
|
-
<li>
|
387
|
-
|
388
|
-
|
389
|
-
<span class='type'>(<tt>NilClass</tt>)</span>
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
—
|
394
|
-
<div class='inline'>
|
395
|
-
<p>nil</p>
|
396
|
-
</div>
|
397
|
-
|
398
|
-
</li>
|
399
|
-
|
400
|
-
</ul>
|
401
|
-
|
402
|
-
</div><table class="source_code">
|
403
|
-
<tr>
|
404
|
-
<td>
|
405
|
-
<pre class="lines">
|
406
|
-
|
407
|
-
|
408
|
-
15
|
409
|
-
16
|
410
|
-
17</pre>
|
411
|
-
</td>
|
412
|
-
<td>
|
413
|
-
<pre class="code"><span class="info file"># File 'lib/workbook/nil_value.rb', line 15</span>
|
414
|
-
|
415
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_value'>value</span>
|
416
|
-
<span class='kw'>nil</span>
|
417
|
-
<span class='kw'>end</span></pre>
|
418
|
-
</td>
|
419
|
-
</tr>
|
420
|
-
</table>
|
421
|
-
</div>
|
422
|
-
|
423
|
-
</div>
|
424
|
-
|
425
|
-
</div>
|
426
|
-
|
427
|
-
<div id="footer">
|
428
|
-
Generated on Sun May 19 23:16:32 2013 by
|
429
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
430
|
-
0.8.5.2 (ruby-1.9.3).
|
431
|
-
</div>
|
432
|
-
|
433
|
-
</body>
|
434
|
-
</html>
|