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
File without changes
data/lib/writeexcel.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/test/helper.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
Binary file
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/test/republic.png CHANGED
File without changes
File without changes
File without changes
File without changes
@@ -29,7 +29,7 @@ class TC_dimensions < Test::Unit::TestCase
29
29
  end
30
30
 
31
31
  def test_no_worksheet_cell_data
32
- data = @worksheet.store_dimensions
32
+ data = @worksheet.__send__("store_dimensions")
33
33
 
34
34
  vals = data.unpack('x4 VVvv')
35
35
  alist = @dims.zip(vals)
@@ -43,7 +43,7 @@ class TC_dimensions < Test::Unit::TestCase
43
43
 
44
44
  def test_data_in_cell_0_0
45
45
  @worksheet.write(0, 0, 'Test')
46
- data = @worksheet.store_dimensions
46
+ data = @worksheet.__send__("store_dimensions")
47
47
 
48
48
  vals = data.unpack('x4 VVvv')
49
49
  alist = @dims.zip(vals)
@@ -57,7 +57,7 @@ class TC_dimensions < Test::Unit::TestCase
57
57
 
58
58
  def test_data_in_cell_0_255
59
59
  @worksheet.write(0, 255, 'Test')
60
- data = @worksheet.store_dimensions
60
+ data = @worksheet.__send__("store_dimensions")
61
61
 
62
62
  vals = data.unpack('x4 VVvv')
63
63
  alist = @dims.zip(vals)
@@ -71,7 +71,7 @@ class TC_dimensions < Test::Unit::TestCase
71
71
 
72
72
  def test_data_in_cell_65535_0
73
73
  @worksheet.write(65535, 0, 'Test')
74
- data = @worksheet.store_dimensions
74
+ data = @worksheet.__send__("store_dimensions")
75
75
 
76
76
  vals = data.unpack('x4 VVvv')
77
77
  alist = @dims.zip(vals)
@@ -85,7 +85,7 @@ class TC_dimensions < Test::Unit::TestCase
85
85
 
86
86
  def test_data_in_cell_65535_255
87
87
  @worksheet.write(65535, 255, 'Test')
88
- data = @worksheet.store_dimensions
88
+ data = @worksheet.__send__("store_dimensions")
89
89
 
90
90
  vals = data.unpack('x4 VVvv')
91
91
  alist = @dims.zip(vals)
@@ -99,7 +99,7 @@ class TC_dimensions < Test::Unit::TestCase
99
99
 
100
100
  def test_set_row_for_row_4
101
101
  @worksheet.set_row(4, 20)
102
- data = @worksheet.store_dimensions
102
+ data = @worksheet.__send__("store_dimensions")
103
103
 
104
104
  vals = data.unpack('x4 VVvv')
105
105
  alist = @dims.zip(vals)
@@ -115,7 +115,7 @@ class TC_dimensions < Test::Unit::TestCase
115
115
  @worksheet.set_row(4, 20)
116
116
  @worksheet.set_row(5, 20)
117
117
  @worksheet.set_row(6, 20)
118
- data = @worksheet.store_dimensions
118
+ data = @worksheet.__send__("store_dimensions")
119
119
 
120
120
  vals = data.unpack('x4 VVvv')
121
121
  alist = @dims.zip(vals)
@@ -129,7 +129,7 @@ class TC_dimensions < Test::Unit::TestCase
129
129
 
130
130
  def test_set_column_for_row_4
131
131
  @worksheet.set_column(4, 4, 20)
132
- data = @worksheet.store_dimensions
132
+ data = @worksheet.__send__("store_dimensions")
133
133
 
134
134
  vals = data.unpack('x4 VVvv')
135
135
  alist = @dims.zip(vals)
@@ -144,7 +144,7 @@ class TC_dimensions < Test::Unit::TestCase
144
144
  def test_data_in_cell_0_0_and_set_row_for_row_4
145
145
  @worksheet.write(0, 0, 'Test')
146
146
  @worksheet.set_row(4, 20)
147
- data = @worksheet.store_dimensions
147
+ data = @worksheet.__send__("store_dimensions")
148
148
 
149
149
  vals = data.unpack('x4 VVvv')
150
150
  alist = @dims.zip(vals)
@@ -159,7 +159,7 @@ class TC_dimensions < Test::Unit::TestCase
159
159
  def test_data_in_cell_0_0_and_set_row_for_row_4_reverse_order
160
160
  @worksheet.set_row(4, 20)
