openpyxl.worksheet.tests.test_reader module

openpyxl.worksheet.tests.test_reader.PrimedWorksheetReader(Workbook, WorksheetReader, datadir)[source]
class openpyxl.worksheet.tests.test_reader.TestWorksheetParser[source]

Bases: object

test_array_formula(WorkSheetParser, datadir)[source]
test_auto_filter(WorkSheetParser)[source]
test_bad_conditional_format_rule(WorkSheetParser, recwarn)[source]
test_boolean(WorkSheetParser)[source]
test_cell_without_coordinates(WorkSheetParser)[source]
test_col_break(WorkSheetParser)[source]
test_col_width(datadir, WorkSheetParser)[source]
test_conditonal_formatting(WorkSheetParser)[source]
test_custom_views_breaks(WorkSheetParser)[source]
test_datetime(WorkSheetParser)[source]
test_extended_conditional_formatting(WorkSheetParser, recwarn)[source]
test_formula(WorkSheetParser)[source]
test_formula_data_only(WorkSheetParser)[source]
test_hidden_col(WorkSheetParser)[source]
test_hidden_row(WorkSheetParser)[source]
test_inline_richtext(WorkSheetParser)[source]
test_inline_string(WorkSheetParser)[source]
test_invalid_row_number(WorkSheetParser)[source]
test_legacy(WorkSheetParser)[source]
test_mac_date(WorkSheetParser)[source]
test_merge_cells(WorkSheetParser)[source]
test_number(WorkSheetParser)[source]
test_out_of_range_datetime(WorkSheetParser, recwarn, value)[source]
test_page_row_break(WorkSheetParser)[source]
test_parse_richtext()[source]
test_read_dimension(WorkSheetParser, datadir, filename, expected)[source]
test_read_row_with_exponent(WorkSheetParser)[source]
test_row_and_cell_skipping_coordinates(WorkSheetParser)[source]
test_row_and_cell_without_coordinates(WorkSheetParser)[source]
test_row_dimensions(WorkSheetParser)[source]
test_scenarios(WorkSheetParser)[source]
test_second_row_cell_index_without_coordinates(WorkSheetParser)[source]
test_shared_formula(WorkSheetParser)[source]
test_sheet_format(WorkSheetParser)[source]
test_sheet_properties(WorkSheetParser)[source]
test_sheet_protection(datadir, WorkSheetParser)[source]
test_sheet_views(WorkSheetParser)[source]
test_string(WorkSheetParser)[source]
test_string_formula_data_only(WorkSheetParser)[source]
test_styled_col(datadir, WorkSheetParser)[source]
test_styled_row(datadir, WorkSheetParser)[source]
test_table_formula(WorkSheetParser)[source]
test_tables(WorkSheetParser)[source]
test_timedelta(WorkSheetParser)[source]
class openpyxl.worksheet.tests.test_reader.TestWorksheetReader[source]

Bases: object

test_array_formula(PrimedWorksheetReader)[source]
test_cell(PrimedWorksheetReader)[source]
test_cols(PrimedWorksheetReader)[source]
test_formatting(PrimedWorksheetReader)[source]
test_merged(PrimedWorksheetReader)[source]
test_more_rows_than_cells(Workbook, WorksheetReader, datadir)[source]
test_properties(PrimedWorksheetReader)[source]
test_rows(PrimedWorksheetReader)[source]
test_tables(PrimedWorksheetReader)[source]
openpyxl.worksheet.tests.test_reader.WorkSheetParser()[source]

Setup a parser instance with an empty source

openpyxl.worksheet.tests.test_reader.Workbook()[source]
openpyxl.worksheet.tests.test_reader.WorksheetReader()[source]
openpyxl.worksheet.tests.test_reader.test_number_convesion(value, expected)[source]