write_xlsx 0.90.0 → 0.97.0
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/Changes +37 -0
- data/README.md +1 -1
- data/examples/a_simple.rb +1 -6
- data/examples/conditional_format.rb +73 -46
- data/examples/demo.rb +1 -7
- data/examples/hyperlink1.rb +4 -11
- data/lib/write_xlsx/chart.rb +81 -205
- data/lib/write_xlsx/chart/axis.rb +2 -2
- data/lib/write_xlsx/chart/caption.rb +3 -1
- data/lib/write_xlsx/chart/pie.rb +2 -0
- data/lib/write_xlsx/chart/series.rb +11 -7
- data/lib/write_xlsx/format.rb +15 -11
- data/lib/write_xlsx/package/conditional_format.rb +351 -38
- data/lib/write_xlsx/package/content_types.rb +10 -0
- data/lib/write_xlsx/package/custom.rb +125 -0
- data/lib/write_xlsx/package/packager.rb +26 -0
- data/lib/write_xlsx/package/styles.rb +53 -21
- data/lib/write_xlsx/package/table.rb +11 -4
- data/lib/write_xlsx/utility.rb +234 -34
- data/lib/write_xlsx/version.rb +1 -1
- data/lib/write_xlsx/workbook.rb +88 -1
- data/lib/write_xlsx/worksheet.rb +247 -23
- data/test/helper.rb +6 -1
- data/test/regression/_test_hyperlink31.rb +26 -0
- data/test/regression/images/zero_dpi.jpg +0 -0
- data/test/regression/test_chart_bar08.rb +3 -0
- data/test/regression/test_chart_bar11.rb +3 -0
- data/test/regression/test_chart_bar14.rb +3 -0
- data/test/regression/test_chart_chartarea05.rb +16 -17
- data/test/regression/test_chart_chartarea06.rb +49 -0
- data/test/regression/test_chart_data_labels25.rb +61 -0
- data/test/regression/test_chart_format26.rb +48 -0
- data/test/regression/test_chart_format27.rb +58 -0
- data/test/regression/test_chart_format28.rb +52 -0
- data/test/regression/test_chart_format29.rb +59 -0
- data/test/regression/test_chart_format30.rb +53 -0
- data/test/regression/test_chart_format31.rb +60 -0
- data/test/regression/test_chart_table03.rb +56 -0
- data/test/regression/test_cond_format14.rb +42 -0
- data/test/regression/test_cond_format15.rb +53 -0
- data/test/regression/test_cond_format16.rb +53 -0
- data/test/regression/test_cond_format17.rb +37 -0
- data/test/regression/test_cond_format18.rb +136 -0
- data/test/regression/test_date_1904_01.rb +1 -1
- data/test/regression/test_escapes04.rb +3 -0
- data/test/regression/test_escapes05.rb +3 -0
- data/test/regression/test_escapes07.rb +3 -0
- data/test/regression/test_escapes08.rb +3 -0
- data/test/regression/test_hyperlink01.rb +3 -0
- data/test/regression/test_hyperlink02.rb +3 -0
- data/test/regression/test_hyperlink03.rb +4 -0
- data/test/regression/test_hyperlink04.rb +3 -0
- data/test/regression/test_hyperlink05.rb +3 -0
- data/test/regression/test_hyperlink06.rb +3 -0
- data/test/regression/test_hyperlink07.rb +3 -0
- data/test/regression/test_hyperlink08.rb +3 -0
- data/test/regression/test_hyperlink09.rb +3 -0
- data/test/regression/test_hyperlink10.rb +3 -0
- data/test/regression/test_hyperlink11.rb +3 -0
- data/test/regression/test_hyperlink12.rb +3 -0
- data/test/regression/test_hyperlink13.rb +3 -0
- data/test/regression/test_hyperlink14.rb +3 -0
- data/test/regression/test_hyperlink15.rb +3 -0
- data/test/regression/test_hyperlink16.rb +3 -0
- data/test/regression/test_hyperlink17.rb +3 -0
- data/test/regression/test_hyperlink18.rb +3 -0
- data/test/regression/test_hyperlink20.rb +3 -0
- data/test/regression/test_hyperlink21.rb +3 -0
- data/test/regression/test_hyperlink22.rb +3 -0
- data/test/regression/test_hyperlink23.rb +3 -0
- data/test/regression/test_hyperlink24.rb +3 -0
- data/test/regression/test_hyperlink25.rb +3 -0
- data/test/regression/test_hyperlink26.rb +3 -0
- data/test/regression/test_hyperlink27.rb +3 -0
- data/test/regression/test_hyperlink28.rb +50 -0
- data/test/regression/test_hyperlink29.rb +27 -0
- data/test/regression/test_hyperlink30.rb +36 -0
- data/test/regression/test_image35.rb +26 -0
- data/test/regression/test_properties01.rb +1 -4
- data/test/regression/test_properties02.rb +1 -4
- data/test/regression/test_properties03.rb +26 -0
- data/test/regression/test_properties04.rb +61 -0
- data/test/regression/test_properties05.rb +30 -0
- data/test/regression/test_table03.rb +3 -0
- data/test/regression/test_table04.rb +3 -0
- data/test/regression/test_table05.rb +3 -0
- data/test/regression/test_table06.rb +3 -0
- data/test/regression/test_table20.rb +34 -0
- data/test/regression/test_table21.rb +36 -0
- data/test/regression/test_table22.rb +32 -0
- data/test/regression/xlsx_files/chart_chartarea05.xlsx +0 -0
- data/test/regression/xlsx_files/chart_chartarea06.xlsx +0 -0
- data/test/regression/xlsx_files/chart_data_labels25.xlsx +0 -0
- data/test/regression/xlsx_files/chart_format26.xlsx +0 -0
- data/test/regression/xlsx_files/chart_format27.xlsx +0 -0
- data/test/regression/xlsx_files/chart_format28.xlsx +0 -0
- data/test/regression/xlsx_files/chart_format29.xlsx +0 -0
- data/test/regression/xlsx_files/chart_format30.xlsx +0 -0
- data/test/regression/xlsx_files/chart_format31.xlsx +0 -0
- data/test/regression/xlsx_files/chart_table03.xlsx +0 -0
- data/test/regression/xlsx_files/cond_format14.xlsx +0 -0
- data/test/regression/xlsx_files/cond_format15.xlsx +0 -0
- data/test/regression/xlsx_files/cond_format16.xlsx +0 -0
- data/test/regression/xlsx_files/cond_format17.xlsx +0 -0
- data/test/regression/xlsx_files/cond_format18.xlsx +0 -0
- data/test/regression/xlsx_files/date_1904_01.xlsx +0 -0
- data/test/regression/xlsx_files/hyperlink28.xlsx +0 -0
- data/test/regression/xlsx_files/hyperlink29.xlsx +0 -0
- data/test/regression/xlsx_files/hyperlink30.xlsx +0 -0
- data/test/regression/xlsx_files/hyperlink31.xlsx +0 -0
- data/test/regression/xlsx_files/image35.xlsx +0 -0
- data/test/regression/xlsx_files/properties03.xlsx +0 -0
- data/test/regression/xlsx_files/properties04.xlsx +0 -0
- data/test/regression/xlsx_files/properties05.xlsx +0 -0
- data/test/regression/xlsx_files/table21.xlsx +0 -0
- data/test/regression/xlsx_files/table22.xlsx +0 -0
- data/test/workbook/test_write_workbook_view.rb +81 -0
- data/test/worksheet/test_cond_format_22.rb +266 -0
- data/test/worksheet/test_cond_format_23.rb +242 -0
- data/test/worksheet/test_cond_format_24.rb +303 -0
- data/test/worksheet/test_data_bar_01.rb +53 -0
- data/test/worksheet/test_data_bar_02.rb +79 -0
- data/test/worksheet/test_data_bar_03.rb +147 -0
- data/test/worksheet/test_data_bar_04.rb +145 -0
- data/test/worksheet/test_data_bar_05.rb +147 -0
- data/test/worksheet/test_data_bar_06.rb +145 -0
- data/test/worksheet/test_data_bar_07.rb +146 -0
- data/test/worksheet/test_data_bar_08.rb +54 -0
- data/test/worksheet/test_data_bar_09.rb +80 -0
- data/test/worksheet/test_data_bar_10.rb +165 -0
- data/test/worksheet/test_data_bar_11.rb +167 -0
- data/test/worksheet/test_data_bar_12.rb +104 -0
- data/test/worksheet/test_write_data_validation_02.rb +27 -0
- metadata +135 -2
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
require 'helper'
|
|
3
|
+
|
|
4
|
+
class TestWorksheetDataBar12 < Minitest::Test
|
|
5
|
+
def setup
|
|
6
|
+
@workbook = WriteXLSX.new(StringIO.new)
|
|
7
|
+
@worksheet = @workbook.add_worksheet('Sheet1')
|
|
8
|
+
end
|
|
9
|
+
|
|
10
|
+
###############################################################################
|
|
11
|
+
#
|
|
12
|
+
# Tests for WriteXLSX::Worksheet methods.
|
|
13
|
+
#
|
|
14
|
+
#
|
|
15
|
+
def test_data_bar_12
|
|
16
|
+
@worksheet.select
|
|
17
|
+
@worksheet.instance_variable_set(:@index, 0)
|
|
18
|
+
|
|
19
|
+
@worksheet.conditional_formatting(
|
|
20
|
+
'A1',
|
|
21
|
+
:type => 'data_bar',
|
|
22
|
+
:data_bar_2010 => 1
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
@worksheet.add_sparkline(
|
|
26
|
+
:location => 'A2',
|
|
27
|
+
:range => 'Sheet1!B2'
|
|
28
|
+
)
|
|
29
|
+
|
|
30
|
+
@worksheet.assemble_xml_file
|
|
31
|
+
result = got_to_array(@worksheet.instance_variable_get(:@writer).string)
|
|
32
|
+
|
|
33
|
+
expected = expected_to_array(expected_xml)
|
|
34
|
+
assert_equal(expected, result)
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
def expected_xml
|
|
38
|
+
<<EOS
|
|
39
|
+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
40
|
+
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:x14ac="http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac" mc:Ignorable="x14ac">
|
|
41
|
+
<dimension ref="A1"/>
|
|
42
|
+
<sheetViews>
|
|
43
|
+
<sheetView tabSelected="1" workbookViewId="0"/>
|
|
44
|
+
</sheetViews>
|
|
45
|
+
<sheetFormatPr defaultRowHeight="15" x14ac:dyDescent="0.25"/>
|
|
46
|
+
<sheetData/>
|
|
47
|
+
<conditionalFormatting sqref="A1">
|
|
48
|
+
<cfRule type="dataBar" priority="1">
|
|
49
|
+
<dataBar>
|
|
50
|
+
<cfvo type="min"/>
|
|
51
|
+
<cfvo type="max"/>
|
|
52
|
+
<color rgb="FF638EC6"/>
|
|
53
|
+
</dataBar>
|
|
54
|
+
<extLst>
|
|
55
|
+
<ext xmlns:x14="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main" uri="{B025F937-C7B1-47D3-B67F-A62EFF666E3E}">
|
|
56
|
+
<x14:id>{DA7ABA51-AAAA-BBBB-0001-000000000001}</x14:id>
|
|
57
|
+
</ext>
|
|
58
|
+
</extLst>
|
|
59
|
+
</cfRule>
|
|
60
|
+
</conditionalFormatting>
|
|
61
|
+
<pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/>
|
|
62
|
+
<extLst>
|
|
63
|
+
<ext xmlns:x14="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main" uri="{78C0D931-6437-407d-A8EE-F0AAD7539E65}">
|
|
64
|
+
<x14:conditionalFormattings>
|
|
65
|
+
<x14:conditionalFormatting xmlns:xm="http://schemas.microsoft.com/office/excel/2006/main">
|
|
66
|
+
<x14:cfRule type="dataBar" id="{DA7ABA51-AAAA-BBBB-0001-000000000001}">
|
|
67
|
+
<x14:dataBar minLength="0" maxLength="100" border="1" negativeBarBorderColorSameAsPositive="0">
|
|
68
|
+
<x14:cfvo type="autoMin"/>
|
|
69
|
+
<x14:cfvo type="autoMax"/>
|
|
70
|
+
<x14:borderColor rgb="FF638EC6"/>
|
|
71
|
+
<x14:negativeFillColor rgb="FFFF0000"/>
|
|
72
|
+
<x14:negativeBorderColor rgb="FFFF0000"/>
|
|
73
|
+
<x14:axisColor rgb="FF000000"/>
|
|
74
|
+
</x14:dataBar>
|
|
75
|
+
</x14:cfRule>
|
|
76
|
+
<xm:sqref>A1</xm:sqref>
|
|
77
|
+
</x14:conditionalFormatting>
|
|
78
|
+
</x14:conditionalFormattings>
|
|
79
|
+
</ext>
|
|
80
|
+
<ext xmlns:x14="http://schemas.microsoft.com/office/spreadsheetml/2009/9/main" uri="{05C60535-1F16-4fd2-B633-F4F36F0B64E0}">
|
|
81
|
+
<x14:sparklineGroups xmlns:xm="http://schemas.microsoft.com/office/excel/2006/main">
|
|
82
|
+
<x14:sparklineGroup displayEmptyCellsAs="gap">
|
|
83
|
+
<x14:colorSeries theme="4" tint="-0.499984740745262"/>
|
|
84
|
+
<x14:colorNegative theme="5"/>
|
|
85
|
+
<x14:colorAxis rgb="FF000000"/>
|
|
86
|
+
<x14:colorMarkers theme="4" tint="-0.499984740745262"/>
|
|
87
|
+
<x14:colorFirst theme="4" tint="0.39997558519241921"/>
|
|
88
|
+
<x14:colorLast theme="4" tint="0.39997558519241921"/>
|
|
89
|
+
<x14:colorHigh theme="4"/>
|
|
90
|
+
<x14:colorLow theme="4"/>
|
|
91
|
+
<x14:sparklines>
|
|
92
|
+
<x14:sparkline>
|
|
93
|
+
<xm:f>Sheet1!B2</xm:f>
|
|
94
|
+
<xm:sqref>A2</xm:sqref>
|
|
95
|
+
</x14:sparkline>
|
|
96
|
+
</x14:sparklines>
|
|
97
|
+
</x14:sparklineGroup>
|
|
98
|
+
</x14:sparklineGroups>
|
|
99
|
+
</ext>
|
|
100
|
+
</extLst>
|
|
101
|
+
</worksheet>
|
|
102
|
+
EOS
|
|
103
|
+
end
|
|
104
|
+
end
|
|
@@ -538,4 +538,31 @@ def test_write_data_validations_any_with_an_input_message_should_produce_a_DV_re
|
|
|
538
538
|
expected = '<dataValidations count="1"><dataValidation allowBlank="1" showInputMessage="1" showErrorMessage="1" promptTitle="Input title January" prompt="Input message February" sqref="B5"/></dataValidations>'
|
|
539
539
|
assert_equal(expected, result)
|
|
540
540
|
end
|
|
541
|
+
|
|
542
|
+
def test_write_data_validation_length_validation
|
|
543
|
+
@worksheet.data_validation(
|
|
544
|
+
'A1',
|
|
545
|
+
:validate => 'length',
|
|
546
|
+
:criteria => 'between',
|
|
547
|
+
:minimum => 5,
|
|
548
|
+
:maximum => 10
|
|
549
|
+
)
|
|
550
|
+
@worksheet.__send__('write_data_validations')
|
|
551
|
+
result = @worksheet.instance_variable_get(:@writer).string
|
|
552
|
+
expected = '<dataValidations count="1"><dataValidation type="textLength" allowBlank="1" showInputMessage="1" showErrorMessage="1" sqref="A1"><formula1>5</formula1><formula2>10</formula2></dataValidation></dataValidations>'
|
|
553
|
+
assert_equal(expected, result)
|
|
554
|
+
end
|
|
555
|
+
|
|
556
|
+
def test_write_data_validation_length_validation_2
|
|
557
|
+
@worksheet.data_validation(
|
|
558
|
+
'A1',
|
|
559
|
+
:validate => 'length',
|
|
560
|
+
:criteria => '>',
|
|
561
|
+
:value => 5
|
|
562
|
+
)
|
|
563
|
+
@worksheet.__send__('write_data_validations')
|
|
564
|
+
result = @worksheet.instance_variable_get(:@writer).string
|
|
565
|
+
expected = '<dataValidations count="1"><dataValidation type="textLength" operator="greaterThan" allowBlank="1" showInputMessage="1" showErrorMessage="1" sqref="A1"><formula1>5</formula1></dataValidation></dataValidations>'
|
|
566
|
+
assert_equal(expected, result)
|
|
567
|
+
end
|
|
541
568
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: write_xlsx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.97.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hideo NAKAMURA
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubyzip
|
|
@@ -184,6 +184,7 @@ files:
|
|
|
184
184
|
- lib/write_xlsx/package/conditional_format.rb
|
|
185
185
|
- lib/write_xlsx/package/content_types.rb
|
|
186
186
|
- lib/write_xlsx/package/core.rb
|
|
187
|
+
- lib/write_xlsx/package/custom.rb
|
|
187
188
|
- lib/write_xlsx/package/packager.rb
|
|
188
189
|
- lib/write_xlsx/package/relationships.rb
|
|
189
190
|
- lib/write_xlsx/package/shared_strings.rb
|
|
@@ -374,6 +375,7 @@ files:
|
|
|
374
375
|
- test/perl_output/stocks.xlsx
|
|
375
376
|
- test/perl_output/tab_colors.xlsx
|
|
376
377
|
- test/perl_output/tables.xlsx
|
|
378
|
+
- test/regression/_test_hyperlink31.rb
|
|
377
379
|
- test/regression/disabled_test_vml04.rb
|
|
378
380
|
- test/regression/images/black_150.jpg
|
|
379
381
|
- test/regression/images/black_150.png
|
|
@@ -401,6 +403,7 @@ files:
|
|
|
401
403
|
- test/regression/images/train.jpg
|
|
402
404
|
- test/regression/images/yellow.jpg
|
|
403
405
|
- test/regression/images/yellow.png
|
|
406
|
+
- test/regression/images/zero_dpi.jpg
|
|
404
407
|
- test/regression/klt.csv
|
|
405
408
|
- test/regression/test_array_formula01.rb
|
|
406
409
|
- test/regression/test_array_formula02.rb
|
|
@@ -502,6 +505,7 @@ files:
|
|
|
502
505
|
- test/regression/test_chart_chartarea03.rb
|
|
503
506
|
- test/regression/test_chart_chartarea04.rb
|
|
504
507
|
- test/regression/test_chart_chartarea05.rb
|
|
508
|
+
- test/regression/test_chart_chartarea06.rb
|
|
505
509
|
- test/regression/test_chart_clustered01.rb
|
|
506
510
|
- test/regression/test_chart_column01.rb
|
|
507
511
|
- test/regression/test_chart_column02.rb
|
|
@@ -552,6 +556,7 @@ files:
|
|
|
552
556
|
- test/regression/test_chart_data_labels22.rb
|
|
553
557
|
- test/regression/test_chart_data_labels23.rb
|
|
554
558
|
- test/regression/test_chart_data_labels24.rb
|
|
559
|
+
- test/regression/test_chart_data_labels25.rb
|
|
555
560
|
- test/regression/test_chart_date01.rb
|
|
556
561
|
- test/regression/test_chart_date02.rb
|
|
557
562
|
- test/regression/test_chart_date03.rb
|
|
@@ -623,6 +628,12 @@ files:
|
|
|
623
628
|
- test/regression/test_chart_format23.rb
|
|
624
629
|
- test/regression/test_chart_format24.rb
|
|
625
630
|
- test/regression/test_chart_format25.rb
|
|
631
|
+
- test/regression/test_chart_format26.rb
|
|
632
|
+
- test/regression/test_chart_format27.rb
|
|
633
|
+
- test/regression/test_chart_format28.rb
|
|
634
|
+
- test/regression/test_chart_format29.rb
|
|
635
|
+
- test/regression/test_chart_format30.rb
|
|
636
|
+
- test/regression/test_chart_format31.rb
|
|
626
637
|
- test/regression/test_chart_gap01.rb
|
|
627
638
|
- test/regression/test_chart_gap02.rb
|
|
628
639
|
- test/regression/test_chart_gap03.rb
|
|
@@ -721,6 +732,7 @@ files:
|
|
|
721
732
|
- test/regression/test_chart_str02.rb
|
|
722
733
|
- test/regression/test_chart_table01.rb
|
|
723
734
|
- test/regression/test_chart_table02.rb
|
|
735
|
+
- test/regression/test_chart_table03.rb
|
|
724
736
|
- test/regression/test_chart_title01.rb
|
|
725
737
|
- test/regression/test_chart_title02.rb
|
|
726
738
|
- test/regression/test_chartsheet01.rb
|
|
@@ -755,6 +767,11 @@ files:
|
|
|
755
767
|
- test/regression/test_cond_format11.rb
|
|
756
768
|
- test/regression/test_cond_format12.rb
|
|
757
769
|
- test/regression/test_cond_format13.rb
|
|
770
|
+
- test/regression/test_cond_format14.rb
|
|
771
|
+
- test/regression/test_cond_format15.rb
|
|
772
|
+
- test/regression/test_cond_format16.rb
|
|
773
|
+
- test/regression/test_cond_format17.rb
|
|
774
|
+
- test/regression/test_cond_format18.rb
|
|
758
775
|
- test/regression/test_custom_colors01.rb
|
|
759
776
|
- test/regression/test_data_validation01.rb
|
|
760
777
|
- test/regression/test_data_validation02.rb
|
|
@@ -852,6 +869,9 @@ files:
|
|
|
852
869
|
- test/regression/test_hyperlink25.rb
|
|
853
870
|
- test/regression/test_hyperlink26.rb
|
|
854
871
|
- test/regression/test_hyperlink27.rb
|
|
872
|
+
- test/regression/test_hyperlink28.rb
|
|
873
|
+
- test/regression/test_hyperlink29.rb
|
|
874
|
+
- test/regression/test_hyperlink30.rb
|
|
855
875
|
- test/regression/test_image01.rb
|
|
856
876
|
- test/regression/test_image02.rb
|
|
857
877
|
- test/regression/test_image03.rb
|
|
@@ -883,6 +903,7 @@ files:
|
|
|
883
903
|
- test/regression/test_image31.rb
|
|
884
904
|
- test/regression/test_image32.rb
|
|
885
905
|
- test/regression/test_image33.rb
|
|
906
|
+
- test/regression/test_image35.rb
|
|
886
907
|
- test/regression/test_landscape01.rb
|
|
887
908
|
- test/regression/test_macro01.rb
|
|
888
909
|
- test/regression/test_merge_cells01.rb
|
|
@@ -924,6 +945,9 @@ files:
|
|
|
924
945
|
- test/regression/test_print_scale02.rb
|
|
925
946
|
- test/regression/test_properties01.rb
|
|
926
947
|
- test/regression/test_properties02.rb
|
|
948
|
+
- test/regression/test_properties03.rb
|
|
949
|
+
- test/regression/test_properties04.rb
|
|
950
|
+
- test/regression/test_properties05.rb
|
|
927
951
|
- test/regression/test_protect01.rb
|
|
928
952
|
- test/regression/test_protect02.rb
|
|
929
953
|
- test/regression/test_protect03.rb
|
|
@@ -1012,6 +1036,9 @@ files:
|
|
|
1012
1036
|
- test/regression/test_table15.rb
|
|
1013
1037
|
- test/regression/test_table16.rb
|
|
1014
1038
|
- test/regression/test_table17.rb
|
|
1039
|
+
- test/regression/test_table20.rb
|
|
1040
|
+
- test/regression/test_table21.rb
|
|
1041
|
+
- test/regression/test_table22.rb
|
|
1015
1042
|
- test/regression/test_tutorial01.rb
|
|
1016
1043
|
- test/regression/test_tutorial02.rb
|
|
1017
1044
|
- test/regression/test_tutorial03.rb
|
|
@@ -1132,6 +1159,7 @@ files:
|
|
|
1132
1159
|
- test/regression/xlsx_files/chart_chartarea03.xlsx
|
|
1133
1160
|
- test/regression/xlsx_files/chart_chartarea04.xlsx
|
|
1134
1161
|
- test/regression/xlsx_files/chart_chartarea05.xlsx
|
|
1162
|
+
- test/regression/xlsx_files/chart_chartarea06.xlsx
|
|
1135
1163
|
- test/regression/xlsx_files/chart_clustered01.xlsx
|
|
1136
1164
|
- test/regression/xlsx_files/chart_column01.xlsx
|
|
1137
1165
|
- test/regression/xlsx_files/chart_column02.xlsx
|
|
@@ -1182,6 +1210,7 @@ files:
|
|
|
1182
1210
|
- test/regression/xlsx_files/chart_data_labels22.xlsx
|
|
1183
1211
|
- test/regression/xlsx_files/chart_data_labels23.xlsx
|
|
1184
1212
|
- test/regression/xlsx_files/chart_data_labels24.xlsx
|
|
1213
|
+
- test/regression/xlsx_files/chart_data_labels25.xlsx
|
|
1185
1214
|
- test/regression/xlsx_files/chart_date01.xlsx
|
|
1186
1215
|
- test/regression/xlsx_files/chart_date02.xlsx
|
|
1187
1216
|
- test/regression/xlsx_files/chart_date03.xlsx
|
|
@@ -1253,6 +1282,12 @@ files:
|
|
|
1253
1282
|
- test/regression/xlsx_files/chart_format23.xlsx
|
|
1254
1283
|
- test/regression/xlsx_files/chart_format24.xlsx
|
|
1255
1284
|
- test/regression/xlsx_files/chart_format25.xlsx
|
|
1285
|
+
- test/regression/xlsx_files/chart_format26.xlsx
|
|
1286
|
+
- test/regression/xlsx_files/chart_format27.xlsx
|
|
1287
|
+
- test/regression/xlsx_files/chart_format28.xlsx
|
|
1288
|
+
- test/regression/xlsx_files/chart_format29.xlsx
|
|
1289
|
+
- test/regression/xlsx_files/chart_format30.xlsx
|
|
1290
|
+
- test/regression/xlsx_files/chart_format31.xlsx
|
|
1256
1291
|
- test/regression/xlsx_files/chart_gap01.xlsx
|
|
1257
1292
|
- test/regression/xlsx_files/chart_gap02.xlsx
|
|
1258
1293
|
- test/regression/xlsx_files/chart_gap03.xlsx
|
|
@@ -1345,6 +1380,7 @@ files:
|
|
|
1345
1380
|
- test/regression/xlsx_files/chart_str02.xlsx
|
|
1346
1381
|
- test/regression/xlsx_files/chart_table01.xlsx
|
|
1347
1382
|
- test/regression/xlsx_files/chart_table02.xlsx
|
|
1383
|
+
- test/regression/xlsx_files/chart_table03.xlsx
|
|
1348
1384
|
- test/regression/xlsx_files/chart_title01.xlsx
|
|
1349
1385
|
- test/regression/xlsx_files/chart_title02.xlsx
|
|
1350
1386
|
- test/regression/xlsx_files/chartsheet01.xlsx
|
|
@@ -1379,6 +1415,11 @@ files:
|
|
|
1379
1415
|
- test/regression/xlsx_files/cond_format10.xlsx
|
|
1380
1416
|
- test/regression/xlsx_files/cond_format11.xlsx
|
|
1381
1417
|
- test/regression/xlsx_files/cond_format12.xlsx
|
|
1418
|
+
- test/regression/xlsx_files/cond_format14.xlsx
|
|
1419
|
+
- test/regression/xlsx_files/cond_format15.xlsx
|
|
1420
|
+
- test/regression/xlsx_files/cond_format16.xlsx
|
|
1421
|
+
- test/regression/xlsx_files/cond_format17.xlsx
|
|
1422
|
+
- test/regression/xlsx_files/cond_format18.xlsx
|
|
1382
1423
|
- test/regression/xlsx_files/custom_colors01.xlsx
|
|
1383
1424
|
- test/regression/xlsx_files/data_validation01.xlsx
|
|
1384
1425
|
- test/regression/xlsx_files/data_validation02.xlsx
|
|
@@ -1475,6 +1516,10 @@ files:
|
|
|
1475
1516
|
- test/regression/xlsx_files/hyperlink25.xlsx
|
|
1476
1517
|
- test/regression/xlsx_files/hyperlink26.xlsx
|
|
1477
1518
|
- test/regression/xlsx_files/hyperlink27.xlsx
|
|
1519
|
+
- test/regression/xlsx_files/hyperlink28.xlsx
|
|
1520
|
+
- test/regression/xlsx_files/hyperlink29.xlsx
|
|
1521
|
+
- test/regression/xlsx_files/hyperlink30.xlsx
|
|
1522
|
+
- test/regression/xlsx_files/hyperlink31.xlsx
|
|
1478
1523
|
- test/regression/xlsx_files/image01.xlsx
|
|
1479
1524
|
- test/regression/xlsx_files/image02.xlsx
|
|
1480
1525
|
- test/regression/xlsx_files/image03.xlsx
|
|
@@ -1506,6 +1551,7 @@ files:
|
|
|
1506
1551
|
- test/regression/xlsx_files/image31.xlsx
|
|
1507
1552
|
- test/regression/xlsx_files/image32.xlsx
|
|
1508
1553
|
- test/regression/xlsx_files/image33.xlsx
|
|
1554
|
+
- test/regression/xlsx_files/image35.xlsx
|
|
1509
1555
|
- test/regression/xlsx_files/landscape01.xlsx
|
|
1510
1556
|
- test/regression/xlsx_files/macro01.xlsm
|
|
1511
1557
|
- test/regression/xlsx_files/merge_cells01.xlsx
|
|
@@ -1547,6 +1593,9 @@ files:
|
|
|
1547
1593
|
- test/regression/xlsx_files/print_scale02.xlsx
|
|
1548
1594
|
- test/regression/xlsx_files/properties01.xlsx
|
|
1549
1595
|
- test/regression/xlsx_files/properties02.xlsx
|
|
1596
|
+
- test/regression/xlsx_files/properties03.xlsx
|
|
1597
|
+
- test/regression/xlsx_files/properties04.xlsx
|
|
1598
|
+
- test/regression/xlsx_files/properties05.xlsx
|
|
1550
1599
|
- test/regression/xlsx_files/protect01.xlsx
|
|
1551
1600
|
- test/regression/xlsx_files/protect02.xlsx
|
|
1552
1601
|
- test/regression/xlsx_files/protect03.xlsx
|
|
@@ -1636,6 +1685,8 @@ files:
|
|
|
1636
1685
|
- test/regression/xlsx_files/table17.xlsx
|
|
1637
1686
|
- test/regression/xlsx_files/table18.xlsx
|
|
1638
1687
|
- test/regression/xlsx_files/table19.xlsx
|
|
1688
|
+
- test/regression/xlsx_files/table21.xlsx
|
|
1689
|
+
- test/regression/xlsx_files/table22.xlsx
|
|
1639
1690
|
- test/regression/xlsx_files/tutorial01.xlsx
|
|
1640
1691
|
- test/regression/xlsx_files/tutorial02.xlsx
|
|
1641
1692
|
- test/regression/xlsx_files/tutorial03.xlsx
|
|
@@ -1676,6 +1727,7 @@ files:
|
|
|
1676
1727
|
- test/workbook/test_write_calc_pr.rb
|
|
1677
1728
|
- test/workbook/test_write_defined_name.rb
|
|
1678
1729
|
- test/workbook/test_write_defined_names.rb
|
|
1730
|
+
- test/workbook/test_write_workbook_view.rb
|
|
1679
1731
|
- test/worksheet/test_calculate_spans.rb
|
|
1680
1732
|
- test/worksheet/test_cond_format_01.rb
|
|
1681
1733
|
- test/worksheet/test_cond_format_02.rb
|
|
@@ -1698,10 +1750,25 @@ files:
|
|
|
1698
1750
|
- test/worksheet/test_cond_format_19.rb
|
|
1699
1751
|
- test/worksheet/test_cond_format_20.rb
|
|
1700
1752
|
- test/worksheet/test_cond_format_21.rb
|
|
1753
|
+
- test/worksheet/test_cond_format_22.rb
|
|
1754
|
+
- test/worksheet/test_cond_format_23.rb
|
|
1755
|
+
- test/worksheet/test_cond_format_24.rb
|
|
1701
1756
|
- test/worksheet/test_convert_date_time_01.rb
|
|
1702
1757
|
- test/worksheet/test_convert_date_time_02.rb
|
|
1703
1758
|
- test/worksheet/test_convert_date_time_03.rb
|
|
1704
1759
|
- test/worksheet/test_convert_date_time_04.rb
|
|
1760
|
+
- test/worksheet/test_data_bar_01.rb
|
|
1761
|
+
- test/worksheet/test_data_bar_02.rb
|
|
1762
|
+
- test/worksheet/test_data_bar_03.rb
|
|
1763
|
+
- test/worksheet/test_data_bar_04.rb
|
|
1764
|
+
- test/worksheet/test_data_bar_05.rb
|
|
1765
|
+
- test/worksheet/test_data_bar_06.rb
|
|
1766
|
+
- test/worksheet/test_data_bar_07.rb
|
|
1767
|
+
- test/worksheet/test_data_bar_08.rb
|
|
1768
|
+
- test/worksheet/test_data_bar_09.rb
|
|
1769
|
+
- test/worksheet/test_data_bar_10.rb
|
|
1770
|
+
- test/worksheet/test_data_bar_11.rb
|
|
1771
|
+
- test/worksheet/test_data_bar_12.rb
|
|
1705
1772
|
- test/worksheet/test_extract_filter_tokens.rb
|
|
1706
1773
|
- test/worksheet/test_parse_filter_expression.rb
|
|
1707
1774
|
- test/worksheet/test_position_object.rb
|
|
@@ -1967,6 +2034,7 @@ test_files:
|
|
|
1967
2034
|
- test/perl_output/stocks.xlsx
|
|
1968
2035
|
- test/perl_output/tab_colors.xlsx
|
|
1969
2036
|
- test/perl_output/tables.xlsx
|
|
2037
|
+
- test/regression/_test_hyperlink31.rb
|
|
1970
2038
|
- test/regression/disabled_test_vml04.rb
|
|
1971
2039
|
- test/regression/images/black_150.jpg
|
|
1972
2040
|
- test/regression/images/black_150.png
|
|
@@ -1994,6 +2062,7 @@ test_files:
|
|
|
1994
2062
|
- test/regression/images/train.jpg
|
|
1995
2063
|
- test/regression/images/yellow.jpg
|
|
1996
2064
|
- test/regression/images/yellow.png
|
|
2065
|
+
- test/regression/images/zero_dpi.jpg
|
|
1997
2066
|
- test/regression/klt.csv
|
|
1998
2067
|
- test/regression/test_array_formula01.rb
|
|
1999
2068
|
- test/regression/test_array_formula02.rb
|
|
@@ -2095,6 +2164,7 @@ test_files:
|
|
|
2095
2164
|
- test/regression/test_chart_chartarea03.rb
|
|
2096
2165
|
- test/regression/test_chart_chartarea04.rb
|
|
2097
2166
|
- test/regression/test_chart_chartarea05.rb
|
|
2167
|
+
- test/regression/test_chart_chartarea06.rb
|
|
2098
2168
|
- test/regression/test_chart_clustered01.rb
|
|
2099
2169
|
- test/regression/test_chart_column01.rb
|
|
2100
2170
|
- test/regression/test_chart_column02.rb
|
|
@@ -2145,6 +2215,7 @@ test_files:
|
|
|
2145
2215
|
- test/regression/test_chart_data_labels22.rb
|
|
2146
2216
|
- test/regression/test_chart_data_labels23.rb
|
|
2147
2217
|
- test/regression/test_chart_data_labels24.rb
|
|
2218
|
+
- test/regression/test_chart_data_labels25.rb
|
|
2148
2219
|
- test/regression/test_chart_date01.rb
|
|
2149
2220
|
- test/regression/test_chart_date02.rb
|
|
2150
2221
|
- test/regression/test_chart_date03.rb
|
|
@@ -2216,6 +2287,12 @@ test_files:
|
|
|
2216
2287
|
- test/regression/test_chart_format23.rb
|
|
2217
2288
|
- test/regression/test_chart_format24.rb
|
|
2218
2289
|
- test/regression/test_chart_format25.rb
|
|
2290
|
+
- test/regression/test_chart_format26.rb
|
|
2291
|
+
- test/regression/test_chart_format27.rb
|
|
2292
|
+
- test/regression/test_chart_format28.rb
|
|
2293
|
+
- test/regression/test_chart_format29.rb
|
|
2294
|
+
- test/regression/test_chart_format30.rb
|
|
2295
|
+
- test/regression/test_chart_format31.rb
|
|
2219
2296
|
- test/regression/test_chart_gap01.rb
|
|
2220
2297
|
- test/regression/test_chart_gap02.rb
|
|
2221
2298
|
- test/regression/test_chart_gap03.rb
|
|
@@ -2314,6 +2391,7 @@ test_files:
|
|
|
2314
2391
|
- test/regression/test_chart_str02.rb
|
|
2315
2392
|
- test/regression/test_chart_table01.rb
|
|
2316
2393
|
- test/regression/test_chart_table02.rb
|
|
2394
|
+
- test/regression/test_chart_table03.rb
|
|
2317
2395
|
- test/regression/test_chart_title01.rb
|
|
2318
2396
|
- test/regression/test_chart_title02.rb
|
|
2319
2397
|
- test/regression/test_chartsheet01.rb
|
|
@@ -2348,6 +2426,11 @@ test_files:
|
|
|
2348
2426
|
- test/regression/test_cond_format11.rb
|
|
2349
2427
|
- test/regression/test_cond_format12.rb
|
|
2350
2428
|
- test/regression/test_cond_format13.rb
|
|
2429
|
+
- test/regression/test_cond_format14.rb
|
|
2430
|
+
- test/regression/test_cond_format15.rb
|
|
2431
|
+
- test/regression/test_cond_format16.rb
|
|
2432
|
+
- test/regression/test_cond_format17.rb
|
|
2433
|
+
- test/regression/test_cond_format18.rb
|
|
2351
2434
|
- test/regression/test_custom_colors01.rb
|
|
2352
2435
|
- test/regression/test_data_validation01.rb
|
|
2353
2436
|
- test/regression/test_data_validation02.rb
|
|
@@ -2445,6 +2528,9 @@ test_files:
|
|
|
2445
2528
|
- test/regression/test_hyperlink25.rb
|
|
2446
2529
|
- test/regression/test_hyperlink26.rb
|
|
2447
2530
|
- test/regression/test_hyperlink27.rb
|
|
2531
|
+
- test/regression/test_hyperlink28.rb
|
|
2532
|
+
- test/regression/test_hyperlink29.rb
|
|
2533
|
+
- test/regression/test_hyperlink30.rb
|
|
2448
2534
|
- test/regression/test_image01.rb
|
|
2449
2535
|
- test/regression/test_image02.rb
|
|
2450
2536
|
- test/regression/test_image03.rb
|
|
@@ -2476,6 +2562,7 @@ test_files:
|
|
|
2476
2562
|
- test/regression/test_image31.rb
|
|
2477
2563
|
- test/regression/test_image32.rb
|
|
2478
2564
|
- test/regression/test_image33.rb
|
|
2565
|
+
- test/regression/test_image35.rb
|
|
2479
2566
|
- test/regression/test_landscape01.rb
|
|
2480
2567
|
- test/regression/test_macro01.rb
|
|
2481
2568
|
- test/regression/test_merge_cells01.rb
|
|
@@ -2517,6 +2604,9 @@ test_files:
|
|
|
2517
2604
|
- test/regression/test_print_scale02.rb
|
|
2518
2605
|
- test/regression/test_properties01.rb
|
|
2519
2606
|
- test/regression/test_properties02.rb
|
|
2607
|
+
- test/regression/test_properties03.rb
|
|
2608
|
+
- test/regression/test_properties04.rb
|
|
2609
|
+
- test/regression/test_properties05.rb
|
|
2520
2610
|
- test/regression/test_protect01.rb
|
|
2521
2611
|
- test/regression/test_protect02.rb
|
|
2522
2612
|
- test/regression/test_protect03.rb
|
|
@@ -2605,6 +2695,9 @@ test_files:
|
|
|
2605
2695
|
- test/regression/test_table15.rb
|
|
2606
2696
|
- test/regression/test_table16.rb
|
|
2607
2697
|
- test/regression/test_table17.rb
|
|
2698
|
+
- test/regression/test_table20.rb
|
|
2699
|
+
- test/regression/test_table21.rb
|
|
2700
|
+
- test/regression/test_table22.rb
|
|
2608
2701
|
- test/regression/test_tutorial01.rb
|
|
2609
2702
|
- test/regression/test_tutorial02.rb
|
|
2610
2703
|
- test/regression/test_tutorial03.rb
|
|
@@ -2725,6 +2818,7 @@ test_files:
|
|
|
2725
2818
|
- test/regression/xlsx_files/chart_chartarea03.xlsx
|
|
2726
2819
|
- test/regression/xlsx_files/chart_chartarea04.xlsx
|
|
2727
2820
|
- test/regression/xlsx_files/chart_chartarea05.xlsx
|
|
2821
|
+
- test/regression/xlsx_files/chart_chartarea06.xlsx
|
|
2728
2822
|
- test/regression/xlsx_files/chart_clustered01.xlsx
|
|
2729
2823
|
- test/regression/xlsx_files/chart_column01.xlsx
|
|
2730
2824
|
- test/regression/xlsx_files/chart_column02.xlsx
|
|
@@ -2775,6 +2869,7 @@ test_files:
|
|
|
2775
2869
|
- test/regression/xlsx_files/chart_data_labels22.xlsx
|
|
2776
2870
|
- test/regression/xlsx_files/chart_data_labels23.xlsx
|
|
2777
2871
|
- test/regression/xlsx_files/chart_data_labels24.xlsx
|
|
2872
|
+
- test/regression/xlsx_files/chart_data_labels25.xlsx
|
|
2778
2873
|
- test/regression/xlsx_files/chart_date01.xlsx
|
|
2779
2874
|
- test/regression/xlsx_files/chart_date02.xlsx
|
|
2780
2875
|
- test/regression/xlsx_files/chart_date03.xlsx
|
|
@@ -2846,6 +2941,12 @@ test_files:
|
|
|
2846
2941
|
- test/regression/xlsx_files/chart_format23.xlsx
|
|
2847
2942
|
- test/regression/xlsx_files/chart_format24.xlsx
|
|
2848
2943
|
- test/regression/xlsx_files/chart_format25.xlsx
|
|
2944
|
+
- test/regression/xlsx_files/chart_format26.xlsx
|
|
2945
|
+
- test/regression/xlsx_files/chart_format27.xlsx
|
|
2946
|
+
- test/regression/xlsx_files/chart_format28.xlsx
|
|
2947
|
+
- test/regression/xlsx_files/chart_format29.xlsx
|
|
2948
|
+
- test/regression/xlsx_files/chart_format30.xlsx
|
|
2949
|
+
- test/regression/xlsx_files/chart_format31.xlsx
|
|
2849
2950
|
- test/regression/xlsx_files/chart_gap01.xlsx
|
|
2850
2951
|
- test/regression/xlsx_files/chart_gap02.xlsx
|
|
2851
2952
|
- test/regression/xlsx_files/chart_gap03.xlsx
|
|
@@ -2938,6 +3039,7 @@ test_files:
|
|
|
2938
3039
|
- test/regression/xlsx_files/chart_str02.xlsx
|
|
2939
3040
|
- test/regression/xlsx_files/chart_table01.xlsx
|
|
2940
3041
|
- test/regression/xlsx_files/chart_table02.xlsx
|
|
3042
|
+
- test/regression/xlsx_files/chart_table03.xlsx
|
|
2941
3043
|
- test/regression/xlsx_files/chart_title01.xlsx
|
|
2942
3044
|
- test/regression/xlsx_files/chart_title02.xlsx
|
|
2943
3045
|
- test/regression/xlsx_files/chartsheet01.xlsx
|
|
@@ -2972,6 +3074,11 @@ test_files:
|
|
|
2972
3074
|
- test/regression/xlsx_files/cond_format10.xlsx
|
|
2973
3075
|
- test/regression/xlsx_files/cond_format11.xlsx
|
|
2974
3076
|
- test/regression/xlsx_files/cond_format12.xlsx
|
|
3077
|
+
- test/regression/xlsx_files/cond_format14.xlsx
|
|
3078
|
+
- test/regression/xlsx_files/cond_format15.xlsx
|
|
3079
|
+
- test/regression/xlsx_files/cond_format16.xlsx
|
|
3080
|
+
- test/regression/xlsx_files/cond_format17.xlsx
|
|
3081
|
+
- test/regression/xlsx_files/cond_format18.xlsx
|
|
2975
3082
|
- test/regression/xlsx_files/custom_colors01.xlsx
|
|
2976
3083
|
- test/regression/xlsx_files/data_validation01.xlsx
|
|
2977
3084
|
- test/regression/xlsx_files/data_validation02.xlsx
|
|
@@ -3068,6 +3175,10 @@ test_files:
|
|
|
3068
3175
|
- test/regression/xlsx_files/hyperlink25.xlsx
|
|
3069
3176
|
- test/regression/xlsx_files/hyperlink26.xlsx
|
|
3070
3177
|
- test/regression/xlsx_files/hyperlink27.xlsx
|
|
3178
|
+
- test/regression/xlsx_files/hyperlink28.xlsx
|
|
3179
|
+
- test/regression/xlsx_files/hyperlink29.xlsx
|
|
3180
|
+
- test/regression/xlsx_files/hyperlink30.xlsx
|
|
3181
|
+
- test/regression/xlsx_files/hyperlink31.xlsx
|
|
3071
3182
|
- test/regression/xlsx_files/image01.xlsx
|
|
3072
3183
|
- test/regression/xlsx_files/image02.xlsx
|
|
3073
3184
|
- test/regression/xlsx_files/image03.xlsx
|
|
@@ -3099,6 +3210,7 @@ test_files:
|
|
|
3099
3210
|
- test/regression/xlsx_files/image31.xlsx
|
|
3100
3211
|
- test/regression/xlsx_files/image32.xlsx
|
|
3101
3212
|
- test/regression/xlsx_files/image33.xlsx
|
|
3213
|
+
- test/regression/xlsx_files/image35.xlsx
|
|
3102
3214
|
- test/regression/xlsx_files/landscape01.xlsx
|
|
3103
3215
|
- test/regression/xlsx_files/macro01.xlsm
|
|
3104
3216
|
- test/regression/xlsx_files/merge_cells01.xlsx
|
|
@@ -3140,6 +3252,9 @@ test_files:
|
|
|
3140
3252
|
- test/regression/xlsx_files/print_scale02.xlsx
|
|
3141
3253
|
- test/regression/xlsx_files/properties01.xlsx
|
|
3142
3254
|
- test/regression/xlsx_files/properties02.xlsx
|
|
3255
|
+
- test/regression/xlsx_files/properties03.xlsx
|
|
3256
|
+
- test/regression/xlsx_files/properties04.xlsx
|
|
3257
|
+
- test/regression/xlsx_files/properties05.xlsx
|
|
3143
3258
|
- test/regression/xlsx_files/protect01.xlsx
|
|
3144
3259
|
- test/regression/xlsx_files/protect02.xlsx
|
|
3145
3260
|
- test/regression/xlsx_files/protect03.xlsx
|
|
@@ -3229,6 +3344,8 @@ test_files:
|
|
|
3229
3344
|
- test/regression/xlsx_files/table17.xlsx
|
|
3230
3345
|
- test/regression/xlsx_files/table18.xlsx
|
|
3231
3346
|
- test/regression/xlsx_files/table19.xlsx
|
|
3347
|
+
- test/regression/xlsx_files/table21.xlsx
|
|
3348
|
+
- test/regression/xlsx_files/table22.xlsx
|
|
3232
3349
|
- test/regression/xlsx_files/tutorial01.xlsx
|
|
3233
3350
|
- test/regression/xlsx_files/tutorial02.xlsx
|
|
3234
3351
|
- test/regression/xlsx_files/tutorial03.xlsx
|
|
@@ -3269,6 +3386,7 @@ test_files:
|
|
|
3269
3386
|
- test/workbook/test_write_calc_pr.rb
|
|
3270
3387
|
- test/workbook/test_write_defined_name.rb
|
|
3271
3388
|
- test/workbook/test_write_defined_names.rb
|
|
3389
|
+
- test/workbook/test_write_workbook_view.rb
|
|
3272
3390
|
- test/worksheet/test_calculate_spans.rb
|
|
3273
3391
|
- test/worksheet/test_cond_format_01.rb
|
|
3274
3392
|
- test/worksheet/test_cond_format_02.rb
|
|
@@ -3291,10 +3409,25 @@ test_files:
|
|
|
3291
3409
|
- test/worksheet/test_cond_format_19.rb
|
|
3292
3410
|
- test/worksheet/test_cond_format_20.rb
|
|
3293
3411
|
- test/worksheet/test_cond_format_21.rb
|
|
3412
|
+
- test/worksheet/test_cond_format_22.rb
|
|
3413
|
+
- test/worksheet/test_cond_format_23.rb
|
|
3414
|
+
- test/worksheet/test_cond_format_24.rb
|
|
3294
3415
|
- test/worksheet/test_convert_date_time_01.rb
|
|
3295
3416
|
- test/worksheet/test_convert_date_time_02.rb
|
|
3296
3417
|
- test/worksheet/test_convert_date_time_03.rb
|
|
3297
3418
|
- test/worksheet/test_convert_date_time_04.rb
|
|
3419
|
+
- test/worksheet/test_data_bar_01.rb
|
|
3420
|
+
- test/worksheet/test_data_bar_02.rb
|
|
3421
|
+
- test/worksheet/test_data_bar_03.rb
|
|
3422
|
+
- test/worksheet/test_data_bar_04.rb
|
|
3423
|
+
- test/worksheet/test_data_bar_05.rb
|
|
3424
|
+
- test/worksheet/test_data_bar_06.rb
|
|
3425
|
+
- test/worksheet/test_data_bar_07.rb
|
|
3426
|
+
- test/worksheet/test_data_bar_08.rb
|
|
3427
|
+
- test/worksheet/test_data_bar_09.rb
|
|
3428
|
+
- test/worksheet/test_data_bar_10.rb
|
|
3429
|
+
- test/worksheet/test_data_bar_11.rb
|
|
3430
|
+
- test/worksheet/test_data_bar_12.rb
|
|
3298
3431
|
- test/worksheet/test_extract_filter_tokens.rb
|
|
3299
3432
|
- test/worksheet/test_parse_filter_expression.rb
|
|
3300
3433
|
- test/worksheet/test_position_object.rb
|