openpyxl.workbook.tests.test_defined_name module

openpyxl.workbook.tests.test_defined_name.DefinedName()[source]
openpyxl.workbook.tests.test_defined_name.DefinedNameList()[source]
class openpyxl.workbook.tests.test_defined_name.TestDefinition[source]
test_check_type(DefinedName, value, expected)[source]
test_destinations(DefinedName, value, destinations)[source]
test_dict(DefinedName, name, expected)[source]
test_external_range(DefinedName, value, expected)[source]
test_from_xml(DefinedName, src, name, value, value_type)[source]
test_write(DefinedName)[source]
class openpyxl.workbook.tests.test_defined_name.TestDefinitionList[source]
test_append(DefinedNameList, DefinedName)[source]
test_append_only(DefinedNameList)[source]
test_cleanup(DefinedNameList, datadir)[source]
test_contains(DefinedNameList, DefinedName)[source]
test_duplicate(DefinedNameList, DefinedName, scope)[source]
test_localnames(DefinedNameList, datadir)[source]
test_read(DefinedNameList, datadir)[source]
openpyxl.workbook.tests.test_defined_name.test_print_cols(value, expected)[source]
openpyxl.workbook.tests.test_defined_name.test_print_rows(value, expected)[source]
openpyxl.workbook.tests.test_defined_name.test_print_titles(value, expected)[source]
openpyxl.workbook.tests.test_defined_name.test_reserved(value, reserved)[source]
openpyxl.workbook.tests.test_defined_name.test_unpack_print_area(DefinedName, value, expected)[source]
openpyxl.workbook.tests.test_defined_name.test_unpack_print_titles(DefinedName, value, expected)[source]