openpyxl.worksheet.tests.test_datavalidation module

openpyxl.worksheet.tests.test_datavalidation.DataValidation()[source]
openpyxl.worksheet.tests.test_datavalidation.DataValidationList()[source]
class openpyxl.worksheet.tests.test_datavalidation.TestDataValidation[source]

Bases: object

test_add_after_sqref(DataValidation)[source]
test_contains(DataValidation)[source]
test_ctor(DataValidation)[source]
test_from_xml(DataValidation)[source]
test_hide_drop_down(DataValidation)[source]
test_list_validation(DataValidation)[source]
test_parser(DataValidation)[source]
test_read_formula(DataValidation)[source]
test_sqref(DataValidation)[source]
test_writer_validation(DataValidation)[source]
class openpyxl.worksheet.tests.test_datavalidation.TestDataValidationList[source]

Bases: object

test_ctor(DataValidationList)[source]
test_empty_dv(DataValidationList, DataValidation)[source]
test_from_xml(DataValidationList)[source]
openpyxl.worksheet.tests.test_datavalidation.test_collapse_cell_addresses(cells, expected)[source]
openpyxl.worksheet.tests.test_datavalidation.test_expand_cell_ranges()[source]