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'¶
-