161
161
  @worksheet.write(0, 0, 'Test')
162
- data = @worksheet.store_dimensions
162
+ data = @worksheet.__send__("store_dimensions")
163
163
 
164
164
  vals = data.unpack('x4 VVvv')
165
165
  alist = @dims.zip(vals)
@@ -174,7 +174,7 @@ class TC_dimensions < Test::Unit::TestCase
174
174
  def test_data_in_cell_5_3_and_set_row_for_row_4
175
175
  @worksheet.write(5, 3, 'Test')
176
176
  @worksheet.set_row(4, 20)
177
- data = @worksheet.store_dimensions
177
+ data = @worksheet.__send__("store_dimensions")
178
178
 
179
179
  vals = data.unpack('x4 VVvv')
180
180
  alist = @dims.zip(vals)
@@ -188,7 +188,7 @@ class TC_dimensions < Test::Unit::TestCase
188
188
 
189
189
  def test_comment_in_cell_5_3
190
190
  @worksheet.write_comment(5, 3, 'Test')
191
- data = @worksheet.store_dimensions
191
+ data = @worksheet.__send__("store_dimensions")
192
192
 
193
193
  vals = data.unpack('x4 VVvv')
194
194
  alist = @dims.zip(vals)
@@ -202,7 +202,7 @@ class TC_dimensions < Test::Unit::TestCase
202
202
 
203
203
  def test_nil_value_for_row
204
204
  error = @worksheet.write_string(nil, 1, 'Test')
205
- data = @worksheet.store_dimensions
205
+ data = @worksheet.__send__("store_dimensions")
206
206
 
207
207
  vals = data.unpack('x4 VVvv')
208
208
  alist = @dims.zip(vals)
@@ -218,7 +218,7 @@ class TC_dimensions < Test::Unit::TestCase
218
218
  def test_data_in_cell_5_3_and_10_1
219
219
  @worksheet.write( 5, 3, 'Test')
220
220
  @worksheet.write(10, 1, 'Test')
221
- data = @worksheet.store_dimensions
221
+ data = @worksheet.__send__("store_dimensions")
222
222
 
223
223
  vals = data.unpack('x4 VVvv')
224
224
  alist = @dims.zip(vals)
@@ -233,7 +233,7 @@ class TC_dimensions < Test::Unit::TestCase
233
233
  def test_data_in_cell_5_3_and_10_5
234
234
  @worksheet.write( 5, 3, 'Test')
235
235
  @worksheet.write(10, 5, 'Test')
236
- data = @worksheet.store_dimensions
236
+ data = @worksheet.__send__("store_dimensions")
237
237
 
238
238
  vals = data.unpack('x4 VVvv')
239
239
  alist = @dims.zip(vals)
@@ -247,7 +247,7 @@ class TC_dimensions < Test::Unit::TestCase
247
247
 
248
248
  def test_write_string
249
249
  @worksheet.write_string(5, 3, 'Test')
250
- data = @worksheet.store_dimensions
250
+ data = @worksheet.__send__("store_dimensions")
251
251
 
252
252
  vals = data.unpack('x4 VVvv')
253
253
  alist = @dims.zip(vals)
@@ -261,7 +261,7 @@ class TC_dimensions < Test::Unit::TestCase
261
261
 
262
262
  def test_write_number
263
263
  @worksheet.write_number(5, 3, 5)
264
- data = @worksheet.store_dimensions
264
+ data = @worksheet.__send__("store_dimensions")
265
265
 
266
266
  vals = data.unpack('x4 VVvv')
267
267
  alist = @dims.zip(vals)
@@ -275,7 +275,7 @@ class TC_dimensions < Test::Unit::TestCase
275
275
 
276
276
  def test_write_url
277
277
  @worksheet.write_url(5, 3, 'http://www.ruby.com')
278
- data = @worksheet.store_dimensions
278
+ data = @worksheet.__send__("store_dimensions")
279
279
 
280
280
  vals = data.unpack('x4 VVvv')
281
281
  alist = @dims.zip(vals)
@@ -289,7 +289,7 @@ class TC_dimensions < Test::Unit::TestCase
289
289
 
290
290
  def test_write_formula
291
291
  @worksheet.write_formula(5, 3, ' 1 + 2')
292
- data = @worksheet.store_dimensions
292
+ data = @worksheet.__send__("store_dimensions")
293
293
 
294
294
  vals = data.unpack('x4 VVvv')
