openpyxl.reader.worksheet module

class openpyxl.reader.worksheet.WorkSheetParser(ws, xml_source, shared_strings)[source]

Bases: object

CELL_TAG = '{http://schemas.openxmlformats.org/spreadsheetml/2006/main}c'
FORMULA_TAG = '{http://schemas.openxmlformats.org/spreadsheetml/2006/main}f'
INLINE_STRING = '{http://schemas.openxmlformats.org/spreadsheetml/2006/main}is'
MERGE_TAG = '{http://schemas.openxmlformats.org/spreadsheetml/2006/main}mergeCell'
VALUE_TAG = '{http://schemas.openxmlformats.org/spreadsheetml/2006/main}v'
parse()[source]
parse_cell(element)[source]
parse_column_dimensions(col)[source]
parse_extensions(element)[source]
parse_legacy_drawing(element)[source]
parse_merge(element)[source]
parse_row(row)[source]
parse_sheet_protection(element)[source]
parse_tables(element)[source]
parser_conditional_formatting(element)[source]