openpyxl.styles.tests.test_stylesheet module

openpyxl.styles.tests.test_stylesheet.Stylesheet()[source]
class openpyxl.styles.tests.test_stylesheet.TestStylesheet[source]

Bases: object

test_alignment(datadir, Stylesheet)[source]
test_assign_number_formats(Stylesheet)[source]
test_ctor(Stylesheet)[source]
test_custom_number_formats(Stylesheet, datadir)[source]
test_from_complex(Stylesheet, datadir)[source]
test_from_simple(Stylesheet, datadir)[source]
test_merge_named_styles(Stylesheet, datadir)[source]
test_named_styles(datadir, Stylesheet)[source]
test_none_values(datadir, Stylesheet)[source]
test_read_cell_style(datadir, Stylesheet)[source]
test_read_xf_no_number_format(datadir, Stylesheet)[source]
test_remove_duplicate_number_formats(Stylesheet, datadir)[source]
test_rgb_colors(Stylesheet, datadir)[source]
test_split_named_styles(Stylesheet)[source]
test_unprotected_cell(Stylesheet, datadir)[source]
openpyxl.styles.tests.test_stylesheet.test_no_default_style(datadir)[source]
openpyxl.styles.tests.test_stylesheet.test_no_styles(recwarn)[source]
openpyxl.styles.tests.test_stylesheet.test_no_stylesheet()[source]
openpyxl.styles.tests.test_stylesheet.test_simple_styles(datadir)[source]
openpyxl.styles.tests.test_stylesheet.test_write_worksheet(Stylesheet)[source]