writeexcel 0.6.6 → 0.6.7
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.
- data/.document +0 -0
- data/.gitattributes +0 -0
- data/README.rdoc +9 -35
- data/Rakefile +0 -0
- data/VERSION +1 -1
- data/charts/chartex.rb +0 -0
- data/charts/demo1.rb +0 -0
- data/charts/demo101.bin +0 -0
- data/charts/demo2.rb +0 -0
- data/charts/demo201.bin +0 -0
- data/charts/demo3.rb +0 -0
- data/charts/demo301.bin +0 -0
- data/charts/demo4.rb +0 -0
- data/charts/demo401.bin +0 -0
- data/charts/demo5.rb +0 -0
- data/charts/demo501.bin +0 -0
- data/examples/a_simple.rb +0 -0
- data/examples/autofilter.rb +0 -0
- data/examples/bigfile.rb +0 -0
- data/examples/chart_area.rb +0 -0
- data/examples/chart_bar.rb +0 -0
- data/examples/chart_column.rb +0 -0
- data/examples/chart_line.rb +0 -0
- data/examples/chart_pie.rb +0 -0
- data/examples/chart_scatter.rb +0 -0
- data/examples/chart_stock.rb +0 -0
- data/examples/chess.rb +0 -0
- data/examples/colors.rb +0 -0
- data/examples/comments1.rb +0 -0
- data/examples/comments2.rb +0 -0
- data/examples/copyformat.rb +0 -0
- data/examples/data_validate.rb +0 -0
- data/examples/date_time.rb +0 -0
- data/examples/defined_name.rb +0 -0
- data/examples/demo.rb +0 -0
- data/examples/diag_border.rb +0 -0
- data/examples/formats.rb +0 -0
- data/examples/formula_result.rb +0 -0
- data/examples/header.rb +0 -0
- data/examples/hide_sheet.rb +0 -0
- data/examples/hyperlink.rb +0 -0
- data/examples/images.rb +0 -0
- data/examples/indent.rb +0 -0
- data/examples/merge1.rb +0 -0
- data/examples/merge2.rb +0 -0
- data/examples/merge3.rb +0 -0
- data/examples/merge4.rb +0 -0
- data/examples/merge5.rb +0 -0
- data/examples/merge6.rb +0 -0
- data/examples/outline.rb +0 -0
- data/examples/outline_collapsed.rb +0 -0
- data/examples/panes.rb +0 -0
- data/examples/properties.rb +0 -0
- data/examples/properties_jp.rb +0 -0
- data/examples/protection.rb +0 -0
- data/examples/regions.rb +0 -0
- data/examples/repeat.rb +0 -0
- data/examples/republic.png +0 -0
- data/examples/right_to_left.rb +0 -0
- data/examples/row_wrap.rb +0 -0
- data/examples/set_first_sheet.rb +14 -0
- data/examples/stats.rb +0 -0
- data/examples/stocks.rb +0 -0
- data/examples/tab_colors.rb +0 -0
- data/examples/utf8.rb +0 -0
- data/examples/write_arrays.rb +0 -0
- data/html/en/doc_en.html +5941 -0
- data/html/images/a_simple.jpg +0 -0
- data/html/images/area1.jpg +0 -0
- data/html/images/bar1.jpg +0 -0
- data/html/images/chart_area.xls +0 -0
- data/html/images/column1.jpg +0 -0
- data/html/images/data_validation.jpg +0 -0
- data/html/images/line1.jpg +0 -0
- data/html/images/pie1.jpg +0 -0
- data/html/images/regions.jpg +0 -0
- data/html/images/scatter1.jpg +0 -0
- data/html/images/stats.jpg +0 -0
- data/html/images/stock1.jpg +0 -0
- data/html/images/stocks.jpg +0 -0
- data/html/index.html +16 -0
- data/html/style.css +433 -0
- data/lib/writeexcel/biffwriter.rb +5 -0
- data/lib/writeexcel/caller_info.rb +0 -0
- data/lib/writeexcel/chart.rb +8 -219
- data/lib/writeexcel/charts/area.rb +0 -0
- data/lib/writeexcel/charts/bar.rb +0 -0
- data/lib/writeexcel/charts/column.rb +0 -0
- data/lib/writeexcel/charts/external.rb +0 -0
- data/lib/writeexcel/charts/line.rb +0 -0
- data/lib/writeexcel/charts/pie.rb +0 -0
- data/lib/writeexcel/charts/scatter.rb +0 -0
- data/lib/writeexcel/charts/stock.rb +0 -0
- data/lib/writeexcel/colors.rb +4 -0
- data/lib/writeexcel/compatibility.rb +0 -0
- data/lib/writeexcel/debug_info.rb +0 -0
- data/lib/writeexcel/excelformula.y +0 -0
- data/lib/writeexcel/excelformulaparser.rb +0 -0
- data/lib/writeexcel/format.rb +2 -28
- data/lib/writeexcel/formula.rb +4 -70
- data/lib/writeexcel/helper.rb +0 -0
- data/lib/writeexcel/image.rb +158 -0
- data/lib/writeexcel/olewriter.rb +0 -0
- data/lib/writeexcel/properties.rb +0 -0
- data/lib/writeexcel/storage_lite.rb +0 -0
- data/lib/writeexcel/workbook.rb +434 -824
- data/lib/writeexcel/worksheet.rb +4194 -4718
- data/lib/writeexcel/write_file.rb +0 -0
- data/lib/writeexcel.rb +0 -0
- data/test/excelfile/Chart1.xls +0 -0
- data/test/excelfile/Chart2.xls +0 -0
- data/test/excelfile/Chart3.xls +0 -0
- data/test/excelfile/Chart4.xls +0 -0
- data/test/excelfile/Chart5.xls +0 -0
- data/test/helper.rb +0 -0
- data/test/perl_output/Chart1.xls.data +0 -0
- data/test/perl_output/Chart2.xls.data +0 -0
- data/test/perl_output/Chart3.xls.data +0 -0
- data/test/perl_output/Chart4.xls.data +0 -0
- data/test/perl_output/Chart5.xls.data +0 -0
- data/test/perl_output/README +0 -0
- data/test/perl_output/a_simple.xls +0 -0
- data/test/perl_output/autofilter.xls +0 -0
- data/test/perl_output/biff_add_continue_testdata +0 -0
- data/test/perl_output/chart_area.xls +0 -0
- data/test/perl_output/chart_bar.xls +0 -0
- data/test/perl_output/chart_column.xls +0 -0
- data/test/perl_output/chart_line.xls +0 -0
- data/test/perl_output/chess.xls +0 -0
- data/test/perl_output/colors.xls +0 -0
- data/test/perl_output/comments1.xls +0 -0
- data/test/perl_output/comments2.xls +0 -0
- data/test/perl_output/data_validate.xls +0 -0
- data/test/perl_output/date_time.xls +0 -0
- data/test/perl_output/defined_name.xls +0 -0
- data/test/perl_output/demo.xls +0 -0
- data/test/perl_output/demo101.bin +0 -0
- data/test/perl_output/demo201.bin +0 -0
- data/test/perl_output/demo301.bin +0 -0
- data/test/perl_output/demo401.bin +0 -0
- data/test/perl_output/demo501.bin +0 -0
- data/test/perl_output/diag_border.xls +0 -0
- data/test/perl_output/f_font_biff +0 -0
- data/test/perl_output/f_font_key +0 -0
- data/test/perl_output/f_xf_biff +0 -0
- data/test/perl_output/file_font_biff +0 -0
- data/test/perl_output/file_font_key +0 -0
- data/test/perl_output/file_xf_biff +0 -0
- data/test/perl_output/formula_result.xls +0 -0
- data/test/perl_output/headers.xls +0 -0
- data/test/perl_output/hidden.xls +0 -0
- data/test/perl_output/hide_zero.xls +0 -0
- data/test/perl_output/hyperlink.xls +0 -0
- data/test/perl_output/images.xls +0 -0
- data/test/perl_output/indent.xls +0 -0
- data/test/perl_output/merge1.xls +0 -0
- data/test/perl_output/merge2.xls +0 -0
- data/test/perl_output/merge3.xls +0 -0
- data/test/perl_output/merge4.xls +0 -0
- data/test/perl_output/merge5.xls +0 -0
- data/test/perl_output/merge6.xls +0 -0
- data/test/perl_output/ole_write_header +0 -0
- data/test/perl_output/outline.xls +0 -0
- data/test/perl_output/outline_collapsed.xls +0 -0
- data/test/perl_output/panes.xls +0 -0
- data/test/perl_output/protection.xls +0 -0
- data/test/perl_output/regions.xls +0 -0
- data/test/perl_output/right_to_left.xls +0 -0
- data/test/perl_output/set_first_sheet.xls +0 -0
- data/test/perl_output/stats.xls +0 -0
- data/test/perl_output/stocks.xls +0 -0
- data/test/perl_output/tab_colors.xls +0 -0
- data/test/perl_output/unicode_cyrillic.xls +0 -0
- data/test/perl_output/utf8.xls +0 -0
- data/test/perl_output/workbook1.xls +0 -0
- data/test/perl_output/workbook2.xls +0 -0
- data/test/perl_output/ws_colinfo +0 -0
- data/test/perl_output/ws_store_colinfo +0 -0
- data/test/perl_output/ws_store_dimensions +0 -0
- data/test/perl_output/ws_store_filtermode +0 -0
- data/test/perl_output/ws_store_filtermode_off +0 -0
- data/test/perl_output/ws_store_filtermode_on +0 -0
- data/test/perl_output/ws_store_selection +0 -0
- data/test/perl_output/ws_store_window2 +0 -0
- data/test/republic.png +0 -0
- data/test/test_00_IEEE_double.rb +0 -0
- data/test/test_01_add_worksheet.rb +0 -0
- data/test/test_02_merge_formats.rb +0 -0
- data/test/test_04_dimensions.rb +27 -27
- data/test/test_05_rows.rb +0 -0
- data/test/test_06_extsst.rb +1 -1
- data/test/test_11_date_time.rb +3 -3
- data/test/test_12_date_only.rb +7 -14
- data/test/test_13_date_seconds.rb +5 -5
- data/test/test_21_escher.rb +138 -138
- data/test/test_22_mso_drawing_group.rb +0 -0
- data/test/test_23_note.rb +4 -4
- data/test/test_24_txo.rb +3 -3
- data/test/test_25_position_object.rb +1 -1
- data/test/test_26_autofilter.rb +3 -3
- data/test/test_27_autofilter.rb +1 -1
- data/test/test_28_autofilter.rb +2 -2
- data/test/test_29_process_jpg.rb +16 -29
- data/test/test_30_validation_dval.rb +3 -3
- data/test/test_31_validation_dv_strings.rb +6 -6
- data/test/test_32_validation_dv_formula.rb +12 -12
- data/test/test_40_property_types.rb +0 -0
- data/test/test_41_properties.rb +0 -0
- data/test/test_42_set_properties.rb +0 -0
- data/test/test_50_name_stored.rb +8 -8
- data/test/test_51_name_print_area.rb +18 -18
- data/test/test_52_name_print_titles.rb +27 -27
- data/test/test_53_autofilter.rb +6 -6
- data/test/test_60_chart_generic.rb +1 -1
- data/test/test_61_chart_subclasses.rb +7 -14
- data/test/test_62_chart_formats.rb +0 -0
- data/test/test_63_chart_area_formats.rb +0 -0
- data/test/test_biff.rb +0 -0
- data/test/test_compatibility.rb +0 -0
- data/test/test_example_match.rb +31 -0
- data/test/test_format.rb +0 -0
- data/test/test_formula.rb +0 -0
- data/test/test_ole.rb +0 -0
- data/test/test_storage_lite.rb +0 -0
- data/test/test_workbook.rb +6 -0
- data/test/test_worksheet.rb +5 -5
- data/utils/add_magic_comment.rb +0 -0
- data/writeexcel.gemspec +263 -243
- data/writeexcel.rdoc +3 -3
- metadata +42 -39
metadata
CHANGED
|
@@ -1,33 +1,26 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: writeexcel
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.6.7
|
|
5
5
|
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 6
|
|
9
|
-
- 6
|
|
10
|
-
version: 0.6.6
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- Hideo NAKAMURA
|
|
14
9
|
autorequire:
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
date: 2011-06-08 00:00:00 +09:00
|
|
12
|
+
date: 2011-07-03 00:00:00.000000000 +09:00
|
|
19
13
|
default_executable:
|
|
20
14
|
dependencies: []
|
|
21
|
-
|
|
22
|
-
|
|
15
|
+
description: Multiple worksheets can be added to a workbook and formatting can be
|
|
16
|
+
applied to cells. Text, numbers, formulas, hyperlinks and images can be written
|
|
17
|
+
to the cells.
|
|
23
18
|
email: cxn03651@msj.biglobe.ne.jp
|
|
24
19
|
executables: []
|
|
25
|
-
|
|
26
20
|
extensions: []
|
|
27
|
-
|
|
28
|
-
extra_rdoc_files:
|
|
21
|
+
extra_rdoc_files:
|
|
29
22
|
- README.rdoc
|
|
30
|
-
files:
|
|
23
|
+
files:
|
|
31
24
|
- .document
|
|
32
25
|
- .gitattributes
|
|
33
26
|
- README.rdoc
|
|
@@ -88,11 +81,28 @@ files:
|
|
|
88
81
|
- examples/republic.png
|
|
89
82
|
- examples/right_to_left.rb
|
|
90
83
|
- examples/row_wrap.rb
|
|
84
|
+
- examples/set_first_sheet.rb
|
|
91
85
|
- examples/stats.rb
|
|
92
86
|
- examples/stocks.rb
|
|
93
87
|
- examples/tab_colors.rb
|
|
94
88
|
- examples/utf8.rb
|
|
95
89
|
- examples/write_arrays.rb
|
|
90
|
+
- html/en/doc_en.html
|
|
91
|
+
- html/images/a_simple.jpg
|
|
92
|
+
- html/images/area1.jpg
|
|
93
|
+
- html/images/bar1.jpg
|
|
94
|
+
- html/images/chart_area.xls
|
|
95
|
+
- html/images/column1.jpg
|
|
96
|
+
- html/images/data_validation.jpg
|
|
97
|
+
- html/images/line1.jpg
|
|
98
|
+
- html/images/pie1.jpg
|
|
99
|
+
- html/images/regions.jpg
|
|
100
|
+
- html/images/scatter1.jpg
|
|
101
|
+
- html/images/stats.jpg
|
|
102
|
+
- html/images/stock1.jpg
|
|
103
|
+
- html/images/stocks.jpg
|
|
104
|
+
- html/index.html
|
|
105
|
+
- html/style.css
|
|
96
106
|
- lib/writeexcel.rb
|
|
97
107
|
- lib/writeexcel/biffwriter.rb
|
|
98
108
|
- lib/writeexcel/caller_info.rb
|
|
@@ -113,6 +123,7 @@ files:
|
|
|
113
123
|
- lib/writeexcel/format.rb
|
|
114
124
|
- lib/writeexcel/formula.rb
|
|
115
125
|
- lib/writeexcel/helper.rb
|
|
126
|
+
- lib/writeexcel/image.rb
|
|
116
127
|
- lib/writeexcel/olewriter.rb
|
|
117
128
|
- lib/writeexcel/properties.rb
|
|
118
129
|
- lib/writeexcel/storage_lite.rb
|
|
@@ -161,6 +172,7 @@ files:
|
|
|
161
172
|
- test/perl_output/formula_result.xls
|
|
162
173
|
- test/perl_output/headers.xls
|
|
163
174
|
- test/perl_output/hidden.xls
|
|
175
|
+
- test/perl_output/hide_zero.xls
|
|
164
176
|
- test/perl_output/hyperlink.xls
|
|
165
177
|
- test/perl_output/images.xls
|
|
166
178
|
- test/perl_output/indent.xls
|
|
@@ -177,6 +189,7 @@ files:
|
|
|
177
189
|
- test/perl_output/protection.xls
|
|
178
190
|
- test/perl_output/regions.xls
|
|
179
191
|
- test/perl_output/right_to_left.xls
|
|
192
|
+
- test/perl_output/set_first_sheet.xls
|
|
180
193
|
- test/perl_output/stats.xls
|
|
181
194
|
- test/perl_output/stocks.xls
|
|
182
195
|
- test/perl_output/tab_colors.xls
|
|
@@ -240,36 +253,26 @@ files:
|
|
|
240
253
|
has_rdoc: true
|
|
241
254
|
homepage: http://wiki.github.com/cxn03651/writeexcel/
|
|
242
255
|
licenses: []
|
|
243
|
-
|
|
244
256
|
post_install_message:
|
|
245
257
|
rdoc_options: []
|
|
246
|
-
|
|
247
|
-
require_paths:
|
|
258
|
+
require_paths:
|
|
248
259
|
- lib
|
|
249
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
260
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
250
261
|
none: false
|
|
251
|
-
requirements:
|
|
252
|
-
- -
|
|
253
|
-
- !ruby/object:Gem::Version
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
- 0
|
|
257
|
-
version: "0"
|
|
258
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
262
|
+
requirements:
|
|
263
|
+
- - ! '>='
|
|
264
|
+
- !ruby/object:Gem::Version
|
|
265
|
+
version: '0'
|
|
266
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
259
267
|
none: false
|
|
260
|
-
requirements:
|
|
261
|
-
- -
|
|
262
|
-
- !ruby/object:Gem::Version
|
|
263
|
-
|
|
264
|
-
segments:
|
|
265
|
-
- 0
|
|
266
|
-
version: "0"
|
|
268
|
+
requirements:
|
|
269
|
+
- - ! '>='
|
|
270
|
+
- !ruby/object:Gem::Version
|
|
271
|
+
version: '0'
|
|
267
272
|
requirements: []
|
|
268
|
-
|
|
269
273
|
rubyforge_project:
|
|
270
|
-
rubygems_version: 1.
|
|
274
|
+
rubygems_version: 1.6.2
|
|
271
275
|
signing_key:
|
|
272
276
|
specification_version: 3
|
|
273
277
|
summary: Write to a cross-platform Excel binary file.
|
|
274
278
|
test_files: []
|
|
275
|
-
|