295
295
  alist = @dims.zip(vals)
@@ -303,7 +303,7 @@ class TC_dimensions < Test::Unit::TestCase
303
303
 
304
304
  def test_write_blank
305
305
  @worksheet.write_string(5, 3, @format)
306
- data = @worksheet.store_dimensions
306
+ data = @worksheet.__send__("store_dimensions")
307
307
 
308
308
  vals = data.unpack('x4 VVvv')
309
309
  alist = @dims.zip(vals)
@@ -317,7 +317,7 @@ class TC_dimensions < Test::Unit::TestCase
317
317
 
318
318
  def test_write_blank_no_format
319
319
  @worksheet.write_string(5, 3)
320
- data = @worksheet.store_dimensions
320
+ data = @worksheet.__send__("store_dimensions")
321
321
 
322
322
  vals = data.unpack('x4 VVvv')
323
323
  alist = @dims.zip(vals)
@@ -331,7 +331,7 @@ class TC_dimensions < Test::Unit::TestCase
331
331
 
332
332
  def test_write_utf16be_string
333
333
  @worksheet.write_utf16be_string(5, 3, @smiley)
334
- data = @worksheet.store_dimensions
334
+ data = @worksheet.__send__("store_dimensions")
335
335
 
336
336
  vals = data.unpack('x4 VVvv')
337
337
  alist = @dims.zip(vals)
@@ -345,7 +345,7 @@ class TC_dimensions < Test::Unit::TestCase
345
345
 
346
346
  def test_write_utf16le_string
347
347
  @worksheet.write_utf16le_string(5, 3, @smiley)
348
- data = @worksheet.store_dimensions
348
+ data = @worksheet.__send__("store_dimensions")
349
349
 
350
350
  vals = data.unpack('x4 VVvv')
351
351
  alist = @dims.zip(vals)
@@ -358,10 +358,10 @@ class TC_dimensions < Test::Unit::TestCase
358
358
  end
359
359
 
360
360
  def test_repeat_formula
361
- formula = @worksheet.store_formula('=A1 * 3 + 50')
361
+ formula = @worksheet.__send__("store_formula", '=A1 * 3 + 50')
362
362
  @worksheet.repeat_formula(5, 3, formula, @format, 'A1', 'A2')
363
363
 
364
- data = @worksheet.store_dimensions
364
+ data = @worksheet.__send__("store_dimensions")
365
365
 
366
366
  vals = data.unpack('x4 VVvv')
367
367
  alist = @dims.zip(vals)
@@ -374,10 +374,10 @@ class TC_dimensions < Test::Unit::TestCase
374
374
  end
375
375
 
376
376
  def test_merge_range
377
- formula = @worksheet.store_formula('=A1 * 3 + 50')
377
+ formula = @worksheet.__send__("store_formula", '=A1 * 3 + 50')
378
378
  @worksheet.merge_range('C6:E8', 'Test', @format)
379
379
 
380
- data = @worksheet.store_dimensions
380
+ data = @worksheet.__send__("store_dimensions")
381
381
 
382
382
  vals = data.unpack('x4 VVvv')
383
383
  alist = @dims.zip(vals)
data/test/test_05_rows.rb CHANGED
File without changes
@@ -66,7 +66,7 @@ class TC_extsst < Test::Unit::TestCase
66
66
  str_unique = test[0]
67
67
 
68
68
  workbook.str_unique = str_unique
69
- workbook.calculate_extsst_size
69
+ workbook.__send__("calculate_extsst_size")
70
70
 
71
71
  assert_equal(test[1], workbook.extsst_buckets,
72
72
  " \tBucket number for #{str_unique} strings")
@@ -34,7 +34,7 @@ class TC_data_time < Test::Unit::TestCase
34
34
  # pass: diff < @fit_delta
35
35
  date_time = '1899-12-31T00:00:00.0004'
36
36
  number = 0
37
- result = @worksheet.convert_date_time(date_time)
37
+ result = @worksheet.__send__("convert_date_time", date_time)
38
38
  result = -1 if result.nil?
39
39
  assert(fit_cmp(number, result),
40
40
  "Testing convert_date_time: #{date_time} => #{result} <> #{number}")
@@ -42,7 +42,7 @@ class TC_data_time < Test::Unit::TestCase
42
42
  # fail: diff > @fit_delta
43
43
  date_time = '1989-12-31%00:00:00.0005'
44
44
  number = 0
