caxlsx 3.1.1 → 3.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +43 -1
- data/README.md +4 -11
- data/lib/axlsx/content_type/abstract_content_type.rb +1 -1
- data/lib/axlsx/doc_props/app.rb +1 -1
- data/lib/axlsx/drawing/chart.rb +25 -2
- data/lib/axlsx/drawing/d_lbls.rb +3 -2
- data/lib/axlsx/drawing/scatter_series.rb +31 -0
- data/lib/axlsx/drawing/title.rb +11 -1
- data/lib/axlsx/drawing/view_3D.rb +1 -1
- data/lib/axlsx/package.rb +15 -5
- data/lib/axlsx/rels/relationship.rb +1 -1
- data/lib/axlsx/stylesheet/border.rb +2 -0
- data/lib/axlsx/stylesheet/font.rb +1 -1
- data/lib/axlsx/stylesheet/styles.rb +139 -24
- data/lib/axlsx/util/constants.rb +16 -1
- data/lib/axlsx/util/serialized_attributes.rb +2 -2
- data/lib/axlsx/util/storage.rb +9 -9
- data/lib/axlsx/version.rb +1 -1
- data/lib/axlsx/workbook/workbook.rb +55 -0
- data/lib/axlsx/workbook/worksheet/border_creator.rb +76 -0
- data/lib/axlsx/workbook/worksheet/cell.rb +29 -2
- data/lib/axlsx/workbook/worksheet/cell_serializer.rb +1 -1
- data/lib/axlsx/workbook/worksheet/col.rb +4 -4
- data/lib/axlsx/workbook/worksheet/data_validation.rb +26 -5
- data/lib/axlsx/workbook/worksheet/pivot_table.rb +55 -14
- data/lib/axlsx/workbook/worksheet/rich_text_run.rb +1 -1
- data/lib/axlsx/workbook/worksheet/worksheet.rb +68 -7
- data/lib/axlsx.rb +43 -10
- metadata +6 -253
- data/test/benchmark.rb +0 -72
- data/test/content_type/tc_content_type.rb +0 -76
- data/test/content_type/tc_default.rb +0 -16
- data/test/content_type/tc_override.rb +0 -14
- data/test/doc_props/tc_app.rb +0 -43
- data/test/doc_props/tc_core.rb +0 -42
- data/test/drawing/tc_area_chart.rb +0 -39
- data/test/drawing/tc_area_series.rb +0 -71
- data/test/drawing/tc_axes.rb +0 -8
- data/test/drawing/tc_axis.rb +0 -112
- data/test/drawing/tc_bar_3D_chart.rb +0 -86
- data/test/drawing/tc_bar_chart.rb +0 -86
- data/test/drawing/tc_bar_series.rb +0 -46
- data/test/drawing/tc_bubble_chart.rb +0 -44
- data/test/drawing/tc_bubble_series.rb +0 -21
- data/test/drawing/tc_cat_axis.rb +0 -31
- data/test/drawing/tc_cat_axis_data.rb +0 -27
- data/test/drawing/tc_chart.rb +0 -123
- data/test/drawing/tc_d_lbls.rb +0 -57
- data/test/drawing/tc_data_source.rb +0 -23
- data/test/drawing/tc_drawing.rb +0 -80
- data/test/drawing/tc_graphic_frame.rb +0 -27
- data/test/drawing/tc_hyperlink.rb +0 -64
- data/test/drawing/tc_line_3d_chart.rb +0 -47
- data/test/drawing/tc_line_chart.rb +0 -39
- data/test/drawing/tc_line_series.rb +0 -71
- data/test/drawing/tc_marker.rb +0 -44
- data/test/drawing/tc_named_axis_data.rb +0 -27
- data/test/drawing/tc_num_data.rb +0 -31
- data/test/drawing/tc_num_val.rb +0 -29
- data/test/drawing/tc_one_cell_anchor.rb +0 -66
- data/test/drawing/tc_pic.rb +0 -103
- data/test/drawing/tc_picture_locking.rb +0 -72
- data/test/drawing/tc_pie_3D_chart.rb +0 -28
- data/test/drawing/tc_pie_series.rb +0 -33
- data/test/drawing/tc_scaling.rb +0 -36
- data/test/drawing/tc_scatter_chart.rb +0 -48
- data/test/drawing/tc_scatter_series.rb +0 -56
- data/test/drawing/tc_ser_axis.rb +0 -31
- data/test/drawing/tc_series.rb +0 -23
- data/test/drawing/tc_series_title.rb +0 -54
- data/test/drawing/tc_str_data.rb +0 -18
- data/test/drawing/tc_str_val.rb +0 -30
- data/test/drawing/tc_title.rb +0 -70
- data/test/drawing/tc_two_cell_anchor.rb +0 -36
- data/test/drawing/tc_val_axis.rb +0 -24
- data/test/drawing/tc_view_3D.rb +0 -54
- data/test/drawing/tc_vml_drawing.rb +0 -25
- data/test/drawing/tc_vml_shape.rb +0 -106
- data/test/fixtures/image1.gif +0 -0
- data/test/fixtures/image1.jpeg +0 -0
- data/test/fixtures/image1.jpg +0 -0
- data/test/fixtures/image1.png +0 -0
- data/test/fixtures/image1_fake.jpg +0 -0
- data/test/profile.rb +0 -24
- data/test/rels/tc_relationship.rb +0 -52
- data/test/rels/tc_relationships.rb +0 -37
- data/test/stylesheet/tc_border.rb +0 -37
- data/test/stylesheet/tc_border_pr.rb +0 -32
- data/test/stylesheet/tc_cell_alignment.rb +0 -81
- data/test/stylesheet/tc_cell_protection.rb +0 -29
- data/test/stylesheet/tc_cell_style.rb +0 -57
- data/test/stylesheet/tc_color.rb +0 -43
- data/test/stylesheet/tc_dxf.rb +0 -81
- data/test/stylesheet/tc_fill.rb +0 -18
- data/test/stylesheet/tc_font.rb +0 -133
- data/test/stylesheet/tc_gradient_fill.rb +0 -72
- data/test/stylesheet/tc_gradient_stop.rb +0 -31
- data/test/stylesheet/tc_num_fmt.rb +0 -30
- data/test/stylesheet/tc_pattern_fill.rb +0 -43
- data/test/stylesheet/tc_styles.rb +0 -261
- data/test/stylesheet/tc_table_style.rb +0 -44
- data/test/stylesheet/tc_table_style_element.rb +0 -45
- data/test/stylesheet/tc_table_styles.rb +0 -29
- data/test/stylesheet/tc_xf.rb +0 -120
- data/test/tc_axlsx.rb +0 -109
- data/test/tc_helper.rb +0 -10
- data/test/tc_package.rb +0 -314
- data/test/util/tc_mime_type_utils.rb +0 -13
- data/test/util/tc_serialized_attributes.rb +0 -19
- data/test/util/tc_simple_typed_list.rb +0 -77
- data/test/util/tc_validators.rb +0 -210
- data/test/workbook/tc_defined_name.rb +0 -49
- data/test/workbook/tc_shared_strings_table.rb +0 -59
- data/test/workbook/tc_workbook.rb +0 -160
- data/test/workbook/tc_workbook_view.rb +0 -50
- data/test/workbook/worksheet/auto_filter/tc_auto_filter.rb +0 -38
- data/test/workbook/worksheet/auto_filter/tc_filter_column.rb +0 -76
- data/test/workbook/worksheet/auto_filter/tc_filters.rb +0 -50
- data/test/workbook/worksheet/tc_break.rb +0 -49
- data/test/workbook/worksheet/tc_cell.rb +0 -453
- data/test/workbook/worksheet/tc_cfvo.rb +0 -31
- data/test/workbook/worksheet/tc_col.rb +0 -93
- data/test/workbook/worksheet/tc_color_scale.rb +0 -58
- data/test/workbook/worksheet/tc_comment.rb +0 -72
- data/test/workbook/worksheet/tc_comments.rb +0 -57
- data/test/workbook/worksheet/tc_conditional_formatting.rb +0 -224
- data/test/workbook/worksheet/tc_data_bar.rb +0 -46
- data/test/workbook/worksheet/tc_data_validation.rb +0 -265
- data/test/workbook/worksheet/tc_date_time_converter.rb +0 -124
- data/test/workbook/worksheet/tc_header_footer.rb +0 -151
- data/test/workbook/worksheet/tc_icon_set.rb +0 -45
- data/test/workbook/worksheet/tc_outline_pr.rb +0 -19
- data/test/workbook/worksheet/tc_page_margins.rb +0 -97
- data/test/workbook/worksheet/tc_page_set_up_pr.rb +0 -15
- data/test/workbook/worksheet/tc_page_setup.rb +0 -143
- data/test/workbook/worksheet/tc_pane.rb +0 -54
- data/test/workbook/worksheet/tc_pivot_table.rb +0 -143
- data/test/workbook/worksheet/tc_pivot_table_cache_definition.rb +0 -62
- data/test/workbook/worksheet/tc_print_options.rb +0 -72
- data/test/workbook/worksheet/tc_protected_range.rb +0 -17
- data/test/workbook/worksheet/tc_rich_text.rb +0 -44
- data/test/workbook/worksheet/tc_rich_text_run.rb +0 -173
- data/test/workbook/worksheet/tc_row.rb +0 -160
- data/test/workbook/worksheet/tc_selection.rb +0 -55
- data/test/workbook/worksheet/tc_sheet_calc_pr.rb +0 -18
- data/test/workbook/worksheet/tc_sheet_format_pr.rb +0 -88
- data/test/workbook/worksheet/tc_sheet_pr.rb +0 -49
- data/test/workbook/worksheet/tc_sheet_protection.rb +0 -117
- data/test/workbook/worksheet/tc_sheet_view.rb +0 -214
- data/test/workbook/worksheet/tc_table.rb +0 -77
- data/test/workbook/worksheet/tc_table_style_info.rb +0 -53
- data/test/workbook/worksheet/tc_worksheet.rb +0 -601
- data/test/workbook/worksheet/tc_worksheet_hyperlink.rb +0 -55
@@ -1,55 +0,0 @@
|
|
1
|
-
# encoding: UTF-8
|
2
|
-
require 'tc_helper.rb'
|
3
|
-
|
4
|
-
class TestSelection < Test::Unit::TestCase
|
5
|
-
def setup
|
6
|
-
@options = { :active_cell => 'A2', :active_cell_id => 1, :pane => :top_left, :sqref => 'A2' }
|
7
|
-
@selection = Axlsx::Selection.new(@options)
|
8
|
-
end
|
9
|
-
|
10
|
-
def test_active_cell
|
11
|
-
assert_raise(ArgumentError) { @selection.active_cell = :active_cell }
|
12
|
-
assert_nothing_raised { @selection.active_cell = "F5" }
|
13
|
-
assert_equal(@selection.active_cell, "F5")
|
14
|
-
end
|
15
|
-
|
16
|
-
def test_active_cell_id
|
17
|
-
assert_raise(ArgumentError) { @selection.active_cell_id = "foo" }
|
18
|
-
assert_nothing_raised { @selection.active_cell_id = 11 }
|
19
|
-
assert_equal(@selection.active_cell_id, 11)
|
20
|
-
end
|
21
|
-
|
22
|
-
def test_pane
|
23
|
-
assert_raise(ArgumentError) { @selection.pane = "foo´" }
|
24
|
-
assert_nothing_raised { @selection.pane = :bottom_right }
|
25
|
-
assert_equal(@selection.pane, "bottomRight")
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_sqref
|
29
|
-
assert_raise(ArgumentError) { @selection.sqref = :sqref }
|
30
|
-
assert_nothing_raised { @selection.sqref = "G32" }
|
31
|
-
assert_equal(@selection.sqref, "G32")
|
32
|
-
end
|
33
|
-
|
34
|
-
def test_to_xml
|
35
|
-
p = Axlsx::Package.new
|
36
|
-
@ws = p.workbook.add_worksheet :name => "sheetview"
|
37
|
-
@ws.sheet_view do |vs|
|
38
|
-
vs.add_selection(:top_left, { :active_cell => 'B2', :sqref => 'B2' })
|
39
|
-
vs.add_selection(:top_right, { :active_cell => 'I10', :sqref => 'I10' })
|
40
|
-
vs.add_selection(:bottom_left, { :active_cell => 'E55', :sqref => 'E55' })
|
41
|
-
vs.add_selection(:bottom_right, { :active_cell => 'I57', :sqref => 'I57' })
|
42
|
-
end
|
43
|
-
|
44
|
-
doc = Nokogiri::XML.parse(@ws.to_xml_string)
|
45
|
-
|
46
|
-
assert_equal(1, doc.xpath("//xmlns:worksheet/xmlns:sheetViews/xmlns:sheetView/xmlns:selection[@sqref='B2'][@pane='topLeft'][@activeCell='B2']").size)
|
47
|
-
assert doc.xpath("//xmlns:worksheet/xmlns:sheetViews/xmlns:sheetView/xmlns:selection[@sqref='B2'][@pane='topLeft'][@activeCell='B2']")
|
48
|
-
assert_equal(1, doc.xpath("//xmlns:worksheet/xmlns:sheetViews/xmlns:sheetView/xmlns:selection[@sqref='I10'][@pane='topRight'][@activeCell='I10']").size)
|
49
|
-
assert doc.xpath("//xmlns:worksheet/xmlns:sheetViews/xmlns:sheetView/xmlns:selection[@sqref='I10'][@pane='topRight'][@activeCell='I10']")
|
50
|
-
assert_equal(1, doc.xpath("//xmlns:worksheet/xmlns:sheetViews/xmlns:sheetView/xmlns:selection[@sqref='E55'][@pane='bottomLeft'][@activeCell='E55']").size)
|
51
|
-
assert doc.xpath("//xmlns:worksheet/xmlns:sheetViews/xmlns:sheetView/xmlns:selection[@sqref='E55'][@pane='bottomLeft'][@activeCell='E55']")
|
52
|
-
assert_equal(1, doc.xpath("//xmlns:worksheet/xmlns:sheetViews/xmlns:sheetView/xmlns:selection[@sqref='I57'][@pane='bottomRight'][@activeCell='I57']").size)
|
53
|
-
assert doc.xpath("//xmlns:worksheet/xmlns:sheetViews/xmlns:sheetView/xmlns:selection[@sqref='I57'][@pane='bottomRight'][@activeCell='I57']")
|
54
|
-
end
|
55
|
-
end
|
@@ -1,18 +0,0 @@
|
|
1
|
-
require 'tc_helper'
|
2
|
-
|
3
|
-
class TestSheetCalcPr < Test::Unit::TestCase
|
4
|
-
|
5
|
-
def setup
|
6
|
-
@sheet_calc_pr = Axlsx::SheetCalcPr.new(:full_calc_on_load => false)
|
7
|
-
end
|
8
|
-
|
9
|
-
def test_full_calc_on_load
|
10
|
-
assert_equal false, @sheet_calc_pr.full_calc_on_load
|
11
|
-
assert Axlsx::SheetCalcPr.new.full_calc_on_load
|
12
|
-
end
|
13
|
-
|
14
|
-
def test_to_xml_string
|
15
|
-
doc = Nokogiri::XML(@sheet_calc_pr.to_xml_string)
|
16
|
-
assert_equal 1, doc.xpath('//sheetCalcPr[@fullCalcOnLoad=0]').size
|
17
|
-
end
|
18
|
-
end
|
@@ -1,88 +0,0 @@
|
|
1
|
-
require 'tc_helper.rb'
|
2
|
-
|
3
|
-
class TestSheetFormatPr < Test::Unit::TestCase
|
4
|
-
|
5
|
-
def setup
|
6
|
-
@options = {
|
7
|
-
:base_col_width => 5,
|
8
|
-
:default_col_width => 7.2,
|
9
|
-
:default_row_height => 5.2,
|
10
|
-
:custom_height => true,
|
11
|
-
:zero_height => false,
|
12
|
-
:thick_top => true,
|
13
|
-
:thick_bottom => true,
|
14
|
-
:outline_level_row => 0,
|
15
|
-
:outline_level_col => 0
|
16
|
-
}
|
17
|
-
@sheet_format_pr = Axlsx::SheetFormatPr.new(@options)
|
18
|
-
end
|
19
|
-
|
20
|
-
def test_default_initialization
|
21
|
-
sheet_format_pr = Axlsx::SheetFormatPr.new
|
22
|
-
assert_equal 8, sheet_format_pr.base_col_width
|
23
|
-
assert_equal 18, sheet_format_pr.default_row_height
|
24
|
-
end
|
25
|
-
|
26
|
-
def test_initialization_with_options
|
27
|
-
@options.each do |key, value|
|
28
|
-
assert_equal value, @sheet_format_pr.instance_variable_get("@#{key}")
|
29
|
-
end
|
30
|
-
end
|
31
|
-
|
32
|
-
def test_base_col_width
|
33
|
-
assert_raise(ArgumentError) { @sheet_format_pr.base_col_width = :foo }
|
34
|
-
assert_nothing_raised { @sheet_format_pr.base_col_width = 1 }
|
35
|
-
end
|
36
|
-
|
37
|
-
def test_outline_level_row
|
38
|
-
assert_raise(ArgumentError) { @sheet_format_pr.outline_level_row = :foo }
|
39
|
-
assert_nothing_raised { @sheet_format_pr.outline_level_row = 1 }
|
40
|
-
end
|
41
|
-
|
42
|
-
def test_outline_level_col
|
43
|
-
assert_raise(ArgumentError) { @sheet_format_pr.outline_level_col = :foo }
|
44
|
-
assert_nothing_raised { @sheet_format_pr.outline_level_col = 1 }
|
45
|
-
end
|
46
|
-
|
47
|
-
def test_default_row_height
|
48
|
-
assert_raise(ArgumentError) { @sheet_format_pr.default_row_height = :foo }
|
49
|
-
assert_nothing_raised { @sheet_format_pr.default_row_height= 1.0 }
|
50
|
-
end
|
51
|
-
|
52
|
-
def test_default_col_width
|
53
|
-
assert_raise(ArgumentError) { @sheet_format_pr.default_col_width= :foo }
|
54
|
-
assert_nothing_raised { @sheet_format_pr.default_col_width = 1.0 }
|
55
|
-
end
|
56
|
-
|
57
|
-
def test_custom_height
|
58
|
-
assert_raise(ArgumentError) { @sheet_format_pr.custom_height= :foo }
|
59
|
-
assert_nothing_raised { @sheet_format_pr.custom_height = true }
|
60
|
-
end
|
61
|
-
|
62
|
-
def test_zero_height
|
63
|
-
assert_raise(ArgumentError) { @sheet_format_pr.zero_height= :foo }
|
64
|
-
assert_nothing_raised { @sheet_format_pr.zero_height = true }
|
65
|
-
end
|
66
|
-
def test_thick_top
|
67
|
-
assert_raise(ArgumentError) { @sheet_format_pr.thick_top= :foo }
|
68
|
-
assert_nothing_raised { @sheet_format_pr.thick_top = true }
|
69
|
-
end
|
70
|
-
def test_thick_bottom
|
71
|
-
assert_raise(ArgumentError) { @sheet_format_pr.thick_bottom= :foo }
|
72
|
-
assert_nothing_raised { @sheet_format_pr.thick_bottom = true }
|
73
|
-
end
|
74
|
-
|
75
|
-
def test_to_xml_string
|
76
|
-
doc = Nokogiri::XML(@sheet_format_pr.to_xml_string)
|
77
|
-
assert doc.xpath("sheetFormatPr[@thickBottom=1]")
|
78
|
-
assert doc.xpath("sheetFormatPr[@baseColWidth=5]")
|
79
|
-
assert doc.xpath("sheetFormatPr[@default_col_width=7.2]")
|
80
|
-
assert doc.xpath("sheetFormatPr[@default_row_height=5.2]")
|
81
|
-
assert doc.xpath("sheetFormatPr[@custom_height=1]")
|
82
|
-
assert doc.xpath("sheetFormatPr[@zero_height=0]")
|
83
|
-
assert doc.xpath("sheetFormatPr[@thick_top=1]")
|
84
|
-
assert doc.xpath("sheetFormatPr[@outline_level_row=0]")
|
85
|
-
assert doc.xpath("sheetFormatPr[@outline_level_col=0]")
|
86
|
-
end
|
87
|
-
|
88
|
-
end
|
@@ -1,49 +0,0 @@
|
|
1
|
-
require 'tc_helper.rb'
|
2
|
-
|
3
|
-
|
4
|
-
class TestSheetPr < Test::Unit::TestCase
|
5
|
-
|
6
|
-
def setup
|
7
|
-
worksheet = Axlsx::Package.new.workbook.add_worksheet
|
8
|
-
@options = {
|
9
|
-
:sync_horizontal => false,
|
10
|
-
:sync_vertical => false,
|
11
|
-
:transition_evaluation => true,
|
12
|
-
:transition_entry => true,
|
13
|
-
:published => false,
|
14
|
-
:filter_mode => true,
|
15
|
-
:enable_format_conditions_calculation => false,
|
16
|
-
:code_name => '007',
|
17
|
-
:sync_ref => 'foo',
|
18
|
-
:tab_color => 'FFFF6666'
|
19
|
-
}
|
20
|
-
@sheet_pr = Axlsx::SheetPr.new(worksheet, @options)
|
21
|
-
end
|
22
|
-
|
23
|
-
def test_initialization
|
24
|
-
@options.each do |key, value|
|
25
|
-
if key==:tab_color
|
26
|
-
stored_value = @sheet_pr.send(key)
|
27
|
-
assert_equal Axlsx::Color, stored_value.class
|
28
|
-
assert_equal value, stored_value.rgb
|
29
|
-
else
|
30
|
-
assert_equal value, @sheet_pr.send(key)
|
31
|
-
end
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
def test_to_xml_string
|
36
|
-
doc = Nokogiri::XML(@sheet_pr.to_xml_string)
|
37
|
-
assert_equal(doc.xpath("//sheetPr[@syncHorizontal='0']").size, 1)
|
38
|
-
assert_equal(doc.xpath("//sheetPr[@syncVertical='0']").size, 1)
|
39
|
-
assert_equal(doc.xpath("//sheetPr[@transitionEvaluation='1']").size, 1)
|
40
|
-
assert_equal(doc.xpath("//sheetPr[@transitionEntry='1']").size, 1)
|
41
|
-
assert_equal(doc.xpath("//sheetPr[@published='0']").size, 1)
|
42
|
-
assert_equal(doc.xpath("//sheetPr[@filterMode='1']").size, 1)
|
43
|
-
assert_equal(doc.xpath("//sheetPr[@enableFormatConditionsCalculation='0']").size, 1)
|
44
|
-
assert_equal(doc.xpath("//sheetPr[@codeName='007']").size, 1)
|
45
|
-
assert_equal(doc.xpath("//sheetPr[@syncRef='foo']").size, 1)
|
46
|
-
assert_equal(doc.xpath("//sheetPr/tabColor[@rgb='FFFF6666']").size, 1)
|
47
|
-
assert_equal(doc.xpath("//sheetPr/pageSetUpPr[@fitToPage='0']").size, 1)
|
48
|
-
end
|
49
|
-
end
|
@@ -1,117 +0,0 @@
|
|
1
|
-
# encoding: UTF-8
|
2
|
-
require 'tc_helper.rb'
|
3
|
-
|
4
|
-
# <xsd:complexType name="CT_SheetProtection">
|
5
|
-
# <xsd:attribute name="sheet" type="xsd:boolean" use="optional" default=0/>
|
6
|
-
# <xsd:attribute name="objects" type="xsd:boolean" use="optional" default=0/>
|
7
|
-
# <xsd:attribute name="scenarios" type="xsd:boolean" use="optional" default=0/>
|
8
|
-
# <xsd:attribute name="formatCells" type="xsd:boolean" use="optional" default="true"/>
|
9
|
-
# <xsd:attribute name="formatColumns" type="xsd:boolean" use="optional" default="true"/>
|
10
|
-
# <xsd:attribute name="formatRows" type="xsd:boolean" use="optional" default="true"/>
|
11
|
-
# <xsd:attribute name="insertColumns" type="xsd:boolean" use="optional" default="true"/>
|
12
|
-
# <xsd:attribute name="insertRows" type="xsd:boolean" use="optional" default="true"/>
|
13
|
-
# <xsd:attribute name="insertHyperlinks" type="xsd:boolean" use="optional" default="true"/>
|
14
|
-
# <xsd:attribute name="deleteColumns" type="xsd:boolean" use="optional" default="true"/>
|
15
|
-
# <xsd:attribute name="deleteRows" type="xsd:boolean" use="optional" default="true"/>
|
16
|
-
# <xsd:attribute name="selectLockedCells" type="xsd:boolean" use="optional" default=0/>
|
17
|
-
# <xsd:attribute name="sort" type="xsd:boolean" use="optional" default="true"/>
|
18
|
-
# <xsd:attribute name="autoFilter" type="xsd:boolean" use="optional" default="true"/>
|
19
|
-
# <xsd:attribute name="pivotTables" type="xsd:boolean" use="optional" default="true"/>
|
20
|
-
# <xsd:attribute name="selectUnlockedCells" type="xsd:boolean" use="optional" default=0/>
|
21
|
-
# <xsd:attribute name="password" type="xsd:string" use="optional" default="nil"/>
|
22
|
-
# </xsd:complexType>
|
23
|
-
|
24
|
-
class TestSheetProtection < Test::Unit::TestCase
|
25
|
-
def setup
|
26
|
-
#inverse defaults
|
27
|
-
@boolean_options = { :sheet => false, :objects => true, :scenarios => true, :format_cells => false,
|
28
|
-
:format_columns => false, :format_rows => false, :insert_columns => false, :insert_rows => false,
|
29
|
-
:insert_hyperlinks => false, :delete_columns => false, :delete_rows => false, :select_locked_cells => true,
|
30
|
-
:sort => false, :auto_filter => false, :pivot_tables => false, :select_unlocked_cells => true }
|
31
|
-
|
32
|
-
@string_options = { :password => nil }
|
33
|
-
|
34
|
-
@options = @boolean_options.merge(@string_options)
|
35
|
-
|
36
|
-
@sp = Axlsx::SheetProtection.new(@options)
|
37
|
-
end
|
38
|
-
|
39
|
-
def test_initialize
|
40
|
-
sp = Axlsx::SheetProtection.new
|
41
|
-
@boolean_options.each do |key, value|
|
42
|
-
assert_equal(!value, sp.send(key.to_sym), "initialized default #{key} should be #{!value}")
|
43
|
-
assert_equal(value, @sp.send(key.to_sym), "initialized options #{key} should be #{value}")
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
def test_boolean_attribute_validation
|
48
|
-
@boolean_options.each do |key, value|
|
49
|
-
assert_raise(ArgumentError, "#{key} must be boolean") { @sp.send("#{key}=".to_sym, 'A') }
|
50
|
-
assert_nothing_raised { @sp.send("#{key}=".to_sym, true) }
|
51
|
-
assert_nothing_raised { @sp.send("#{key}=".to_sym, true) }
|
52
|
-
end
|
53
|
-
end
|
54
|
-
|
55
|
-
def test_to_xml_string
|
56
|
-
@sp.password = 'fish' # -> CA3F
|
57
|
-
doc = Nokogiri::XML(@sp.to_xml_string)
|
58
|
-
@options.each do |key, value|
|
59
|
-
assert(doc.xpath("//sheetProtection[@#{key.to_s.gsub(/_(.)/){ $1.upcase }}='#{value}']"))
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
end
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
@@ -1,214 +0,0 @@
|
|
1
|
-
# encoding: UTF-8
|
2
|
-
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../../"
|
3
|
-
require 'tc_helper.rb'
|
4
|
-
|
5
|
-
class TestSheetView < Test::Unit::TestCase
|
6
|
-
def setup
|
7
|
-
#inverse defaults for booleans
|
8
|
-
@boolean_options = { :right_to_left => true, :show_formulas => true, :show_outline_symbols => true,
|
9
|
-
:show_white_space => true, :tab_selected => true, :default_grid_color => false, :show_grid_lines => false,
|
10
|
-
:show_row_col_headers => false, :show_ruler => false, :show_zeros => false, :window_protection => true }
|
11
|
-
@symbol_options = { :view => :page_break_preview }
|
12
|
-
@nil_options = { :color_id => 2, :top_left_cell => 'A2' }
|
13
|
-
@int_0 = { :zoom_scale_normal => 100, :zoom_scale_page_layout_view => 100, :zoom_scale_sheet_layout_view => 100, :workbook_view_id => 2 }
|
14
|
-
@int_100 = { :zoom_scale => 10 }
|
15
|
-
|
16
|
-
@integer_options = { :color_id => 2, :workbook_view_id => 2 }.merge(@int_0).merge(@int_100)
|
17
|
-
@string_options = { :top_left_cell => 'A2' }
|
18
|
-
|
19
|
-
|
20
|
-
@options = @boolean_options.merge(@boolean_options).merge(@symbol_options).merge(@nil_options).merge(@int_0).merge(@int_100)
|
21
|
-
|
22
|
-
@sv = Axlsx::SheetView.new(@options)
|
23
|
-
end
|
24
|
-
|
25
|
-
def test_initialize
|
26
|
-
sv = Axlsx::SheetView.new
|
27
|
-
|
28
|
-
@boolean_options.each do |key, value|
|
29
|
-
assert_equal(!value, sv.send(key.to_sym), "initialized default #{key} should be #{!value}")
|
30
|
-
assert_equal(value, @sv.send(key.to_sym), "initialized options #{key} should be #{value}")
|
31
|
-
end
|
32
|
-
|
33
|
-
@nil_options.each do |key, value|
|
34
|
-
assert_equal(nil, sv.send(key.to_sym), "initialized default #{key} should be nil")
|
35
|
-
assert_equal(value, @sv.send(key.to_sym), "initialized options #{key} should be #{value}")
|
36
|
-
end
|
37
|
-
|
38
|
-
@int_0.each do |key, value|
|
39
|
-
assert_equal(0, sv.send(key.to_sym), "initialized default #{key} should be 0")
|
40
|
-
assert_equal(value, @sv.send(key.to_sym), "initialized options #{key} should be #{value}")
|
41
|
-
end
|
42
|
-
|
43
|
-
@int_100.each do |key, value|
|
44
|
-
assert_equal(100, sv.send(key.to_sym), "initialized default #{key} should be 100")
|
45
|
-
assert_equal(value, @sv.send(key.to_sym), "initialized options #{key} should be #{value}")
|
46
|
-
end
|
47
|
-
end
|
48
|
-
|
49
|
-
def test_boolean_attribute_validation
|
50
|
-
@boolean_options.each do |key, value|
|
51
|
-
assert_raise(ArgumentError, "#{key} must be boolean") { @sv.send("#{key}=".to_sym, 'A') }
|
52
|
-
assert_nothing_raised { @sv.send("#{key}=".to_sym, true) }
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
def test_string_attribute_validation
|
57
|
-
@string_options.each do |key, value|
|
58
|
-
assert_raise(ArgumentError, "#{key} must be string") { @sv.send("#{key}=".to_sym, :symbol) }
|
59
|
-
assert_nothing_raised { @sv.send("#{key}=".to_sym, "foo") }
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
def test_symbol_attribute_validation
|
64
|
-
@symbol_options.each do |key, value|
|
65
|
-
assert_raise(ArgumentError, "#{key} must be symbol") { @sv.send("#{key}=".to_sym, "foo") }
|
66
|
-
assert_nothing_raised { @sv.send("#{key}=".to_sym, value) }
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
def test_integer_attribute_validation
|
71
|
-
@integer_options.each do |key, value|
|
72
|
-
assert_raise(ArgumentError, "#{key} must be integer") { @sv.send("#{key}=".to_sym, "foo") }
|
73
|
-
assert_nothing_raised { @sv.send("#{key}=".to_sym, value) }
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
|
-
def test_color_id
|
78
|
-
assert_raise(ArgumentError) { @sv.color_id = "10" }
|
79
|
-
assert_nothing_raised { @sv.color_id = 2 }
|
80
|
-
assert_equal(@sv.color_id, 2)
|
81
|
-
end
|
82
|
-
|
83
|
-
def test_default_grid_color
|
84
|
-
assert_raise(ArgumentError) { @sv.default_grid_color = "foo" }
|
85
|
-
assert_nothing_raised { @sv.default_grid_color = false }
|
86
|
-
assert_equal(@sv.default_grid_color, false)
|
87
|
-
end
|
88
|
-
|
89
|
-
def test_right_to_left
|
90
|
-
assert_raise(ArgumentError) { @sv.right_to_left = "foo´" }
|
91
|
-
assert_nothing_raised { @sv.right_to_left = true }
|
92
|
-
assert_equal(@sv.right_to_left, true)
|
93
|
-
end
|
94
|
-
|
95
|
-
def test_show_formulas
|
96
|
-
assert_raise(ArgumentError) { @sv.show_formulas = 'foo' }
|
97
|
-
assert_nothing_raised { @sv.show_formulas = false }
|
98
|
-
assert_equal(@sv.show_formulas, false)
|
99
|
-
end
|
100
|
-
|
101
|
-
def test_show_grid_lines
|
102
|
-
assert_raise(ArgumentError) { @sv.show_grid_lines = "foo" }
|
103
|
-
assert_nothing_raised { @sv.show_grid_lines = false }
|
104
|
-
assert_equal(@sv.show_grid_lines, false)
|
105
|
-
end
|
106
|
-
|
107
|
-
def test_show_outline_symbols
|
108
|
-
assert_raise(ArgumentError) { @sv.show_outline_symbols = 'foo' }
|
109
|
-
assert_nothing_raised { @sv.show_outline_symbols = false }
|
110
|
-
assert_equal(@sv.show_outline_symbols, false)
|
111
|
-
end
|
112
|
-
|
113
|
-
def test_show_row_col_headers
|
114
|
-
assert_raise(ArgumentError) { @sv.show_row_col_headers = "foo" }
|
115
|
-
assert_nothing_raised { @sv.show_row_col_headers = false }
|
116
|
-
assert_equal(@sv.show_row_col_headers, false)
|
117
|
-
end
|
118
|
-
|
119
|
-
def test_show_ruler
|
120
|
-
assert_raise(ArgumentError) { @sv.show_ruler = 'foo' }
|
121
|
-
assert_nothing_raised { @sv.show_ruler = false }
|
122
|
-
assert_equal(@sv.show_ruler, false)
|
123
|
-
end
|
124
|
-
|
125
|
-
def test_show_white_space
|
126
|
-
assert_raise(ArgumentError) { @sv.show_white_space = 'foo' }
|
127
|
-
assert_nothing_raised { @sv.show_white_space = false }
|
128
|
-
assert_equal(@sv.show_white_space, false)
|
129
|
-
end
|
130
|
-
|
131
|
-
def test_show_zeros
|
132
|
-
assert_raise(ArgumentError) { @sv.show_zeros = "foo" }
|
133
|
-
assert_nothing_raised { @sv.show_zeros = false }
|
134
|
-
assert_equal(@sv.show_zeros, false)
|
135
|
-
end
|
136
|
-
|
137
|
-
def test_tab_selected
|
138
|
-
assert_raise(ArgumentError) { @sv.tab_selected = "foo" }
|
139
|
-
assert_nothing_raised { @sv.tab_selected = false }
|
140
|
-
assert_equal(@sv.tab_selected, false)
|
141
|
-
end
|
142
|
-
|
143
|
-
def test_top_left_cell
|
144
|
-
assert_raise(ArgumentError) { @sv.top_left_cell = :cell_adress }
|
145
|
-
assert_nothing_raised { @sv.top_left_cell = "A2" }
|
146
|
-
assert_equal(@sv.top_left_cell, "A2")
|
147
|
-
end
|
148
|
-
|
149
|
-
def test_view
|
150
|
-
assert_raise(ArgumentError) { @sv.view = 'view' }
|
151
|
-
assert_nothing_raised { @sv.view = :page_break_preview }
|
152
|
-
assert_equal(@sv.view, :page_break_preview)
|
153
|
-
end
|
154
|
-
|
155
|
-
def test_window_protection
|
156
|
-
assert_raise(ArgumentError) { @sv.window_protection = "foo" }
|
157
|
-
assert_nothing_raised { @sv.window_protection = false }
|
158
|
-
assert_equal(@sv.window_protection, false)
|
159
|
-
end
|
160
|
-
|
161
|
-
def test_workbook_view_id
|
162
|
-
assert_raise(ArgumentError) { @sv.workbook_view_id = "1" }
|
163
|
-
assert_nothing_raised { @sv.workbook_view_id = 1 }
|
164
|
-
assert_equal(@sv.workbook_view_id, 1)
|
165
|
-
end
|
166
|
-
|
167
|
-
def test_zoom_scale
|
168
|
-
assert_raise(ArgumentError) { @sv.zoom_scale = "50" }
|
169
|
-
assert_nothing_raised { @sv.zoom_scale = 50 }
|
170
|
-
assert_equal(@sv.zoom_scale, 50)
|
171
|
-
end
|
172
|
-
|
173
|
-
def test_zoom_scale_normal
|
174
|
-
assert_raise(ArgumentError) { @sv.zoom_scale_normal = "50" }
|
175
|
-
assert_nothing_raised { @sv.zoom_scale_normal = 50 }
|
176
|
-
assert_equal(@sv.zoom_scale_normal, 50)
|
177
|
-
end
|
178
|
-
|
179
|
-
def test_zoom_scale_page_layout_view
|
180
|
-
assert_raise(ArgumentError) { @sv.zoom_scale_page_layout_view = "50" }
|
181
|
-
assert_nothing_raised { @sv.zoom_scale_page_layout_view = 50 }
|
182
|
-
assert_equal(@sv.zoom_scale_page_layout_view, 50)
|
183
|
-
end
|
184
|
-
|
185
|
-
def test_zoom_scale_sheet_layout_view
|
186
|
-
assert_raise(ArgumentError) { @sv.zoom_scale_sheet_layout_view = "50" }
|
187
|
-
assert_nothing_raised { @sv.zoom_scale_sheet_layout_view = 50 }
|
188
|
-
assert_equal(@sv.zoom_scale_sheet_layout_view, 50)
|
189
|
-
end
|
190
|
-
|
191
|
-
def test_to_xml
|
192
|
-
p = Axlsx::Package.new
|
193
|
-
@ws = p.workbook.add_worksheet :name => "sheetview"
|
194
|
-
@ws.sheet_view do |vs|
|
195
|
-
vs.view = :page_break_preview
|
196
|
-
end
|
197
|
-
|
198
|
-
doc = Nokogiri::XML.parse(@ws.sheet_view.to_xml_string)
|
199
|
-
|
200
|
-
assert_equal(1, doc.xpath("//sheetView[@tabSelected=0]").size)
|
201
|
-
|
202
|
-
assert_equal(1, doc.xpath("//sheetView[@tabSelected=0][@showWhiteSpace=0][@showOutlineSymbols=0][@showFormulas=0]
|
203
|
-
[@rightToLeft=0][@windowProtection=0][@showZeros=1][@showRuler=1]
|
204
|
-
[@showRowColHeaders=1][@showGridLines=1][@defaultGridColor=1]
|
205
|
-
[@zoomScale='100'][@workbookViewId='0'][@zoomScaleSheetLayoutView='0'][@zoomScalePageLayoutView='0']
|
206
|
-
[@zoomScaleNormal='0'][@view='pageBreakPreview']").size)
|
207
|
-
end
|
208
|
-
|
209
|
-
def test_add_selection
|
210
|
-
@sv.add_selection(:top_left, :active_cell => "A1")
|
211
|
-
assert_equal('A1', @sv.selections[:top_left].active_cell)
|
212
|
-
end
|
213
|
-
|
214
|
-
end
|
@@ -1,77 +0,0 @@
|
|
1
|
-
require 'tc_helper.rb'
|
2
|
-
|
3
|
-
class TestTable < Test::Unit::TestCase
|
4
|
-
def setup
|
5
|
-
p = Axlsx::Package.new
|
6
|
-
@ws = p.workbook.add_worksheet
|
7
|
-
40.times do
|
8
|
-
@ws << ["aa","aa","aa","aa","aa","aa"]
|
9
|
-
end
|
10
|
-
end
|
11
|
-
|
12
|
-
def test_initialization
|
13
|
-
assert(@ws.workbook.tables.empty?)
|
14
|
-
assert(@ws.tables.empty?)
|
15
|
-
|
16
|
-
end
|
17
|
-
|
18
|
-
def test_table_style_info
|
19
|
-
table = @ws.add_table('A1:D5', :name => 'foo', :style_info => { :show_row_stripes => true, :name => "TableStyleMedium25" })
|
20
|
-
assert_equal('TableStyleMedium25', table.table_style_info.name)
|
21
|
-
assert_equal(true, table.table_style_info.show_row_stripes)
|
22
|
-
end
|
23
|
-
|
24
|
-
def test_add_table
|
25
|
-
name = "test"
|
26
|
-
table = @ws.add_table("A1:D5", :name => name)
|
27
|
-
assert(table.is_a?(Axlsx::Table), "must create a table")
|
28
|
-
assert_equal(@ws.workbook.tables.last, table, "must be added to workbook table collection")
|
29
|
-
assert_equal(@ws.tables.last, table, "must be added to worksheet table collection")
|
30
|
-
assert_equal(table.name, name, "options for name are applied")
|
31
|
-
end
|
32
|
-
|
33
|
-
def test_pn
|
34
|
-
@ws.add_table("A1:D5")
|
35
|
-
assert_equal(@ws.tables.first.pn, "tables/table1.xml")
|
36
|
-
end
|
37
|
-
|
38
|
-
def test_rId
|
39
|
-
table = @ws.add_table("A1:D5")
|
40
|
-
assert_equal @ws.relationships.for(table).Id, table.rId
|
41
|
-
end
|
42
|
-
|
43
|
-
def test_index
|
44
|
-
@ws.add_table("A1:D5")
|
45
|
-
assert_equal(@ws.tables.first.index, @ws.workbook.tables.index(@ws.tables.first))
|
46
|
-
end
|
47
|
-
|
48
|
-
def test_relationships
|
49
|
-
assert(@ws.relationships.empty?)
|
50
|
-
@ws.add_table("A1:D5")
|
51
|
-
assert_equal(@ws.relationships.size, 1, "adding a table adds a relationship")
|
52
|
-
@ws.add_table("F1:J5")
|
53
|
-
assert_equal(@ws.relationships.size, 2, "adding a table adds a relationship")
|
54
|
-
end
|
55
|
-
|
56
|
-
def test_to_xml_string
|
57
|
-
table = @ws.add_table("A1:D5")
|
58
|
-
schema = Nokogiri::XML::Schema(File.open(Axlsx::SML_XSD))
|
59
|
-
doc = Nokogiri::XML(table.to_xml_string)
|
60
|
-
errors = []
|
61
|
-
schema.validate(doc).each do |error|
|
62
|
-
errors.push error
|
63
|
-
puts error.message
|
64
|
-
end
|
65
|
-
assert(errors.empty?, "error free validation")
|
66
|
-
end
|
67
|
-
|
68
|
-
def test_to_xml_string_for_special_characters
|
69
|
-
cell = @ws.rows.first.cells.first
|
70
|
-
cell.value = "&><'\""
|
71
|
-
|
72
|
-
table = @ws.add_table("A1:D5")
|
73
|
-
doc = Nokogiri::XML(table.to_xml_string)
|
74
|
-
errors = doc.errors
|
75
|
-
assert(errors.empty?, "invalid xml: #{errors.map(&:to_s).join(', ')}")
|
76
|
-
end
|
77
|
-
end
|
@@ -1,53 +0,0 @@
|
|
1
|
-
require 'tc_helper.rb'
|
2
|
-
|
3
|
-
class TestTableStyleInfo < Test::Unit::TestCase
|
4
|
-
def setup
|
5
|
-
p = Axlsx::Package.new
|
6
|
-
@ws = p.workbook.add_worksheet
|
7
|
-
40.times do
|
8
|
-
@ws.add_row %w(aa bb cc dd ee ff gg hh ii jj kk)
|
9
|
-
end
|
10
|
-
@table = @ws.add_table(Axlsx::cell_range([@ws.rows.first.cells.first,@ws.rows.last.cells.last], false), :name => 'foo')
|
11
|
-
@options = { :show_first_column => 1,
|
12
|
-
:show_last_column => 1,
|
13
|
-
:show_row_stripes => 1,
|
14
|
-
:show_column_stripes => 1,
|
15
|
-
:name => "TableStyleDark4" }
|
16
|
-
|
17
|
-
|
18
|
-
end
|
19
|
-
|
20
|
-
def test_initialize
|
21
|
-
table_style = Axlsx::TableStyleInfo.new @options
|
22
|
-
@options.each do |key, value|
|
23
|
-
assert_equal(value, table_style.send(key.to_sym))
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
def test_boolean_properties
|
28
|
-
table_style = Axlsx::TableStyleInfo.new
|
29
|
-
@options.keys.each do |key|
|
30
|
-
assert_nothing_raised { table_style.send("#{key.to_sym}=", true) }
|
31
|
-
assert_raises(ArgumentError) { table_style.send(key.to_sym, 'foo') }
|
32
|
-
end
|
33
|
-
end
|
34
|
-
def doc
|
35
|
-
@doc ||= Nokogiri::XML(Axlsx::TableStyleInfo.new(@options).to_xml_string)
|
36
|
-
end
|
37
|
-
|
38
|
-
def test_to_xml_string_first_column
|
39
|
-
assert(doc.xpath('//tableStyleInfo[@showLastColumn=1]'))
|
40
|
-
end
|
41
|
-
|
42
|
-
def test_to_xml_string_row_stripes
|
43
|
-
assert(doc.xpath('//tableStyleInfo[@showRowStripes=1]'))
|
44
|
-
end
|
45
|
-
|
46
|
-
def test_to_xml_string_column_stripes
|
47
|
-
assert(doc.xpath('//tableStyleInfo[@showColumnStripes=1]'))
|
48
|
-
end
|
49
|
-
|
50
|
-
def test_to_xml_string_name
|
51
|
-
assert(doc.xpath("//tableStyleInfo[@name=#{@options[:name]}]"))
|
52
|
-
end
|
53
|
-
end
|