writeexcel 0.6.6 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (230) hide show
  1. data/.document +0 -0
  2. data/.gitattributes +0 -0
  3. data/README.rdoc +9 -35
  4. data/Rakefile +0 -0
  5. data/VERSION +1 -1
  6. data/charts/chartex.rb +0 -0
  7. data/charts/demo1.rb +0 -0
  8. data/charts/demo101.bin +0 -0
  9. data/charts/demo2.rb +0 -0
  10. data/charts/demo201.bin +0 -0
  11. data/charts/demo3.rb +0 -0
  12. data/charts/demo301.bin +0 -0
  13. data/charts/demo4.rb +0 -0
  14. data/charts/demo401.bin +0 -0
  15. data/charts/demo5.rb +0 -0
  16. data/charts/demo501.bin +0 -0
  17. data/examples/a_simple.rb +0 -0
  18. data/examples/autofilter.rb +0 -0
  19. data/examples/bigfile.rb +0 -0
  20. data/examples/chart_area.rb +0 -0
  21. data/examples/chart_bar.rb +0 -0
  22. data/examples/chart_column.rb +0 -0
  23. data/examples/chart_line.rb +0 -0
  24. data/examples/chart_pie.rb +0 -0
  25. data/examples/chart_scatter.rb +0 -0
  26. data/examples/chart_stock.rb +0 -0
  27. data/examples/chess.rb +0 -0
  28. data/examples/colors.rb +0 -0
  29. data/examples/comments1.rb +0 -0
  30. data/examples/comments2.rb +0 -0
  31. data/examples/copyformat.rb +0 -0
  32. data/examples/data_validate.rb +0 -0
  33. data/examples/date_time.rb +0 -0
  34. data/examples/defined_name.rb +0 -0
  35. data/examples/demo.rb +0 -0
  36. data/examples/diag_border.rb +0 -0
  37. data/examples/formats.rb +0 -0
  38. data/examples/formula_result.rb +0 -0
  39. data/examples/header.rb +0 -0
  40. data/examples/hide_sheet.rb +0 -0
  41. data/examples/hyperlink.rb +0 -0
  42. data/examples/images.rb +0 -0
  43. data/examples/indent.rb +0 -0
  44. data/examples/merge1.rb +0 -0
  45. data/examples/merge2.rb +0 -0
  46. data/examples/merge3.rb +0 -0
  47. data/examples/merge4.rb +0 -0
  48. data/examples/merge5.rb +0 -0
  49. data/examples/merge6.rb +0 -0
  50. data/examples/outline.rb +0 -0
  51. data/examples/outline_collapsed.rb +0 -0
  52. data/examples/panes.rb +0 -0
  53. data/examples/properties.rb +0 -0
  54. data/examples/properties_jp.rb +0 -0
  55. data/examples/protection.rb +0 -0
  56. data/examples/regions.rb +0 -0
  57. data/examples/repeat.rb +0 -0
  58. data/examples/republic.png +0 -0
  59. data/examples/right_to_left.rb +0 -0
  60. data/examples/row_wrap.rb +0 -0
  61. data/examples/set_first_sheet.rb +14 -0
  62. data/examples/stats.rb +0 -0
  63. data/examples/stocks.rb +0 -0
  64. data/examples/tab_colors.rb +0 -0
  65. data/examples/utf8.rb +0 -0
  66. data/examples/write_arrays.rb +0 -0
  67. data/html/en/doc_en.html +5941 -0
  68. data/html/images/a_simple.jpg +0 -0
  69. data/html/images/area1.jpg +0 -0
  70. data/html/images/bar1.jpg +0 -0
  71. data/html/images/chart_area.xls +0 -0
  72. data/html/images/column1.jpg +0 -0
  73. data/html/images/data_validation.jpg +0 -0
  74. data/html/images/line1.jpg +0 -0
  75. data/html/images/pie1.jpg +0 -0
  76. data/html/images/regions.jpg +0 -0
  77. data/html/images/scatter1.jpg +0 -0
  78. data/html/images/stats.jpg +0 -0
  79. data/html/images/stock1.jpg +0 -0
  80. data/html/images/stocks.jpg +0 -0
  81. data/html/index.html +16 -0
  82. data/html/style.css +433 -0
  83. data/lib/writeexcel/biffwriter.rb +5 -0
  84. data/lib/writeexcel/caller_info.rb +0 -0
  85. data/lib/writeexcel/chart.rb +8 -219
  86. data/lib/writeexcel/charts/area.rb +0 -0
  87. data/lib/writeexcel/charts/bar.rb +0 -0
  88. data/lib/writeexcel/charts/column.rb +0 -0
  89. data/lib/writeexcel/charts/external.rb +0 -0
  90. data/lib/writeexcel/charts/line.rb +0 -0
  91. data/lib/writeexcel/charts/pie.rb +0 -0
  92. data/lib/writeexcel/charts/scatter.rb +0 -0
  93. data/lib/writeexcel/charts/stock.rb +0 -0
  94. data/lib/writeexcel/colors.rb +4 -0
  95. data/lib/writeexcel/compatibility.rb +0 -0
  96. data/lib/writeexcel/debug_info.rb +0 -0
  97. data/lib/writeexcel/excelformula.y +0 -0
  98. data/lib/writeexcel/excelformulaparser.rb +0 -0
  99. data/lib/writeexcel/format.rb +2 -28
  100. data/lib/writeexcel/formula.rb +4 -70
  101. data/lib/writeexcel/helper.rb +0 -0
  102. data/lib/writeexcel/image.rb +158 -0
  103. data/lib/writeexcel/olewriter.rb +0 -0
  104. data/lib/writeexcel/properties.rb +0 -0
  105. data/lib/writeexcel/storage_lite.rb +0 -0
  106. data/lib/writeexcel/workbook.rb +434 -824
  107. data/lib/writeexcel/worksheet.rb +4194 -4718
  108. data/lib/writeexcel/write_file.rb +0 -0
  109. data/lib/writeexcel.rb +0 -0
  110. data/test/excelfile/Chart1.xls +0 -0
  111. data/test/excelfile/Chart2.xls +0 -0
  112. data/test/excelfile/Chart3.xls +0 -0
  113. data/test/excelfile/Chart4.xls +0 -0
  114. data/test/excelfile/Chart5.xls +0 -0
  115. data/test/helper.rb +0 -0
  116. data/test/perl_output/Chart1.xls.data +0 -0
  117. data/test/perl_output/Chart2.xls.data +0 -0
  118. data/test/perl_output/Chart3.xls.data +0 -0
  119. data/test/perl_output/Chart4.xls.data +0 -0
  120. data/test/perl_output/Chart5.xls.data +0 -0
  121. data/test/perl_output/README +0 -0
  122. data/test/perl_output/a_simple.xls +0 -0
  123. data/test/perl_output/autofilter.xls +0 -0
  124. data/test/perl_output/biff_add_continue_testdata +0 -0
  125. data/test/perl_output/chart_area.xls +0 -0
  126. data/test/perl_output/chart_bar.xls +0 -0
  127. data/test/perl_output/chart_column.xls +0 -0
  128. data/test/perl_output/chart_line.xls +0 -0
  129. data/test/perl_output/chess.xls +0 -0
  130. data/test/perl_output/colors.xls +0 -0
  131. data/test/perl_output/comments1.xls +0 -0
  132. data/test/perl_output/comments2.xls +0 -0
  133. data/test/perl_output/data_validate.xls +0 -0
  134. data/test/perl_output/date_time.xls +0 -0
  135. data/test/perl_output/defined_name.xls +0 -0
  136. data/test/perl_output/demo.xls +0 -0
  137. data/test/perl_output/demo101.bin +0 -0
  138. data/test/perl_output/demo201.bin +0 -0
  139. data/test/perl_output/demo301.bin +0 -0
  140. data/test/perl_output/demo401.bin +0 -0
  141. data/test/perl_output/demo501.bin +0 -0
  142. data/test/perl_output/diag_border.xls +0 -0
  143. data/test/perl_output/f_font_biff +0 -0
  144. data/test/perl_output/f_font_key +0 -0
  145. data/test/perl_output/f_xf_biff +0 -0
  146. data/test/perl_output/file_font_biff +0 -0
  147. data/test/perl_output/file_font_key +0 -0
  148. data/test/perl_output/file_xf_biff +0 -0
  149. data/test/perl_output/formula_result.xls +0 -0
  150. data/test/perl_output/headers.xls +0 -0
  151. data/test/perl_output/hidden.xls +0 -0
  152. data/test/perl_output/hide_zero.xls +0 -0
  153. data/test/perl_output/hyperlink.xls +0 -0
  154. data/test/perl_output/images.xls +0 -0
  155. data/test/perl_output/indent.xls +0 -0
  156. data/test/perl_output/merge1.xls +0 -0
  157. data/test/perl_output/merge2.xls +0 -0
  158. data/test/perl_output/merge3.xls +0 -0
  159. data/test/perl_output/merge4.xls +0 -0
  160. data/test/perl_output/merge5.xls +0 -0
  161. data/test/perl_output/merge6.xls +0 -0
  162. data/test/perl_output/ole_write_header +0 -0
  163. data/test/perl_output/outline.xls +0 -0
  164. data/test/perl_output/outline_collapsed.xls +0 -0
  165. data/test/perl_output/panes.xls +0 -0
  166. data/test/perl_output/protection.xls +0 -0
  167. data/test/perl_output/regions.xls +0 -0
  168. data/test/perl_output/right_to_left.xls +0 -0
  169. data/test/perl_output/set_first_sheet.xls +0 -0
  170. data/test/perl_output/stats.xls +0 -0
  171. data/test/perl_output/stocks.xls +0 -0
  172. data/test/perl_output/tab_colors.xls +0 -0
  173. data/test/perl_output/unicode_cyrillic.xls +0 -0
  174. data/test/perl_output/utf8.xls +0 -0
  175. data/test/perl_output/workbook1.xls +0 -0
  176. data/test/perl_output/workbook2.xls +0 -0
  177. data/test/perl_output/ws_colinfo +0 -0
  178. data/test/perl_output/ws_store_colinfo +0 -0
  179. data/test/perl_output/ws_store_dimensions +0 -0
  180. data/test/perl_output/ws_store_filtermode +0 -0
  181. data/test/perl_output/ws_store_filtermode_off +0 -0
  182. data/test/perl_output/ws_store_filtermode_on +0 -0
  183. data/test/perl_output/ws_store_selection +0 -0
  184. data/test/perl_output/ws_store_window2 +0 -0
  185. data/test/republic.png +0 -0
  186. data/test/test_00_IEEE_double.rb +0 -0
  187. data/test/test_01_add_worksheet.rb +0 -0
  188. data/test/test_02_merge_formats.rb +0 -0
  189. data/test/test_04_dimensions.rb +27 -27
  190. data/test/test_05_rows.rb +0 -0
  191. data/test/test_06_extsst.rb +1 -1
  192. data/test/test_11_date_time.rb +3 -3
  193. data/test/test_12_date_only.rb +7 -14
  194. data/test/test_13_date_seconds.rb +5 -5
  195. data/test/test_21_escher.rb +138 -138
  196. data/test/test_22_mso_drawing_group.rb +0 -0
  197. data/test/test_23_note.rb +4 -4
  198. data/test/test_24_txo.rb +3 -3
  199. data/test/test_25_position_object.rb +1 -1
  200. data/test/test_26_autofilter.rb +3 -3
  201. data/test/test_27_autofilter.rb +1 -1
  202. data/test/test_28_autofilter.rb +2 -2
  203. data/test/test_29_process_jpg.rb +16 -29
  204. data/test/test_30_validation_dval.rb +3 -3
  205. data/test/test_31_validation_dv_strings.rb +6 -6
  206. data/test/test_32_validation_dv_formula.rb +12 -12
  207. data/test/test_40_property_types.rb +0 -0
  208. data/test/test_41_properties.rb +0 -0
  209. data/test/test_42_set_properties.rb +0 -0
  210. data/test/test_50_name_stored.rb +8 -8
  211. data/test/test_51_name_print_area.rb +18 -18
  212. data/test/test_52_name_print_titles.rb +27 -27
  213. data/test/test_53_autofilter.rb +6 -6
  214. data/test/test_60_chart_generic.rb +1 -1
  215. data/test/test_61_chart_subclasses.rb +7 -14
  216. data/test/test_62_chart_formats.rb +0 -0
  217. data/test/test_63_chart_area_formats.rb +0 -0
  218. data/test/test_biff.rb +0 -0
  219. data/test/test_compatibility.rb +0 -0
  220. data/test/test_example_match.rb +31 -0
  221. data/test/test_format.rb +0 -0
  222. data/test/test_formula.rb +0 -0
  223. data/test/test_ole.rb +0 -0
  224. data/test/test_storage_lite.rb +0 -0
  225. data/test/test_workbook.rb +6 -0
  226. data/test/test_worksheet.rb +5 -5
  227. data/utils/add_magic_comment.rb +0 -0
  228. data/writeexcel.gemspec +263 -243
  229. data/writeexcel.rdoc +3 -3
  230. metadata +42 -39
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/html/index.html ADDED
@@ -0,0 +1,16 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
+ <head>
5
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
6
+ <title>writeexcel rubygem reference</title>
7
+
8
+ </head>
9
+ <body class="indexpage">
10
+ <h1>writeexcel rubygem reference</h1>
11
+ <ul>
12
+ <li><a href="en/doc_en.html">English Version</a></li>
13
+ <li><a href="ja/doc_ja.html">日本語版</a></li>
14
+ </ul>
15
+ </body>
16
+ </html>
data/html/style.css ADDED
@@ -0,0 +1,433 @@
1
+ BODY, .logo { background: white; }
2
+
3
+ BODY {
4
+ color: black;
5
+ font-family: arial,sans-serif;
6
+ margin: 0;
7
+ padding: 1ex;
8
+ }
9
+
10
+ TABLE {
11
+ border-collapse: collapse;
12
+ border-spacing: 0;
13
+ border-width: 0;
14
+ color: inherit;
15
+ }
16
+
17
+ IMG { border: 0; }
18
+ FORM { margin: 0; }
19
+ input { margin: 2px; }
20
+
21
+ .logo {
22
+ float: left;
23
+ width: 264px;
24
+ height: 77px;
25
+ }
26
+
27
+ .front .logo {
28
+ float: none;
29
+ display:block;
30
+ }
31
+
32
+ .front .searchbox {
33
+ margin: 2ex auto;
34
+ text-align: center;
35
+ }
36
+
37
+ .front .menubar {
38
+ text-align: center;
39
+ }
40
+
41
+ .menubar {
42
+ background: #006699;
43
+ margin: 1ex 0;
44
+ padding: 1px;
45
+ }
46
+
47
+ .menubar A {
48
+ padding: 0.8ex;
49
+ font: bold 10pt Arial,Helvetica,sans-serif;
50
+ }
51
+
52
+ .menubar A:link, .menubar A:visited {
53
+ color: white;
54
+ text-decoration: none;
55
+ }
56
+
57
+ .menubar A:hover {
58
+ color: #ff6600;
59
+ text-decoration: underline;
60
+ }
61
+
62
+ A:link, A:visited {
63
+ background: transparent;
64
+ color: #006699;
65
+ }
66
+
67
+ A[href="#POD_ERRORS"] {
68
+ background: transparent;
69
+ color: #FF0000;
70
+ }
71
+
72
+ TD {
73
+ margin: 0;
74
+ padding: 0;
75
+ }
76
+
77
+ DIV {
78
+ border-width: 0;
79
+ }
80
+
81
+ DT {
82
+ margin-top: 1em;
83
+ }
84
+
85
+ .credits TD {
86
+ padding: 0.5ex 2ex;
87
+ }
88
+
89
+ .huge {
90
+ font-size: 32pt;
91
+ }
92
+
93
+ .s {
94
+ background: #dddddd;
95
+ color: inherit;
96
+ }
97
+
98
+ .s TD, .r TD {
99
+ padding: 0.2ex 1ex;
100
+ vertical-align: baseline;
101
+ }
102
+
103
+ TH {
104
+ background: #bbbbbb;
105
+ color: inherit;
106
+ padding: 0.4ex 1ex;
107
+ text-align: left;
108
+ }
109
+
110
+ TH A:link, TH A:visited {
111
+ background: transparent;
112
+ color: black;
113
+ }
114
+
115
+ .box {
116
+ border: 1px solid #006699;
117
+ margin: 1ex 0;
118
+ padding: 0;
119
+ }
120
+
121
+ .distfiles TD {
122
+ padding: 0 2ex 0 0;
123
+ vertical-align: baseline;
124
+ }
125
+
126
+ .manifest TD {
127
+ padding: 0 1ex;
128
+ vertical-align: top;
129
+ }
130
+
131
+ .l1 {
132
+ font-weight: bold;
133
+ }
134
+
135
+ .l2 {
136
+ font-weight: normal;
137
+ }
138
+
139
+ .t1, .t2, .t3, .t4, .t5 {
140
+ background: #006699;
141
+ color: white;
142
+ }
143
+ .t4 {
144
+ padding: 0.2ex 0.4ex;
145
+ }
146
+ .t1, .t2, .t3 {
147
+ padding: 0.5ex 1ex;
148
+ }
149
+
150
+ /* IE does not support .box>.t1 Grrr */
151
+ .box .t1, .box .t2, .box .t3, .box .t5 {
152
+ margin: 0;
153
+ }
154
+
155
+ .t1 {
156
+ font-size: 1.4em;
157
+ font-weight: bold;
158
+ text-align: center;
159
+ }
160
+
161
+ .t2 {
162
+ font-size: 1.0em;
163
+ font-weight: bold;
164
+ text-align: left;
165
+ }
166
+
167
+ .t3 {
168
+ font-size: 1.0em;
169
+ font-weight: normal;
170
+ text-align: left;
171
+ }
172
+
173
+ .t5 {
174
+ font-size: 0.8em;
175
+ font-weight: normal;
176
+ text-align: center;
177
+ }
178
+
179
+ /* width: 100%; border: 0.1px solid #FFFFFF; */ /* NN4 hack */
180
+
181
+ .datecell {
182
+ text-align: center;
183
+ width: 17em;
184
+ }
185
+
186
+ .cell {
187
+ padding: 0.2ex 1ex;
188
+ text-align: left;
189
+ }
190
+
191
+ .label {
192
+ background: #aaaaaa;
193
+ color: black;
194
+ font-weight: bold;
195
+ padding: 0.2ex 1ex;
196
+ text-align: right;
197
+ white-space: nowrap;
198
+ vertical-align: baseline;
199
+ }
200
+
201
+ .categories {
202
+ border-bottom: 3px double #006699;
203
+ margin-bottom: 1ex;
204
+ padding-bottom: 3ex;
205
+ padding-top: 2ex;
206
+ }
207
+
208
+ .categories TABLE {
209
+ margin: auto;
210
+ }
211
+
212
+ .categories TD {
213
+ padding: 0.5ex 1ex;
214
+ vertical-align: baseline;
215
+ }
216
+
217
+ .path A {
218
+ background: transparent;
219
+ color: #006699;
220
+ font-weight: bold;
221
+ }
222
+
223
+ .pages {
224
+ background: #dddddd;
225
+ color: #006699;
226
+ padding: 0.2ex 0.4ex;
227
+ }
228
+
229
+ .path {
230
+ background: #dddddd;
231
+ border-bottom: 1px solid #006699;
232
+ color: #006699;
233
+ /* font-size: 1.4em;*/
234
+ margin: 1ex 0;
235
+ padding: 0.5ex 1ex;
236
+ }
237
+
238
+ .menubar TD {
239
+ background: #006699;
240
+ color: white;
241
+ }
242
+
243
+ .menubar {
244
+ background: #006699;
245
+ color: white;
246
+ margin: 1ex 0;
247
+ padding: 1px;
248
+ }
249
+
250
+ .menubar .links {
251
+ background: transparent;
252
+ color: white;
253
+ padding: 0.2ex;
254
+ text-align: left;
255
+ }
256
+
257
+ .menubar .searchbar {
258
+ background: black;
259
+ color: black;
260
+ margin: 0px;
261
+ padding: 2px;
262
+ text-align: right;
263
+ }
264
+
265
+ A.m:link, A.m:visited {
266
+ background: #006699;
267
+ color: white;
268
+ font: bold 10pt Arial,Helvetica,sans-serif;
269
+ text-decoration: none;
270
+ }
271
+
272
+ A.o:link, A.o:visited {
273
+ background: #006699;
274
+ color: #ccffcc;
275
+ font: bold 10pt Arial,Helvetica,sans-serif;
276
+ text-decoration: none;
277
+ }
278
+
279
+ A.o:hover {
280
+ background: transparent;
281
+ color: #ff6600;
282
+ text-decoration: underline;
283
+ }
284
+
285
+ A.m:hover {
286
+ background: transparent;
287
+ color: #ff6600;
288
+ text-decoration: underline;
289
+ }
290
+
291
+ table.dlsip {
292
+ background: #dddddd;
293
+ border: 0.4ex solid #dddddd;
294
+ }
295
+
296
+ .pod, .manifest { margin-right: 20ex; }
297
+
298
+ .pod PRE {
299
+ background: #eeeeee;
300
+ border: 1px solid #888888;
301
+ color: black;
302
+ padding: 1em;
303
+ white-space: pre;
304
+ }
305
+
306
+ .pod H1 {
307
+ background: transparent;
308
+ color: #006699;
309
+ font-size: large;
310
+ }
311
+
312
+ .pod H1 A { text-decoration: none; }
313
+ .pod H2 A { text-decoration: none; }
314
+ .pod H3 A { text-decoration: none; }
315
+ .pod H4 A { text-decoration: none; }
316
+
317
+ .pod H2 {
318
+ background: transparent;
319
+ color: #006699;
320
+ font-size: medium;
321
+ }
322
+
323
+ .pod H3 {
324
+ background: transparent;
325
+ color: #006699;
326
+ font-size: medium;
327
+ font-style: italic;
328
+ }
329
+
330
+ .pod H4 {
331
+ background: transparent;
332
+ color: #006699;
333
+ font-size: medium;
334
+ font-weight: normal;
335
+ }
336
+
337
+ .pod IMG {
338
+ vertical-align: top;
339
+ }
340
+
341
+ .pod .toc A {
342
+ text-decoration: none;
343
+ }
344
+
345
+ .pod .toc LI {
346
+ line-height: 1.2em;
347
+ list-style-type: none;
348
+ }
349
+
350
+ .faq DT {
351
+ font-size: 1.4em;
352
+ font-weight: bold;
353
+ }
354
+
355
+ .chmenu {
356
+ background: black;
357
+ color: red;
358
+ font: bold 1.1em Arial,Helvetica,sans-serif;
359
+ margin: 1ex auto;
360
+ padding: 0.5ex;
361
+ }
362
+
363
+ .chmenu TD {
364
+ padding: 0.2ex 1ex;
365
+ }
366
+
367
+ .chmenu A:link, .chmenu A:visited {
368
+ background: transparent;
369
+ color: white;
370
+ text-decoration: none;
371
+ }
372
+
373
+ .chmenu A:hover {
374
+ background: transparent;
375
+ color: #ff6600;
376
+ text-decoration: underline;
377
+ }
378
+
379
+ .column {
380
+ padding: 0.5ex 1ex;
381
+ vertical-align: top;
382
+ }
383
+
384
+ .datebar {
385
+ margin: auto;
386
+ width: 14em;
387
+ }
388
+
389
+ .date {
390
+ background: transparent;
391
+ color: #008000;
392
+ }
393
+
394
+ .footer {
395
+ margin-top: 1ex;
396
+ text-align: right;
397
+ color: #006699;
398
+ font-size: x-small;
399
+ border-top: 1px solid #006699;
400
+ line-height: 120%;
401
+ }
402
+
403
+ .front .footer {
404
+ border-top: none;
405
+ }
406
+
407
+ #permalink {
408
+ float: right
409
+ }
410
+
411
+ #permalink A {
412
+ font-size: small;
413
+ }
414
+
415
+ .sr {
416
+ font-size: inherit;
417
+ margin: 0;
418
+ }
419
+
420
+ .cpanstats {
421
+ float: left;
422
+ text-align: left;
423
+ color: #bbb;
424
+ white-space: pre;
425
+ }
426
+
427
+ form.tool {
428
+ margin: 1ex;
429
+ }
430
+
431
+ .styleswitch {
432
+ text-align: right;
433
+ }
@@ -229,4 +229,9 @@ class BIFFWriter < WriteFile #:nodoc:
229
229
  def cleanup # :nodoc:
230
230
  @filehandle.close(true) if @filehandle
231
231
  end
232
+
233
+ # override Object#inspect
234
+ def inspect # :nodoc:
235
+ to_s
236
+ end
232
237
  end
File without changes