45
- result = @worksheet.convert_date_time(date_time)
45
+ result = @worksheet.__send__("convert_date_time", date_time)
46
46
  result = -1 if result.nil?
47
47
  assert(!fit_cmp(number, result),
48
48
  "Testing convert_date_time: #{date_time} => #{result} <> #{number}")
@@ -62,7 +62,7 @@ class TC_data_time < Test::Unit::TestCase
62
62
 
63
63
  if line =~ /"Number">([^<]+)/
64
64
  number = $1.to_f
65
- result = @worksheet.convert_date_time(date_time)
65
+ result = @worksheet.__send__("convert_date_time", date_time)
66
66
  result = -1 if result.nil?
67
67
  assert(fit_cmp(number, result),
68
68
  "date_time: #{date_time}\n" +
@@ -1,3 +1,4 @@
1
+
1
2
  # -*- coding: utf-8 -*-
2
3
  ###############################################################################
3
4
  #
@@ -16,32 +17,24 @@ require 'stringio'
16
17
 
17
18
  class TC_data_only < Test::Unit::TestCase
18
19
 
19
- def setup
20
- @workbook = WriteExcel.new(StringIO.new)
21
- @worksheet = @workbook.add_worksheet
22
- end
23
-
24
- def teardown
25
- @workbook.close
26
- end
27
-
28
20
  def test_the_dates_generated_by_excel
29
21
  lines = data_generated_excel.split(/\n/)
30
22
  while !lines.empty?
31
23
  line = lines.shift.sub(/^\s*/,'')
32
24
  braak if line =~ /^\s*# stop/ # For debugging
33
25
 
34
- @worksheet.date_1904 = false if line =~ /Excel 1900/
35
- @worksheet.date_1904 = true if line =~ /Excel 1904/
36
-
37
26
  next unless line =~ /\S/ # Ignore blank lines
38
27
  next if line =~ /^\s*#/ # Ignore comments
39
28
 
40
29
  count, date, result = line.split(/\s+/)
41
- number = @worksheet.convert_date_time(date)
30
+ count = count.to_i
31
+ workbook = WriteExcel.new(StringIO.new)
32
+ workbook.set_1904 if (201 <= count && count <= 400) || (411 <= count)
33
+ worksheet = workbook.add_worksheet
34
+ number = worksheet.__send__("convert_date_time", date)
42
35
  number = -1 if number.nil?
43
36
  assert_equal(result.to_i, number,
44
- "Testing convert_date_time: #{date} #{result}")
37
+ "Testing convert_date_time: #{date} #{result}")
45
38
  end
46
39
  end
47
40
 
@@ -33,19 +33,19 @@ class TC_data_seconds < Test::Unit::TestCase
33
33
  def test_some_false_times
34
34
  # These should fail.
35
35
  date_time = '1899-12-31T24:00:00.000'
36
- assert(! @worksheet.convert_date_time(date_time),
36
+ assert(! @worksheet.__send__("convert_date_time", date_time),
37
37
  " Testing incorrect time: #{date_time}\tincorrect hour caught.")
38
38
 
39
39
  date_time = '1899-12-31T00:60:00.000'
40
- assert(! @worksheet.convert_date_time(date_time),
40
+ assert(! @worksheet.__send__("convert_date_time", date_time),
41
41
  " Testing incorrect time: #{date_time}\tincorrect mins caught.")
42
42
 
43
43
  date_time = '1899-12-31T00:00:60.000'
44
- assert(! @worksheet.convert_date_time(date_time),
44
+ assert(! @worksheet.__send__("convert_date_time", date_time),
45
45
  " Testing incorrect time: $date_time\tincorrect secs caught.")
46
46
 
47
47
  date_time = '1899-12-31T00:00:59.9999999999999999999'
48
- assert(! @worksheet.convert_date_time(date_time),
48
+ assert(! @worksheet.__send__("convert_date_time", date_time),
49
49
  " Testing incorrect time: $date_time\tincorrect secs caught.")
50
50
  end
51
51
 
@@ -63,7 +63,7 @@ class TC_data_seconds < Test::Unit::TestCase
63
63
 
64
64
  if line =~ /"Number">([^<]+)/
65
65
  number = $1.to_f
66
- result = @worksheet.convert_date_time(date_time)
66
+ result = @worksheet.__send__("convert_date_time", date_time)
67
67
  result = -1 if result.nil?
68
68
  assert(fit_cmp(number, result),
69
69
  "date_time: #{date_time}\n" +