writeexcel 0.6.10 → 0.6.11
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 +3 -0
- 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/password_protection.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 +0 -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 +0 -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 +0 -0
- data/html/style.css +0 -0
- data/lib/writeexcel/biffwriter.rb +0 -0
- data/lib/writeexcel/caller_info.rb +0 -0
- data/lib/writeexcel/cell_range.rb +0 -0
- data/lib/writeexcel/chart.rb +0 -0
- 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/col_info.rb +0 -0
- data/lib/writeexcel/colors.rb +0 -0
- data/lib/writeexcel/comments.rb +6 -2
- data/lib/writeexcel/compatibility.rb +0 -6
- data/lib/writeexcel/convert_date_time.rb +0 -0
- data/lib/writeexcel/data_validations.rb +0 -0
- data/lib/writeexcel/debug_info.rb +0 -0
- data/lib/writeexcel/embedded_chart.rb +0 -0
- data/lib/writeexcel/excelformula.y +0 -0
- data/lib/writeexcel/excelformulaparser.rb +0 -0
- data/lib/writeexcel/format.rb +0 -0
- data/lib/writeexcel/formula.rb +0 -0
- data/lib/writeexcel/helper.rb +0 -0
- data/lib/writeexcel/image.rb +1 -1
- data/lib/writeexcel/olewriter.rb +0 -0
- data/lib/writeexcel/outline.rb +0 -0
- data/lib/writeexcel/properties.rb +0 -0
- data/lib/writeexcel/shared_string_table.rb +0 -0
- data/lib/writeexcel/storage_lite.rb +0 -0
- data/lib/writeexcel/workbook.rb +0 -0
- data/lib/writeexcel/worksheet.rb +0 -0
- data/lib/writeexcel/worksheets.rb +0 -0
- 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/comments0.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/password_protection.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 +0 -0
- data/test/test_05_rows.rb +0 -0
- data/test/test_06_extsst.rb +0 -0
- data/test/test_11_date_time.rb +0 -0
- data/test/test_12_date_only.rb +0 -0
- data/test/test_13_date_seconds.rb +0 -0
- data/test/test_21_escher.rb +0 -0
- data/test/test_22_mso_drawing_group.rb +0 -0
- data/test/test_23_note.rb +0 -0
- data/test/test_24_txo.rb +0 -0
- data/test/test_25_position_object.rb +0 -0
- data/test/test_26_autofilter.rb +0 -0
- data/test/test_27_autofilter.rb +0 -0
- data/test/test_28_autofilter.rb +0 -0
- data/test/test_29_process_jpg.rb +0 -0
- data/test/test_30_validation_dval.rb +0 -0
- data/test/test_31_validation_dv_strings.rb +0 -0
- data/test/test_32_validation_dv_formula.rb +0 -0
- 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 +0 -0
- data/test/test_51_name_print_area.rb +0 -0
- data/test/test_52_name_print_titles.rb +0 -0
- data/test/test_53_autofilter.rb +0 -0
- data/test/test_60_chart_generic.rb +0 -0
- data/test/test_61_chart_subclasses.rb +0 -0
- 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_big_workbook.rb +0 -0
- data/test/test_compatibility.rb +0 -0
- data/test/test_example_match.rb +20 -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 +0 -0
- data/test/test_worksheet.rb +0 -0
- data/utils/add_magic_comment.rb +0 -0
- data/writeexcel.gemspec +276 -275
- data/writeexcel.rdoc +0 -0
- metadata +40 -24
data/.document
CHANGED
|
File without changes
|
data/.gitattributes
CHANGED
|
File without changes
|
data/README.rdoc
CHANGED
|
@@ -76,6 +76,9 @@ You must save source file in UTF8 and run ruby with -Ku option or set $KCODE='u'
|
|
|
76
76
|
when use urf8 string data.
|
|
77
77
|
|
|
78
78
|
== Recent Changes
|
|
79
|
+
v0.6.11
|
|
80
|
+
* Bug fix issue 15. Worksheet#write_comment on the same row overwrite other comments.
|
|
81
|
+
|
|
79
82
|
v0.6.10
|
|
80
83
|
* Bug fix. method missing split_string_setup() in shared_string_table.rb. see https://github.com/cxn03651/writeexcel/pull/13
|
|
81
84
|
|
data/Rakefile
CHANGED
|
File without changes
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.11
|
data/charts/chartex.rb
CHANGED
|
File without changes
|
data/charts/demo1.rb
CHANGED
|
File without changes
|
data/charts/demo101.bin
CHANGED
|
File without changes
|
data/charts/demo2.rb
CHANGED
|
File without changes
|
data/charts/demo201.bin
CHANGED
|
File without changes
|
data/charts/demo3.rb
CHANGED
|
File without changes
|
data/charts/demo301.bin
CHANGED
|
File without changes
|
data/charts/demo4.rb
CHANGED
|
File without changes
|
data/charts/demo401.bin
CHANGED
|
File without changes
|
data/charts/demo5.rb
CHANGED
|
File without changes
|
data/charts/demo501.bin
CHANGED
|
File without changes
|
data/examples/a_simple.rb
CHANGED
|
File without changes
|
data/examples/autofilter.rb
CHANGED
|
File without changes
|
data/examples/bigfile.rb
CHANGED
|
File without changes
|
data/examples/chart_area.rb
CHANGED
|
File without changes
|
data/examples/chart_bar.rb
CHANGED
|
File without changes
|
data/examples/chart_column.rb
CHANGED
|
File without changes
|
data/examples/chart_line.rb
CHANGED
|
File without changes
|
data/examples/chart_pie.rb
CHANGED
|
File without changes
|
data/examples/chart_scatter.rb
CHANGED
|
File without changes
|
data/examples/chart_stock.rb
CHANGED
|
File without changes
|
data/examples/chess.rb
CHANGED
|
File without changes
|
data/examples/colors.rb
CHANGED
|
File without changes
|
data/examples/comments1.rb
CHANGED
|
File without changes
|
data/examples/comments2.rb
CHANGED
|
File without changes
|
data/examples/copyformat.rb
CHANGED
|
File without changes
|
data/examples/data_validate.rb
CHANGED
|
File without changes
|
data/examples/date_time.rb
CHANGED
|
File without changes
|
data/examples/defined_name.rb
CHANGED
|
File without changes
|
data/examples/demo.rb
CHANGED
|
File without changes
|
data/examples/diag_border.rb
CHANGED
|
File without changes
|
data/examples/formats.rb
CHANGED
|
File without changes
|
data/examples/formula_result.rb
CHANGED
|
File without changes
|
data/examples/header.rb
CHANGED
|
File without changes
|
data/examples/hide_sheet.rb
CHANGED
|
File without changes
|
data/examples/hyperlink.rb
CHANGED
|
File without changes
|
data/examples/images.rb
CHANGED
|
File without changes
|
data/examples/indent.rb
CHANGED
|
File without changes
|
data/examples/merge1.rb
CHANGED
|
File without changes
|
data/examples/merge2.rb
CHANGED
|
File without changes
|
data/examples/merge3.rb
CHANGED
|
File without changes
|
data/examples/merge4.rb
CHANGED
|
File without changes
|
data/examples/merge5.rb
CHANGED
|
File without changes
|
data/examples/merge6.rb
CHANGED
|
File without changes
|
data/examples/outline.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/examples/panes.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/examples/properties.rb
CHANGED
|
File without changes
|
data/examples/properties_jp.rb
CHANGED
|
File without changes
|
data/examples/protection.rb
CHANGED
|
File without changes
|
data/examples/regions.rb
CHANGED
|
File without changes
|
data/examples/repeat.rb
CHANGED
|
File without changes
|
data/examples/republic.png
CHANGED
|
File without changes
|
data/examples/right_to_left.rb
CHANGED
|
File without changes
|
data/examples/row_wrap.rb
CHANGED
|
File without changes
|
data/examples/set_first_sheet.rb
CHANGED
|
File without changes
|
data/examples/stats.rb
CHANGED
|
File without changes
|
data/examples/stocks.rb
CHANGED
|
File without changes
|
data/examples/tab_colors.rb
CHANGED
|
File without changes
|
data/examples/utf8.rb
CHANGED
|
File without changes
|
data/examples/write_arrays.rb
CHANGED
|
File without changes
|
data/html/en/doc_en.html
CHANGED
|
File without changes
|
data/html/images/a_simple.jpg
CHANGED
|
File without changes
|
data/html/images/area1.jpg
CHANGED
|
File without changes
|
data/html/images/bar1.jpg
CHANGED
|
File without changes
|
data/html/images/chart_area.xls
CHANGED
|
File without changes
|
data/html/images/column1.jpg
CHANGED
|
File without changes
|
|
File without changes
|
data/html/images/line1.jpg
CHANGED
|
File without changes
|
data/html/images/pie1.jpg
CHANGED
|
File without changes
|
data/html/images/regions.jpg
CHANGED
|
File without changes
|
data/html/images/scatter1.jpg
CHANGED
|
File without changes
|
data/html/images/stats.jpg
CHANGED
|
File without changes
|
data/html/images/stock1.jpg
CHANGED
|
File without changes
|
data/html/images/stocks.jpg
CHANGED
|
File without changes
|
data/html/index.html
CHANGED
|
File without changes
|
data/html/style.css
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/writeexcel/chart.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
|
data/lib/writeexcel/col_info.rb
CHANGED
|
File without changes
|
data/lib/writeexcel/colors.rb
CHANGED
|
File without changes
|
data/lib/writeexcel/comments.rb
CHANGED
|
@@ -9,7 +9,11 @@ class Worksheet < BIFFWriter
|
|
|
9
9
|
end
|
|
10
10
|
|
|
11
11
|
def <<(item)
|
|
12
|
-
@items[item.row]
|
|
12
|
+
if @items[item.row]
|
|
13
|
+
@items[item.row][item.col] = item
|
|
14
|
+
else
|
|
15
|
+
@items[item.row] = { item.col => item }
|
|
16
|
+
end
|
|
13
17
|
end
|
|
14
18
|
|
|
15
19
|
def array
|
|
@@ -109,7 +113,7 @@ class Worksheet < BIFFWriter
|
|
|
109
113
|
ruby_19 { comment_author.force_encoding('BINARY') + "\0".force_encoding('BINARY') }
|
|
110
114
|
|
|
111
115
|
# Pack the record.
|
|
112
|
-
data = [row, col, comment_visible, obj_id, num_chars, comment_author_enc].pack("vvvvvC")
|
|
116
|
+
data = [@row, @col, comment_visible, obj_id, num_chars, comment_author_enc].pack("vvvvvC")
|
|
113
117
|
|
|
114
118
|
length = data.bytesize + comment_author.bytesize
|
|
115
119
|
header = [record, length].pack("vv")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/writeexcel/format.rb
CHANGED
|
File without changes
|
data/lib/writeexcel/formula.rb
CHANGED
|
File without changes
|
data/lib/writeexcel/helper.rb
CHANGED
|
File without changes
|
data/lib/writeexcel/image.rb
CHANGED
|
@@ -204,7 +204,7 @@ module Writeexcel
|
|
|
204
204
|
end
|
|
205
205
|
|
|
206
206
|
def images_child_msodrawing_record(spid, image_id, vertices)
|
|
207
|
-
data = @worksheet.store_mso_sp_container(76) + store_mso_sp(75, spid, 0x0A00)
|
|
207
|
+
data = @worksheet.store_mso_sp_container(76) + @worksheet.store_mso_sp(75, spid, 0x0A00)
|
|
208
208
|
spid = spid + 1
|
|
209
209
|
data += @worksheet.store_mso_opt_image(image_id) +
|
|
210
210
|
@worksheet.store_mso_client_anchor(2, *vertices) +
|
data/lib/writeexcel/olewriter.rb
CHANGED
|
File without changes
|
data/lib/writeexcel/outline.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/writeexcel/workbook.rb
CHANGED
|
File without changes
|
data/lib/writeexcel/worksheet.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/writeexcel.rb
CHANGED
|
File without changes
|
data/test/excelfile/Chart1.xls
CHANGED
|
File without changes
|
data/test/excelfile/Chart2.xls
CHANGED
|
File without changes
|
data/test/excelfile/Chart3.xls
CHANGED
|
File without changes
|
data/test/excelfile/Chart4.xls
CHANGED
|
File without changes
|
data/test/excelfile/Chart5.xls
CHANGED
|
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
|
data/test/perl_output/README
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
|
data/test/perl_output/chess.xls
CHANGED
|
File without changes
|
data/test/perl_output/colors.xls
CHANGED
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/perl_output/demo.xls
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
|
data/test/perl_output/f_font_key
CHANGED
|
File without changes
|
data/test/perl_output/f_xf_biff
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/perl_output/hidden.xls
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/perl_output/images.xls
CHANGED
|
File without changes
|
data/test/perl_output/indent.xls
CHANGED
|
File without changes
|
data/test/perl_output/merge1.xls
CHANGED
|
File without changes
|
data/test/perl_output/merge2.xls
CHANGED
|
File without changes
|
data/test/perl_output/merge3.xls
CHANGED
|
File without changes
|
data/test/perl_output/merge4.xls
CHANGED
|
File without changes
|
data/test/perl_output/merge5.xls
CHANGED
|
File without changes
|
data/test/perl_output/merge6.xls
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/perl_output/panes.xls
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/perl_output/stats.xls
CHANGED
|
File without changes
|
data/test/perl_output/stocks.xls
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/perl_output/utf8.xls
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/perl_output/ws_colinfo
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
|
data/test/republic.png
CHANGED
|
File without changes
|
data/test/test_00_IEEE_double.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/test_04_dimensions.rb
CHANGED
|
File without changes
|
data/test/test_05_rows.rb
CHANGED
|
File without changes
|
data/test/test_06_extsst.rb
CHANGED
|
File without changes
|
data/test/test_11_date_time.rb
CHANGED
|
File without changes
|
data/test/test_12_date_only.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/test/test_21_escher.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/test/test_23_note.rb
CHANGED
|
File without changes
|
data/test/test_24_txo.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/test/test_26_autofilter.rb
CHANGED
|
File without changes
|
data/test/test_27_autofilter.rb
CHANGED
|
File without changes
|
data/test/test_28_autofilter.rb
CHANGED
|
File without changes
|
data/test/test_29_process_jpg.rb
CHANGED
|
File without changes
|