一图看懂 openpyxl 资料之二, 整理+笔记(大全)

本文由 大侠(AhcaoZhu)原创,转载请声明。
链接: https://blog.csdn.net/Ahcao2008

Alt

一图看懂 openpyxl 资料之二, 整理+笔记(大全)

  • 摘要
  • 模块图
  • 模块全展开清单
  • 类关系图
  • 全展开
  • 【openpyxl】
  • 常量
    • bool
  • 模块
    • 5 openpyxl.compat
    • 6 openpyxl.xml
    • 7 openpyxl.worksheet
    • 8 openpyxl.formula
    • 9 openpyxl.utils
    • 10 openpyxl.descriptors
    • 11 openpyxl.styles
    • 12 openpyxl.cell
    • 13 openpyxl.formatting
    • 14 openpyxl.packaging
    • 15 openpyxl.comments
    • 16 openpyxl.writer
    • 17 openpyxl.drawing
    • 18 openpyxl.chart
    • 19 openpyxl.chartsheet
    • 20 openpyxl.workbook
    • 21 openpyxl.reader
    • 22 openpyxl.pivot
    • 23 openpyxl._constants
  • 函数
    • 24 load_workbook(filename, read_only=False, keep_vba=False, data_only=False, keep_links=True, rich_text=False)
    • 26 openpyxl.workbook.workbook.Workbook
      • data
      • property
      • method
      • 15 add_named_style(self, style)
      • 16 close(self)
      • 17 copy_worksheet(self, from_worksheet)
      • 18 create_chartsheet(self, title=None, index=None)
      • 19 create_named_range(self, name, worksheet=None, value=None, scope=None)
      • 20 create_sheet(self, title=None, index=None)
      • 21 get_index(self, worksheet)
      • 22 get_sheet_by_name(self, name)
      • 23 get_sheet_names(self)
      • 24 index(self, worksheet)
      • 25 move_sheet(self, sheet, offset=0)
      • 26 remove(self, worksheet)
      • 27 remove_sheet(self, worksheet)
      • 28 save(self, filename)
  • 【openpyxl.compat】
  • 常量
    • tuple
  • 【openpyxl.compat.numbers】
  • 常量
    • bool
    • tuple
  • 【openpyxl.compat.strings】
  • 常量
    • tuple
  • 剩余
  • 【openpyxl.xml】
  • 常量
    • bool
  • 【openpyxl.xml.constants】
  • 常量
    • int
    • str
    • dict
  • 【openpyxl.xml.functions】
  • 常量
    • bool
    • str
  • 剩余
  • 【openpyxl.worksheet】
  • 【openpyxl.worksheet.hyperlink】
  • 【openpyxl.worksheet.formula】
  • 【openpyxl.worksheet.cell_range】
  • 【openpyxl.worksheet.header_footer】
  • 常量
    • str
  • 剩余
  • 【openpyxl.worksheet.datavalidation】
  • 【openpyxl.worksheet.page】
  • 【openpyxl.worksheet.dimensions】
  • 常量
    • int
  • 【openpyxl.worksheet.protection】
  • 【openpyxl.worksheet.filters】
  • 【openpyxl.worksheet.views】
  • 【openpyxl.worksheet.merge】
  • 【openpyxl.worksheet.properties】
  • 【openpyxl.worksheet.pagebreak】
  • 【openpyxl.worksheet.scenario】
  • 【openpyxl.worksheet.related】
  • 【openpyxl.worksheet.table】
  • 常量
    • str
    • tuple
  • 剩余
  • 【openpyxl.worksheet.print_settings】
  • 常量
    • str
  • 剩余
  • 【openpyxl.worksheet.worksheet】
  • 【openpyxl.worksheet._reader】
  • 常量
    • str
    • dict
  • 剩余
  • 【openpyxl.worksheet._read_only】
  • 【openpyxl.worksheet._writer】
  • 常量
    • str
    • list
  • 【openpyxl.worksheet._write_only】
  • 【openpyxl.worksheet.copier】
  • 【openpyxl.worksheet.drawing】
  • 【openpyxl.formula】
  • 【openpyxl.formula.tokenizer】
  • 【openpyxl.formula.translate】
  • 【openpyxl.utils】
  • 常量
  • 剩余
  • 【openpyxl.utils.exceptions】
  • 【openpyxl.utils.cell】
  • 常量
    • int
    • str
  • 剩余
  • 【openpyxl.utils.formulas】
  • 剩余
  • 【openpyxl.utils.datetime】
  • 常量
    • int
    • str
  • 剩余
  • 【openpyxl.utils.indexed_list】
  • 【openpyxl.utils.escape】
  • 【openpyxl.utils.units】
  • 常量
    • int
    • float
  • 【openpyxl.utils.bound_dictionary】
  • 【openpyxl.utils.protection】
  • 【openpyxl.descriptors】
  • 常量
    • bool
  • 【openpyxl.descriptors.namespace】
  • 【openpyxl.descriptors.base】
  • 常量
    • bool
  • 【openpyxl.descriptors.sequence】
  • 【openpyxl.descriptors.serialisable】
  • 常量
    • tuple
    • list
  • 剩余
  • 【openpyxl.descriptors.nested】
  • 【openpyxl.descriptors.excel】
  • 常量
    • str
  • 【openpyxl.styles】
  • 【openpyxl.styles.alignment】
  • 常量
    • tuple
  • 【openpyxl.styles.colors】
  • 常量
    • str
    • tuple
  • 剩余
  • 【openpyxl.styles.borders】
  • 常量
    • str
  • 剩余
  • 【openpyxl.styles.fills】
  • 常量
    • str
    • tuple
  • 【openpyxl.styles.fonts】
  • 常量
    • str
  • 【openpyxl.styles.numbers】
  • 常量
    • int
    • str
    • dict
  • 剩余
  • 【openpyxl.styles.protection】
  • 【openpyxl.styles.cell_style】
  • 【openpyxl.styles.named_styles】
  • 常量
    • int
    • dict
  • 【openpyxl.styles.proxy】
  • 【openpyxl.styles.builtins】
  • 常量
    • str
    • dict
  • 剩余
  • 【openpyxl.styles.styleable】
  • 常量
    • int
    • dict
  • 【openpyxl.styles.differential】
  • 【openpyxl.styles.table】
  • 【openpyxl.styles.stylesheet】
  • 常量
    • int
    • str
    • tuple
    • dict
  • 剩余
  • 【openpyxl.cell】
  • 【openpyxl.cell.text】
  • 【openpyxl.cell.rich_text】
  • 【openpyxl.cell.cell】
  • 常量
    • str
    • tuple
    • dict
  • 剩余
  • 【openpyxl.cell.read_only】
  • 常量
    • int
    • dict
  • 【openpyxl.cell._writer】
  • 常量
    • bool
    • str
  • 【openpyxl.formatting】
  • 【openpyxl.formatting.rule】
  • 常量
  • 剩余
  • 【openpyxl.formatting.formatting】
  • 【openpyxl.packaging】
  • 【openpyxl.packaging.relationship】
  • 常量
    • str
  • 剩余
  • 【openpyxl.packaging.manifest】
  • 常量
    • str
    • list
  • 剩余
  • 【openpyxl.packaging.extended】
  • 常量
    • str
  • 【openpyxl.packaging.workbook】
  • 常量
    • str
  • 【openpyxl.packaging.core】
  • 常量
    • str
  • 【openpyxl.packaging.custom】
  • 常量
    • str
    • dict
  • 【openpyxl.comments】
  • 【openpyxl.comments.comments】
  • 【openpyxl.comments.author】
  • 【openpyxl.comments.shape_writer】
  • 常量
    • str
  • 剩余
  • 【openpyxl.comments.comment_sheet】
  • 常量
    • str
  • 【openpyxl.writer】
  • 【openpyxl.writer.theme】
  • 常量
    • str
  • 【openpyxl.writer.excel】
  • 常量
    • int
    • str
  • 剩余
  • 【openpyxl.drawing】
  • 【openpyxl.drawing.drawing】
  • 【openpyxl.drawing.image】
  • 常量
    • bool
  • 【openpyxl.drawing.colors】
  • 常量
    • str
    • list
  • 【openpyxl.drawing.effect】
  • 【openpyxl.drawing.fill】
  • 常量
    • str
    • list
  • 【openpyxl.drawing.line】
  • 常量
    • str
  • 【openpyxl.drawing.geometry】
  • 常量
    • str
  • 【openpyxl.drawing.text】
  • 常量
    • str
  • 【openpyxl.drawing.xdr】
  • 【openpyxl.drawing.properties】
  • 常量
    • str
  • 【openpyxl.drawing.connector】
  • 【openpyxl.drawing.picture】
  • 常量
    • str
  • 【openpyxl.drawing.relation】
  • 常量
    • str
  • 【openpyxl.drawing.graphic】
  • 常量
    • str
  • 【openpyxl.drawing.spreadsheet_drawing】
  • 常量
    • str
  • 【openpyxl.chart】
  • 【openpyxl.chart.layout】
  • 【openpyxl.chart.picture】
  • 【openpyxl.chart.shapes】
  • 常量
    • str
    • list
  • 【openpyxl.chart.data_source】
  • 【openpyxl.chart.text】
  • 【openpyxl.chart.error_bar】
  • 【openpyxl.chart.marker】
  • 常量
    • str
    • list
  • 【openpyxl.chart._3d】
  • 【openpyxl.chart.legend】
  • 【openpyxl.chart.reference】
  • 【openpyxl.chart.label】
  • 【openpyxl.chart.trendline】
  • 【openpyxl.chart.series】
  • 常量
    • dict
  • 【openpyxl.chart.series_factory】
  • 【openpyxl.chart.title】
  • 【openpyxl.chart._chart】
  • 常量
    • dict
  • 【openpyxl.chart.descriptors】
  • 【openpyxl.chart.axis】
  • 常量
    • str
  • 【openpyxl.chart.area_chart】
  • 【openpyxl.chart.bar_chart】
  • 【openpyxl.chart.bubble_chart】
  • 【openpyxl.chart.updown_bars】
  • 【openpyxl.chart.line_chart】
  • 【openpyxl.chart.pie_chart】
  • 【openpyxl.chart.radar_chart】
  • 【openpyxl.chart.scatter_chart】
  • 【openpyxl.chart.stock_chart】
  • 【openpyxl.chart.surface_chart】
  • 【openpyxl.chart.plotarea】
  • 【openpyxl.chart.pivot】
  • 【openpyxl.chart.print_settings】
  • 【openpyxl.chart.chartspace】
  • 常量
    • str
  • 【openpyxl.chart.reader】
  • 【openpyxl.chartsheet】
  • 【openpyxl.chartsheet.relation】
  • 【openpyxl.chartsheet.properties】
  • 【openpyxl.chartsheet.protection】
  • 【openpyxl.chartsheet.views】
  • 【openpyxl.chartsheet.custom】
  • 【openpyxl.chartsheet.publish】
  • 【openpyxl.chartsheet.chartsheet】
  • 常量
    • str
  • 【openpyxl.workbook】
  • 【openpyxl.workbook.child】
  • 常量
  • 剩余
  • 【openpyxl.workbook.defined_name】
  • 常量
  • 剩余
  • 【openpyxl.workbook.external_reference】
  • 【openpyxl.workbook.function_group】
  • 【openpyxl.workbook.properties】
  • 【openpyxl.workbook.protection】
  • 【openpyxl.workbook.smart_tags】
  • 【openpyxl.workbook.views】
  • 【openpyxl.workbook.web】
  • 【openpyxl.workbook._writer】
  • 常量
    • str
  • 剩余
  • 【openpyxl.workbook.workbook】
  • 常量
    • str
    • tuple
  • 剩余
  • 【openpyxl.workbook.external_link】
  • 【openpyxl.workbook.external_link.external】
  • 常量
    • str
  • 剩余
  • 【openpyxl.reader】
  • 【openpyxl.reader.strings】
  • 常量
    • str
  • 【openpyxl.reader.workbook】
  • 常量
  • 剩余
  • 【openpyxl.reader.drawings】
  • 常量
    • bool
    • str
  • 剩余
  • 【openpyxl.reader.excel】
  • 常量
    • int
    • bool
    • str
    • tuple
  • 剩余
  • 【openpyxl.pivot】
  • 【openpyxl.pivot.fields】
  • 【openpyxl.pivot.table】
  • 常量
    • str
  • 剩余
  • 【openpyxl.pivot.cache】
  • 常量
    • str
  • 剩余
  • 【openpyxl.pivot.record】
  • 常量
    • str
  • 剩余
  • 【openpyxl._constants】

摘要

全文介绍 openpyxl 的模块、函数、类及类的方法和属性。
前集见一图看懂 openpyxl 资料整理+笔记(大全)
它通过代码抓取并经AI智能翻译和人工校对。
是一部不可多得的权威字典类工具书。它是续集的一部分。后续陆续发布、敬请关注。【原创:AhcaoZhu大侠】

模块图

  • 上次我们只给出了一级模块图。
    这次给出全部的。在以前文章讲过,由于模块引用关系的内在逻辑性不是很强,所以意义不太大,这里仅供参考。
  • 为什么过了这么久才发第二集?
    因为大侠对以前的对象研究工具不太满意,花了一周多的时间进行了改版。所以本文素材、包括图等,都是改版后的第四版做的。这个版本也应该是文字版的终版了,考虑明年底之前可能做出可视化的图形版(假如那时还在坚持学习、并且水平够的话)。
    旺柴

图2-module-level4

一图看懂 openpyxl 资料之二, 整理+笔记(大全)_第1张图片

模块全展开清单

1	openpyxl
2	openpyxl.compat
3	openpyxl.compat.numbers
4	openpyxl.compat.strings
5	openpyxl.xml
6	openpyxl.xml.constants
7	openpyxl.xml.functions
8	openpyxl.worksheet
9	openpyxl.worksheet.hyperlink
10	openpyxl.worksheet.formula
11	openpyxl.worksheet.cell_range
12	openpyxl.worksheet.header_footer
13	openpyxl.worksheet.datavalidation
14	openpyxl.worksheet.page
15	openpyxl.worksheet.dimensions
16	openpyxl.worksheet.protection
17	openpyxl.worksheet.filters
18	openpyxl.worksheet.views
19	openpyxl.worksheet.merge
20	openpyxl.worksheet.properties
21	openpyxl.worksheet.pagebreak
22	openpyxl.worksheet.scenario
23	openpyxl.worksheet.related
24	openpyxl.worksheet.table
25	openpyxl.worksheet.print_settings
26	openpyxl.worksheet.worksheet
27	openpyxl.worksheet._reader
28	openpyxl.worksheet._read_only
29	openpyxl.worksheet._writer
30	openpyxl.worksheet._write_only
31	openpyxl.worksheet.copier
32	openpyxl.worksheet.drawing
33	openpyxl.formula
34	openpyxl.formula.tokenizer
35	openpyxl.formula.translate
36	openpyxl.utils
37	openpyxl.utils.exceptions
38	openpyxl.utils.cell
39	openpyxl.utils.formulas
40	openpyxl.utils.datetime
41	openpyxl.utils.indexed_list
42	openpyxl.utils.escape
43	openpyxl.utils.units
44	openpyxl.utils.bound_dictionary
45	openpyxl.utils.protection
46	openpyxl.descriptors
47	openpyxl.descriptors.namespace
48	openpyxl.descriptors.base
49	openpyxl.descriptors.sequence
50	openpyxl.descriptors.serialisable
51	openpyxl.descriptors.nested
52	openpyxl.descriptors.excel
53	openpyxl.styles
54	openpyxl.styles.alignment
55	openpyxl.styles.colors
56	openpyxl.styles.borders
57	openpyxl.styles.fills
58	openpyxl.styles.fonts
59	openpyxl.styles.numbers
60	openpyxl.styles.protection
61	openpyxl.styles.cell_style
62	openpyxl.styles.named_styles
63	openpyxl.styles.proxy
64	openpyxl.styles.builtins
65	openpyxl.styles.styleable
66	openpyxl.styles.differential
67	openpyxl.styles.table
68	openpyxl.styles.stylesheet
69	openpyxl.cell
70	openpyxl.cell.text
71	openpyxl.cell.rich_text
72	openpyxl.cell.cell
73	openpyxl.cell.read_only
74	openpyxl.cell._writer
75	openpyxl.formatting
76	openpyxl.formatting.rule
77	openpyxl.formatting.formatting
78	openpyxl.packaging
79	openpyxl.packaging.relationship
80	openpyxl.packaging.manifest
81	openpyxl.packaging.extended
82	openpyxl.packaging.workbook
83	openpyxl.packaging.core
84	openpyxl.packaging.custom
85	openpyxl.comments
86	openpyxl.comments.comments
87	openpyxl.comments.author
88	openpyxl.comments.shape_writer
89	openpyxl.comments.comment_sheet
90	openpyxl.writer
91	openpyxl.writer.theme
92	openpyxl.writer.excel
93	openpyxl.drawing
94	openpyxl.drawing.drawing
95	openpyxl.drawing.image
96	openpyxl.drawing.colors
97	openpyxl.drawing.effect
98	openpyxl.drawing.fill
99	openpyxl.drawing.line
100	openpyxl.drawing.geometry
101	openpyxl.drawing.text
102	openpyxl.drawing.xdr
103	openpyxl.drawing.properties
104	openpyxl.drawing.connector
105	openpyxl.drawing.picture
106	openpyxl.drawing.relation
107	openpyxl.drawing.graphic
108	openpyxl.drawing.spreadsheet_drawing
109	openpyxl.chart
110	openpyxl.chart.layout
111	openpyxl.chart.picture
112	openpyxl.chart.shapes
113	openpyxl.chart.data_source
114	openpyxl.chart.text
115	openpyxl.chart.error_bar
116	openpyxl.chart.marker
117	openpyxl.chart._3d
118	openpyxl.chart.legend
119	openpyxl.chart.reference
120	openpyxl.chart.label
121	openpyxl.chart.trendline
122	openpyxl.chart.series
123	openpyxl.chart.series_factory
124	openpyxl.chart.title
125	openpyxl.chart._chart
126	openpyxl.chart.descriptors
127	openpyxl.chart.axis
128	openpyxl.chart.area_chart
129	openpyxl.chart.bar_chart
130	openpyxl.chart.bubble_chart
131	openpyxl.chart.updown_bars
132	openpyxl.chart.line_chart
133	openpyxl.chart.pie_chart
134	openpyxl.chart.radar_chart
135	openpyxl.chart.scatter_chart
136	openpyxl.chart.stock_chart
137	openpyxl.chart.surface_chart
138	openpyxl.chart.plotarea
139	openpyxl.chart.pivot
140	openpyxl.chart.print_settings
141	openpyxl.chart.chartspace
142	openpyxl.chart.reader
143	openpyxl.chartsheet
144	openpyxl.chartsheet.relation
145	openpyxl.chartsheet.properties
146	openpyxl.chartsheet.protection
147	openpyxl.chartsheet.views
148	openpyxl.chartsheet.custom
149	openpyxl.chartsheet.publish
150	openpyxl.chartsheet.chartsheet
151	openpyxl.workbook
152	openpyxl.workbook.child
153	openpyxl.workbook.defined_name
154	openpyxl.workbook.external_reference
155	openpyxl.workbook.function_group
156	openpyxl.workbook.properties
157	openpyxl.workbook.protection
158	openpyxl.workbook.smart_tags
159	openpyxl.workbook.views
160	openpyxl.workbook.web
161	openpyxl.workbook._writer
162	openpyxl.workbook.workbook
163	openpyxl.workbook.external_link
164	openpyxl.workbook.external_link.external
165	openpyxl.reader
166	openpyxl.reader.strings
167	openpyxl.reader.workbook
168	openpyxl.reader.drawings
169	openpyxl.reader.excel
170	openpyxl.pivot
171	openpyxl.pivot.fields
172	openpyxl.pivot.table
173	openpyxl.pivot.cache
174	openpyxl.pivot.record
175	openpyxl._constants

类关系图

图3-class-relationship-openpyxl

一图看懂 openpyxl 资料之二, 整理+笔记(大全)_第2张图片

图4-class-relationship-all

全展开

统计

序号 类别 数量
2 bool 4
4 str 10
6 list 1
8 dict 1
9 module 20
10 class 1
11 function 2
13 residual 3
14 system 15
15 private 1
16 all 42

【openpyxl】

openpyxl, fullname=openpyxl, file=openpyxl_init_.py

常量

bool

1 DEBUG False
2 NUMPY True
3 DEFUSEDXML False
4 LXML True

模块

5 openpyxl.compat

compat, fullname=openpyxl.compat, file=openpyxl\compat_init_.py

6 openpyxl.xml

xml, fullname=openpyxl.xml, file=openpyxl\xml_init_.py

跨不同Python版本兼容的XML资源集合

7 openpyxl.worksheet

worksheet, fullname=openpyxl.worksheet, file=openpyxl\worksheet_init_.py

8 openpyxl.formula

formula, fullname=openpyxl.formula, file=openpyxl\formula_init_.py

9 openpyxl.utils

utils, fullname=openpyxl.utils, file=openpyxl\utils_init_.py

10 openpyxl.descriptors

descriptors, fullname=openpyxl.descriptors, file=openpyxl\descriptors_init_.py

11 openpyxl.styles

styles, fullname=openpyxl.styles, file=openpyxl\styles_init_.py

12 openpyxl.cell

cell, fullname=openpyxl.cell, file=openpyxl\cell_init_.py

13 openpyxl.formatting

formatting, fullname=openpyxl.formatting, file=openpyxl\formatting_init_.py

14 openpyxl.packaging

packaging, fullname=openpyxl.packaging, file=openpyxl\packaging_init_.py

与Office OpenXML打包相关的东西:关系、归档、内容类型。

15 openpyxl.comments

comments, fullname=openpyxl.comments, file=openpyxl\comments_init_.py

16 openpyxl.writer

writer, fullname=openpyxl.writer, file=openpyxl\writer_init_.py

17 openpyxl.drawing

drawing, fullname=openpyxl.drawing, file=openpyxl\drawing_init_.py

18 openpyxl.chart

chart, fullname=openpyxl.chart, file=openpyxl\chart_init_.py

19 openpyxl.chartsheet

chartsheet, fullname=openpyxl.chartsheet, file=openpyxl\chartsheet_init_.py

20 openpyxl.workbook

workbook, fullname=openpyxl.workbook, file=openpyxl\workbook_init_.py

21 openpyxl.reader

reader, fullname=openpyxl.reader, file=openpyxl\reader_init_.py

22 openpyxl.pivot

pivot, fullname=openpyxl.pivot, file=openpyxl\pivot_init_.py

23 openpyxl._constants

_constants, fullname=openpyxl._constants, file=openpyxl_constants.py

包元数据

函数

24 load_workbook(filename, read_only=False, keep_vba=False, data_only=False, keep_links=True, rich_text=False)

load_workbook(filename, read_only=False, keep_vba=False, data_only=False, keep_links=True, rich_text=False), module=openpyxl.reader.excel, line:314 at site-packages\openpyxl\reader\excel.py

打开给定的文件名并返回工作簿
    :param filename: 打开的路径或类文件对象
    :type filename: string或以二进制模式打开的类文件对象。例如, :class:`zipfile.ZipFile`
    :param read_only: 为读取优化,内容不能被编辑
    :type read_only: bool
    :param keep_vba: 保留vba内容(这并不意味着你可以使用它)
    :type keep_vba: bool
    :param data_only: 控制带公式的单元格是否有公式(默认值)或Excel上次读取表时存储的值
    :type data_only: bool
    :param keep_links: 是否应该保留外部工作簿的链接。默认值是True。
    :type keep_links: bool
    :param rich_text: 如果设置为True, openpyxl将在单元格中保留任何富文本格式。默认值是False。
    :type rich_text: bool
    :rtype: :class:`openpyxl.workbook.Workbook`
    .. note::
        当使用惰性加载时,所有的工作表将是:class:`openpyxl.worksheet.iter_worksheet.IterableWorksheet`
        而返回的工作簿将是只读的。

26 openpyxl.workbook.workbook.Workbook

Workbook, openpyxl.workbook.workbook.Workbook, module=openpyxl.workbook.workbook, line:51 at site-packages\openpyxl\workbook\workbook.py

工作簿是文档所有其他部分的容器。

data

1 path=/xl/workbook.xml kind:data type:str class:
2 template=False kind:data type:bool class:

property

3 active= kind:property type:property class:
4 chartsheets= kind:property type:property class:
5 data_only= kind:property type:property class:
6 epoch= kind:property type:property class:
7 excel_base_date= kind:property type:property class:
8 mime_type= kind:property type:property class:
9 named_styles= kind:property type:property class:
10 read_only= kind:property type:property class:
11 sheetnames= kind:property type:property class:
12 style_names= kind:property type:property class:
13 worksheets= kind:property type:property class:
14 write_only= kind:property type:property class:

method

15 add_named_style(self, style)

kind:method class: 343 at site-packages\openpyxl\workbook\workbook.py

添加命名样式

16 close(self)

kind:method class: 417 at site-packages\openpyxl\workbook\workbook.py

关闭工作簿文件,如果打开。仅影响只读和只写模式。

17 copy_worksheet(self, from_worksheet)

kind:method class: 397 at site-packages\openpyxl\workbook\workbook.py

复制当前工作簿中的现有工作表。
警告:此函数不能在工作簿之间复制工作表。工作表只能在其所属的工作簿内复制
:param from worksheet:要复制的工作表
:return:初始工作表的副本

18 create_chartsheet(self, title=None, index=None)

kind:method class: 244 at site-packages\openpyxl\workbook\workbook.py

19 create_named_range(self, name, worksheet=None, value=None, scope=None)

kind:method class: 30 at site-packages\openpyxl\compat_init_.py

在工作表上创建一个新的命名范围。
注意:已弃用:直接将有作用域的命名范围分配给工作表,或将全局范围分配给工作簿。3.1已弃用

20 create_sheet(self, title=None, index=None)

kind:method class: 184 at site-packages\openpyxl\workbook\workbook.py

创建工作表(在可选索引处)。
    :param title:表的可选标题
    :type title: str
    :param index:表将插入的可选位置
    :type index: int

21 get_index(self, worksheet)

kind:method class: 30 at site-packages\openpyxl\compat_init_.py

返回工作表的索引。
已弃用:请使用 wb.index(worksheet)

22 get_sheet_by_name(self, name)

kind:method class: 30 at site-packages\openpyxl\compat_init_.py

按名称返回工作表。
    :参数名称:要查找的工作表的名称
    :类型名称:字符串
    ..注意::已弃用:使用 wb[sheetname]

23 get_sheet_names(self)

kind:method class: 30 at site-packages\openpyxl\compat_init_.py

..注意::已弃用:使用wb.sheetnames

24 index(self, worksheet)

kind:method class: 267 at site-packages\openpyxl\workbook\workbook.py

返回工作表的索引。

25 move_sheet(self, sheet, offset=0)

kind:method class: 220 at site-packages\openpyxl\workbook\workbook.py

移动工作表或sheetname
        

26 remove(self, worksheet)

kind:method class: 232 at site-packages\openpyxl\workbook\workbook.py

从工作簿中删除`worksheet`。

27 remove_sheet(self, worksheet)

kind:method class: 30 at site-packages\openpyxl\compat_init_.py

从工作簿中删除“工作表”。
注意::已弃用:使用 wb.remove(worksheet) 或 del wb[sheetname]

28 save(self, filename)

kind:method class: 373 at site-packages\openpyxl\workbook\workbook.py

将当前工作簿保存在给定的`filename`下。
使用这个函数而不是使用' ExcelWriter '
 ..警告:当创建你的工作簿使用' write only '设置为True时,你只能调用这个函数一次。
 后续尝试修改或保存该文件将引发一个:class:`openpyxl.shared.exc.WorkbookAlreadySaved`的例外。

统计

序号 类别 数量
4 str 4
5 tuple 2
6 list 1
8 dict 1
9 module 4
10 class 1
11 function 3
13 residual 3
14 system 9
16 all 19

【openpyxl.compat】

compat, fullname=openpyxl.compat, file=openpyxl\compat_init_.py

常量

tuple

1 NUMERIC_TYPES (, , , 2 string_types (, )

统计

序号 类别 数量
2 bool 1
4 str 4
5 tuple 1
8 dict 1
9 module 1
10 class 1
13 residual 3
14 system 8
16 all 12

【openpyxl.compat.numbers】

numbers, fullname=openpyxl.compat.numbers, file=openpyxl\compat\numbers.py

常量

bool

1 NUMPY True

tuple

2 NUMERIC_TYPES (, , ,

统计

序号 类别 数量
4 str 4
5 tuple 1
8 dict 1
9 module 1
10 class 1
11 function 1
12 builtin_function_or_method 2
13 residual 4
14 system 8
16 all 15

【openpyxl.compat.strings】

strings, fullname=openpyxl.compat.strings, file=openpyxl\compat\strings.py

常量

tuple

1 NUMERIC_TYPES (, , ,

剩余

2 doc None
3 loader <_frozen_importlib_external.SourceFileLoader object at 0x0000000003950488>
4 spec ModuleSpec(name=‘openpyxl.compat.strings’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x0000000003950488>, origin=‘…\lib\site-packages\openpyxl\compat\strings.py’)
5 VER sys.version_info(major=3, minor=7, micro=8, releaselevel=‘final’, serial=0)

统计

序号 类别 数量
2 bool 2
4 str 5
6 list 1
8 dict 1
9 module 3
11 function 4
13 residual 2
14 system 9
16 all 18

【openpyxl.xml】

xml, fullname=openpyxl.xml, file=openpyxl\xml_init_.py

跨不同Python版本兼容的XML资源集合

常量

bool

1 LXML True
2 DEFUSEDXML False

统计

序号 类别 数量
1 int 4
4 str 75
8 dict 3
13 residual 2
14 system 8
16 all 84

【openpyxl.xml.constants】

constants, fullname=openpyxl.xml.constants, file=openpyxl\xml\constants.py

用于文件中固定路径和xml名称空间url的常量。

常量

int

1 MIN_ROW 0
2 MIN_COLUMN 0
3 MAX_COLUMN 16384
4 MAX_ROW 1048576

str

5 PACKAGE_PROPS docProps
6 PACKAGE_XL xl
7 PACKAGE_RELS _rels
8 PACKAGE_THEME xl/theme
9 PACKAGE_WORKSHEETS xl/worksheets
10 PACKAGE_CHARTSHEETS xl/chartsheets
11 PACKAGE_DRAWINGS xl/drawings
12 PACKAGE_CHARTS xl/charts
13 PACKAGE_IMAGES xl/media
14 PACKAGE_WORKSHEET_RELS xl/worksheets/_rels
15 PACKAGE_CHARTSHEETS_RELS xl/chartsheets/_rels
16 PACKAGE_PIVOT_TABLE xl/pivotTables
17 PACKAGE_PIVOT_CACHE xl/pivotCache
18 ARC_CONTENT_TYPES [Content_Types].xml
19 ARC_ROOT_RELS _rels/.rels
20 ARC_WORKBOOK_RELS xl/_rels/workbook.xml.rels
21 ARC_CORE docProps/core.xml
22 ARC_APP docProps/app.xml
23 ARC_CUSTOM docProps/custom.xml
24 ARC_WORKBOOK xl/workbook.xml
25 ARC_STYLE xl/styles.xml
26 ARC_THEME xl/theme/theme1.xml
27 ARC_SHARED_STRINGS xl/sharedStrings.xml
28 ARC_CUSTOM_UI customUI/customUI.xml
29 XML_NS
30 DCORE_NS
31 DCTERMS_NS
32 DCTERMS_PREFIX dcterms
33 DOC_NS
34 REL_NS
35 COMMENTS_NS
36 IMAGE_NS
37 VML_NS
38 VTYPES_NS
39 XPROPS_NS
40 CUSTPROPS_NS
41 EXTERNAL_LINK_NS
42 CPROPS_FMTID {D5CDD505-2E9C-101B-9397-08002B2CF9AE}
43 PKG_NS
44 PKG_REL_NS
45 COREPROPS_NS
46 CONTYPES_NS
47 XSI_NS
48 SHEET_MAIN_NS
49 CHART_NS
50 DRAWING_NS
51 SHEET_DRAWING_NS
52 CHART_DRAWING_NS
53 CUSTOMUI_NS
54 WORKBOOK_MACRO application/vnd.ms-excel.%s.macroEnabled.main+xml
55 WORKBOOK application/vnd.openxmlformats-officedocument.spreadsheetml.%s.main+xml
56 SPREADSHEET application/vnd.openxmlformats-officedocument.spreadsheetml.%s+xml
57 SHARED_STRINGS application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml
58 EXTERNAL_LINK application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml
59 WORKSHEET_TYPE application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml
60 COMMENTS_TYPE application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml
61 STYLES_TYPE application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml
62 CHARTSHEET_TYPE application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml
63 DRAWING_TYPE application/vnd.openxmlformats-officedocument.drawing+xml
64 CHART_TYPE application/vnd.openxmlformats-officedocument.drawingml.chart+xml
65 CHARTSHAPE_TYPE application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml
66 THEME_TYPE application/vnd.openxmlformats-officedocument.theme+xml
67 CPROPS_TYPE application/vnd.openxmlformats-officedocument.custom-properties+xml
68 XLTM application/vnd.ms-excel.template.macroEnabled.main+xml
69 XLSM application/vnd.ms-excel.sheet.macroEnabled.main+xml
70 XLTX application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml
71 XLSX application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml
72 CTRL application/vnd.ms-excel.controlproperties+xml
73 ACTIVEX application/vnd.ms-office.activeX+xml
74 VBA application/vnd.ms-office.vbaProject

dict

75 NAMESPACES {‘cp’: ‘http://schemas.openxmlformats.org/package/2006/metadata/core-properties’…
76 EXT_TYPES {‘{78C0D931-6437-407D-A8EE-F0AAD7539E65}’: ‘Conditional Formatting’, '{CCE6A557-…

统计

序号 类别 数量
2 bool 2
4 str 17
8 dict 1
9 module 1
10 class 4
11 function 3
13 residual 9
14 system 8
16 all 37

【openpyxl.xml.functions】

functions, fullname=openpyxl.xml.functions, file=openpyxl\xml\functions.py

XML兼容函数

常量

bool

1 DEFUSEDXML False
2 LXML True

str

3 CHART_NS
4 DRAWING_NS
5 SHEET_DRAWING_NS
6 CHART_DRAWING_NS
7 SHEET_MAIN_NS
8 REL_NS
9 VTYPES_NS
10 COREPROPS_NS
11 CUSTPROPS_NS
12 DCTERMS_NS
13 DCTERMS_PREFIX dcterms
14 XML_NS

剩余

15 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AF1DF08>
16 spec ModuleSpec(name=‘openpyxl.xml.functions’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AF1DF08>, origin=‘…\lib\site-packages\openpyxl\xml\functions.py’)
17 Element
18 SubElement
19 register_namespace
20 fromstring functools.partial(, parser=)
21 tostring functools.partial(, encoding=‘utf-8’)
22 safe_parser
23 NS_REGEX re.compile(‘({(?P.)})?(?P.)’)

统计

序号 类别 数量
4 str 4
6 list 1
8 dict 1
9 module 24
13 residual 3
14 system 9
15 private 4
16 all 33

【openpyxl.worksheet】

worksheet, fullname=openpyxl.worksheet, file=openpyxl\worksheet_init_.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 6
13 residual 3
14 system 8
16 all 14

【openpyxl.worksheet.hyperlink】

hyperlink, fullname=openpyxl.worksheet.hyperlink, file=openpyxl\worksheet\hyperlink.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 2
11 function 1
13 residual 3
14 system 8
16 all 11

【openpyxl.worksheet.formula】

formula, fullname=openpyxl.worksheet.formula, file=openpyxl\worksheet\formula.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 7
11 function 5
13 residual 3
14 system 8
16 all 20

【openpyxl.worksheet.cell_range】

cell_range, fullname=openpyxl.worksheet.cell_range, file=openpyxl\worksheet\cell_range.py

统计

序号 类别 数量
4 str 7
8 dict 1
9 module 1
10 class 11
11 function 3
12 builtin_function_or_method 1
13 residual 5
14 system 8
15 private 2
16 all 29

【openpyxl.worksheet.header_footer】

header_footer, fullname=openpyxl.worksheet.header_footer, file=openpyxl\worksheet\header_footer.py

常量

str

1 FONT_PATTERN &“(?P.+)”
2 COLOR_PATTERN &K(?P[A-F0-9]{6})
3 SIZE_REGEX &(?P\d+\s?)

剩余

4 doc None
5 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B01C3C8>
6 spec ModuleSpec(name=‘openpyxl.worksheet.header_footer’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B01C3C8>, origin=‘…\lib\site-packages\openpyxl\worksheet\header_footer.py’)
7 Element
8 FORMAT_REGEX re.compile(‘&“(?P.+)”|&K(?P[A-F0-9]{6})|&(?P\d+\s?)’)

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 15
11 function 5
13 residual 3
14 system 8
16 all 28

【openpyxl.worksheet.datavalidation】

datavalidation, fullname=openpyxl.worksheet.datavalidation, file=openpyxl\worksheet\datavalidation.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 10
13 residual 3
14 system 8
16 all 18

【openpyxl.worksheet.page】

page, fullname=openpyxl.worksheet.page, file=openpyxl\worksheet\page.py

统计

序号 类别 数量
1 int 1
4 str 4
8 dict 1
10 class 15
11 function 5
13 residual 4
14 system 8
16 all 30

【openpyxl.worksheet.dimensions】

dimensions, fullname=openpyxl.worksheet.dimensions, file=openpyxl\worksheet\dimensions.py

常量

int

1 DEFAULT_COLUMN_WIDTH 13

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 8
11 function 1
13 residual 3
14 system 8
15 private 1
16 all 17

【openpyxl.worksheet.protection】

protection, fullname=openpyxl.worksheet.protection, file=openpyxl\worksheet\protection.py

统计

序号 类别 数量
4 str 4
8 dict 1
9 module 1
10 class 29
11 function 1
13 residual 3
14 system 8
16 all 39

【openpyxl.worksheet.filters】

filters, fullname=openpyxl.worksheet.filters, file=openpyxl\worksheet\filters.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 14
13 residual 3
14 system 8
16 all 22

【openpyxl.worksheet.views】

views, fullname=openpyxl.worksheet.views, file=openpyxl\worksheet\views.py

统计

序号 类别 数量
4 str 4
8 dict 1
9 module 1
10 class 9
13 residual 3
14 system 8
16 all 18

【openpyxl.worksheet.merge】

merge, fullname=openpyxl.worksheet.merge, file=openpyxl\worksheet\merge.py

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 8
13 residual 2
14 system 8
16 all 16

【openpyxl.worksheet.properties】

properties, fullname=openpyxl.worksheet.properties, file=openpyxl\worksheet\properties.py

工作表的属性

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 8
13 residual 3
14 system 8
16 all 16

【openpyxl.worksheet.pagebreak】

pagebreak, fullname=openpyxl.worksheet.pagebreak, file=openpyxl\worksheet\pagebreak.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 10
13 residual 3
14 system 8
16 all 18

【openpyxl.worksheet.scenario】

scenario, fullname=openpyxl.worksheet.scenario, file=openpyxl\worksheet\scenario.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 3
13 residual 3
14 system 8
16 all 11

【openpyxl.worksheet.related】

related, fullname=openpyxl.worksheet.related, file=openpyxl\worksheet\related.py

统计

序号 类别 数量
4 str 6
5 tuple 2
8 dict 1
10 class 23
11 function 3
13 residual 4
14 system 8
16 all 39

【openpyxl.worksheet.table】

table, fullname=openpyxl.worksheet.table, file=openpyxl\worksheet\table.py

常量

str

1 SHEET_MAIN_NS
2 REL_NS

tuple

3 TABLESTYLES (‘TableStyleMedium1’, ‘TableStyleMedium2’, ‘TableStyleMedium3’, 'TableStyleMediu…
4 PIVOTSTYLES (‘PivotStyleMedium1’, ‘PivotStyleMedium2’, ‘PivotStyleMedium3’, 'PivotStyleMediu…

剩余

5 doc None
6 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B071048>
7 spec ModuleSpec(name=‘openpyxl.worksheet.table’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B071048>, origin=‘…\lib\site-packages\openpyxl\worksheet\table.py’)
8 tostring functools.partial(, encoding=‘utf-8’)

统计

序号 类别 数量
4 str 8
8 dict 1
9 module 1
10 class 9
11 function 2
13 residual 8
14 system 8
16 all 29

【openpyxl.worksheet.print_settings】

print_settings, fullname=openpyxl.worksheet.print_settings, file=openpyxl\worksheet\print_settings.py

常量

str

1 SHEET_TITLE
((‘(?P([‘]|’‘)*)’)|(?P[’^ ^!]*))!
2 RANGE_EXPR
[ ] ? ( ? P < m i n c o l > [ A − Z a − z ] 1 , 3 ) ? [ ]?(?P[A-Za-z]{1,3})? [ ]?(?P<mincol>[AZaz]1,3)?[]?(?P\d+)?
(:[ ] ? ( ? P < m a x c o l > [ A − Z a − z . . . 3 C O L R A N G E ( ? P < c o l s > [ ]?(?P[A-Za-z... 3 COL_RANGE (?P[ ]?(?P<maxcol>[AZaz...3COLRANGE(?P<cols>[]?(?P[a-zA-Z]{1,3}):[ ] ? ( ? P < m a x c o l > [ a − z A − Z ] 1 , 3 ) ) 4 R O W R A N G E ( ? P < r o w s > [ ]?(?P[a-zA-Z]{1,3})) 4 ROW_RANGE (?P[ ]?(?P<maxcol>[azAZ]1,3))4ROWRANGE(?P<rows>[]?(?P\d+):[$]?(?P\d+))

剩余

5 doc None
6 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B071288>
7 spec ModuleSpec(name=‘openpyxl.worksheet.print_settings’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B071288>, origin=‘…\lib\site-packages\openpyxl\worksheet\print_settings.py’)
8 SHEETRANGE_RE re.compile(“\n((‘(?P([‘]|’‘)*)’)|(?P[’^ ^!]))!(?P\n[KaTeX parse error: Undefined control sequence: \n at position 30: …[A-Za-z]{1,3})?\̲n̲[]?(?P\d+)?\n(:[KaTeX parse error: Undefined control sequence: \n at position 30: …[A-Za-z]{1,3})?\̲n̲[]?(?P\d+)?)?\n)(?=,?)“, re.VERBOSE)
9 COL_RANGE_RE re.compile(‘(?P[ ] ? ( ? P < m i n c o l > [ a − z A − Z ] 1 , 3 ) : [ ]?(?P[a-zA-Z]{1,3}):[ ]?(?P<mincol>[azAZ]1,3):[]?(?P[a-zA-Z]{1,3}))’)
10 ROW_RANGE_RE re.compile(‘(?P[ ] ? ( ? P < m i n r o w > d + ) : [ ]?(?P\\d+):[ ]?(?P<minrow>d+):[]?(?P\d+))’)
11 TITLES_REGEX re.compile(”\n((‘(?P([‘]|’‘)*)’)|(?P[’^ ^!]
))!(?P[ ] ? ( ? P < m i n r o w > d + ) : [ ]?(?P\\d+):[ ]?(?P<minrow>d+):[]?(?P\d+))?,?(?P[ ] ? ( ? P < m i n c o l > [ a − z A − Z ] 1 , 3 ) : [ ]?(?P[a-zA-Z]{1,3}):[ ]?(?P<mincol>[azAZ]1,3):[]?(?P[a-zA-Z]{1,3}))?,?”, re.VERBOSE)
12 PRINT_AREA_RE re.compile(“(\n((‘(?P([‘]|’‘)*)’)|(?P[’^ ^!]*))!)?(?P\n[KaTeX parse error: Undefined control sequence: \n at position 30: …[A-Za-z]{1,3})?\̲n̲[]?(?P\d+)?\n(:[KaTeX parse error: Undefined control sequence: \n at position 30: …[A-Za-z]{1,3})?\̲n̲[]?(?P\d+)?)?\n)”, re.VERBOSE)

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 36
11 function 8
12 builtin_function_or_method 1
13 residual 2
14 system 8
15 private 2
16 all 53

【openpyxl.worksheet.worksheet】

worksheet, fullname=openpyxl.worksheet.worksheet, file=openpyxl\worksheet\worksheet.py

工作表是Excel中的第二级容器。

统计

序号 类别 数量
4 str 34
8 dict 2
10 class 31
11 function 8
12 builtin_function_or_method 1
13 residual 3
14 system 8
15 private 1
16 all 79

【openpyxl.worksheet._reader】

_reader, fullname=openpyxl.worksheet._reader, file=openpyxl\worksheet_reader.py

单个工作表的阅读器。

常量

str

1 SHEET_MAIN_NS
2 CELL_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}c
3 VALUE_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}v
4 FORMULA_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}f
5 MERGE_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}mergeCells
6 INLINE_STRING {http://schemas.openxmlformats.org/spreadsheetml/2006/main}is
7 COL_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}col
8 ROW_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}row
9 CF_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}conditionalFormatting
10 LEGACY_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}legacyDrawing
11 PROT_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}sheetProtection
12 EXT_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}extLst
13 HYPERLINK_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}hyperlinks
14 TABLE_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}tableParts
15 PRINT_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}printOptions
16 MARGINS_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}pageMargins
17 PAGE_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}pageSetup
18 HEADER_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}headerFooter
19 FILTER_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}autoFilter
20 VALIDATION_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}dataValidations
21 PROPERTIES_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}sheetPr
22 VIEWS_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}sheetViews
23 FORMAT_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}sheetFormatPr
24 ROW_BREAK_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}rowBreaks
25 COL_BREAK_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}colBreaks
26 SCENARIOS_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}scenarios
27 DATA_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}sheetData
28 DIMENSION_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}dimension
29 CUSTOM_VIEWS_TAG {http://schemas.openxmlformats.org/spreadsheetml/2006/main}customSheetViews

dict

30 EXT_TYPES {‘{78C0D931-6437-407D-A8EE-F0AAD7539E65}’: ‘Conditional Formatting’, '{CCE6A557-…

剩余

31 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B089FC8>
32 spec ModuleSpec(name=‘openpyxl.worksheet._reader’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B089FC8>, origin=‘…\lib\site-packages\openpyxl\worksheet\_reader.py’)
33 WINDOWS_EPOCH 1899-12-30 00:00:00

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 4
11 function 2
13 residual 3
14 system 8
16 all 15

【openpyxl.worksheet._read_only】

_read_only, fullname=openpyxl.worksheet._read_only, file=openpyxl\worksheet_read_only.py

按需阅读工作表

统计

序号 类别 数量
4 str 5
6 list 1
8 dict 1
9 module 2
10 class 14
11 function 4
12 builtin_function_or_method 1
13 residual 3
14 system 8
15 private 1
16 all 31

【openpyxl.worksheet._writer】

_writer, fullname=openpyxl.worksheet._writer, file=openpyxl\worksheet_writer.py

常量

str

1 SHEET_MAIN_NS

list

2 ALL_TEMP_FILES []

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 6
11 function 2
13 residual 2
14 system 8
15 private 1
16 all 16

【openpyxl.worksheet._write_only】

_write_only, fullname=openpyxl.worksheet._write_only, file=openpyxl\worksheet_write_only.py

以优化的方式将工作表写入xml表示

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 2
11 function 1
13 residual 3
14 system 8
16 all 11

【openpyxl.worksheet.copier】

copier, fullname=openpyxl.worksheet.copier, file=openpyxl\worksheet\copier.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 3
13 residual 3
14 system 8
16 all 11

【openpyxl.worksheet.drawing】

drawing, fullname=openpyxl.worksheet.drawing, file=openpyxl\worksheet\drawing.py

统计

序号 类别 数量
4 str 4
6 list 1
8 dict 1
9 module 2
10 class 1
13 residual 3
14 system 9
16 all 12

【openpyxl.formula】

formula, fullname=openpyxl.formula, file=openpyxl\formula_init_.py

统计

序号 类别 数量
4 str 5
8 dict 1
9 module 1
10 class 3
13 residual 2
14 system 8
16 all 12

【openpyxl.formula.tokenizer】

tokenizer, fullname=openpyxl.formula.tokenizer, file=openpyxl\formula\tokenizer.py

这个模块包含一个用于Excel公式的标记器。
这个标记器是基于Eric Bachtal在 http://ewbi.blogs.com/develops/2004/12/excel_formula_p.html 上编写的Javascript标记器

统计

序号 类别 数量
4 str 5
8 dict 1
9 module 1
10 class 4
11 function 3
13 residual 2
14 system 8
16 all 16

【openpyxl.formula.translate】

translate, fullname=openpyxl.formula.translate, file=openpyxl\formula\translate.py

此模块包含跨工作表中的单元格转换公式的代码。
其思想是,如果A1有公式“=B1+C1”,那么将其转换为单元格A2会得到公式“=B2+C2”。
该算法依赖于公式标记器来识别公式中需要更改的部分。

统计

序号 类别 数量
4 str 4
6 list 1
8 dict 1
9 module 9
11 function 10
13 residual 4
14 system 9
16 all 29

【openpyxl.utils】

utils, fullname=openpyxl.utils, file=openpyxl\utils_init_.py

常量

剩余

1 doc None
2 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AD2F888>
3 spec ModuleSpec(name=‘openpyxl.utils’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AD2F888>, origin=‘…\lib\site-packages\openpyxl\utils\init.py’, submodule_search_locations=[‘…\lib\site-packages\openpyxl\utils’])
4 FORMULAE frozenset({‘VARP’, ‘PHONETIC’, ‘TRUE ADDRESS’, ‘ISODD’, ‘DSUM’, ‘T’, ‘DATEDIF’, ‘ATAN’, ‘INTERCEPT’, ‘IMEXP’, ‘EXP’, ‘XIRR’, ‘TIMEVALUE’, ‘LCM’, ‘RANDBETWEEN’, ‘MINVERSE’, ‘TYPE’, ‘SUMIFS’, ‘ERROR.TYPE’, ‘ROUND’, ‘VALUE’, ‘FVSCHEDULE’, ‘IF’, ‘COMBIN’, ‘MONTH’, ‘WEIBULL’, ‘PI’, ‘TDIST’, ‘SIGN’, ‘SKEW’, ‘NOMINAL’, ‘CHOOSE’, ‘AMORDEGRC’, ‘SQRT’, ‘CEILING’, ‘FACT’, ‘RTD’, ‘LOGEST’, ‘MIN’, ‘FV’, ‘LEN’, ‘DSTDEVP’, ‘TRUNC’, ‘YIELD’, ‘EXPONDIST’, ‘ISNUMBER’, ‘CHIDIST’, ‘COUPNCD’, ‘RIGHT’, ‘BESSELK’, ‘EXACT’, ‘SUMPRODUCT’, ‘DMIN’, ‘TANH’, ‘CELL’, ‘ODD’, ‘RECEIVED’, ‘ACOSH’, ‘RANK’, ‘RIGHTB’, ‘ACCRINTM’, ‘SMALL’, ‘YEARFRAC’, ‘MOD’, ‘COVAR’, ‘PEARSON’, ‘AMORLINC’, ‘IMLN’, ‘BETADIST’, ‘TBILLPRICE’, ‘SYD’, ‘CUBESETCOUNT’, ‘INT’, ‘IMSUM’, ‘DB’, ‘NORMSDIST’, ‘QUOTIENT’, ‘SIN’, ‘COLUMN’, ‘MROUND’, ‘CLEAN’, ‘SEARCHB’, ‘SUMXMY2’, ‘CHIINV’, ‘CHITEST’, ‘ISO.CEILING’, ‘BESSELJ’, ‘IRR’, ‘ACCRINT’, ‘BESSELI’, ‘NEGBINOMDIST’, ‘FINV’, ‘SEARCH’, ‘IMLOG10’, ‘EFFECT’, ‘DEC2HEX’, ‘ISBLANK’, ‘GAMMADIST’, ‘AND’, ‘ISNONTEXT’, ‘FACTDOUBLE’, ‘XNPV’, ‘PRODUCT’, ‘ISERROR’, ‘DATE’, ‘SUMIF’, ‘SERIESSUM’, ‘GCD’, ‘CONCATENATE’, ‘INTRATE’, ‘COUNTIF’, ‘VARPA’, ‘KURT’, ‘DDB’, ‘CONFIDENCE’, ‘AVERAGEIFS’, ‘SUMX2PY2’, ‘MINUTE’, ‘IMAGINARY’, ‘INDIRECT’, ‘IMLOG2’, ‘ROW’, ‘ATANH’, ‘SUM’, ‘DVARP’, ‘CUMIPMT’, ‘IMDIV’, ‘ZTEST’, ‘EDATE’, ‘NETWORKDAYS’, ‘UPPER’, ‘ISLOGICAL’, ‘BAHTTEXT’, ‘POISSON’, ‘POWER’, ‘IPMT’, ‘DAY’, ‘SUMSQ’, ‘CUBESET’, ‘FORECAST’, ‘MODE’, ‘DVAR’, ‘RSQ’, ‘ISREF’, ‘PERMUT’, ‘LENB’, ‘VDB’, ‘ATAN2’, ‘MIDB’, ‘RAND’, ‘SECOND’, ‘BIN2OCT’, ‘COSH’, ‘ISPMT’, ‘PRICEDISC’, ‘WEEKNUM’, ‘GAMMALN’, ‘PPMT’, ‘DGET’, ‘LEFT’, ‘CRITBINOM’, ‘TEXT’, ‘IMABS’, ‘BIN2HEX’, ‘ROUNDUP’, ‘IMCONJUGATE’, ‘CHAR’, ‘IMSQRT’, ‘DISC’, ‘DURATION’, ‘STANDARDIZE’, ‘ODDFPRICE’, ‘OCT2HEX’, ‘ROMAN’, ‘MID’, ‘TRIMMEAN’, ‘LOGINV’, ‘REPT’, ‘INDEX’, ‘PROB’, ‘FREQUENCY’, ‘HLOOKUP’, ‘CUMPRINC’, ‘DMAX’, ‘DCOUNTA’, ‘SUBSTITUTE’, ‘STDEVPA STEYX’, ‘LOG’, ‘HYPGEOMDIST’, ‘ROUNDDOWN’, ‘ISEVEN’, ‘EOMONTH’, ‘LN’, ‘CUBERANKEDMEMBER’, ‘SLN’, 'WORKDAY ', ‘MDETERM’, ‘FIXED’, ‘DEC2OCT’, ‘VAR’, ‘MDURATION’, ‘SQRTPI’, ‘DEGREES’, ‘GETPIVOTDATA’, ‘ASIN’, ‘COUPPCD’, ‘COUNT’, ‘TAN’, ‘RATE’, ‘LOWER’, ‘FLOOR’, ‘PMT’, ‘LINEST’, ‘PRICEMAT’, ‘BESSELY’, ‘JIS’, ‘OCT2BIN’, ‘HOUR’, ‘TODAY’, ‘DOLLARDE’, ‘VARA’, ‘IMSIN’, ‘TBILLEQ’, ‘TBILLYIELD’, ‘DAYS360’, ‘COMPLEX’, ‘MMULT’, ‘HEX2DEC’, ‘SLOPE’, ‘PV’, ‘MIRR’, ‘ODDFYIELD’, ‘NETWORKDAYS.INTL’, ‘LEFTB’, ‘PRICE’, ‘LOG10’, ‘AVEDEV’, ‘DEC2BIN’, ‘COUPNUM’, ‘NPER’, ‘COUNTA’, ‘LARGE’, ‘HYPERLINK’, ‘ISTEXT’, ‘MATCH’, ‘REPLACE’, ‘FIND’, ‘ERFC’, ‘WORKDAY.INTL’, ‘IMPRODUCT’, ‘NORMINV’, ‘LOOKUP’, ‘AREAS’, ‘AVERAGEA’, ‘HEX2OCT’, ‘IMARGUMENT’, ‘COUPDAYS’, ‘CORREL’, ‘NA’, ‘YEAR’, ‘OCT2DEC’, ‘GROWTH’, ‘BINOMDIST’, ‘DAVERAGE’, ‘COUPDAYBS’, ‘TRANSPOSE’, ‘ASINH’, ‘NOT’, ‘QUARTILE’, ‘N’, ‘AVERAGE’, ‘FDIST’, ‘IMREAL’, ‘CUBEVALUE’, ‘NOW’, ‘DATEVALUE’, ‘TREND’, ‘IMSUB’, ‘COUNTIFS’, ‘CONVERT’, ‘COS’, ‘STDEVP’, ‘OR’, ‘STDEV STDEVA’, ‘ECMA.CEILING’, ‘DOLLARFR’, ‘CUBEMEMBER’, ‘TRIM’, ‘YIELDDISC’, ‘ODDLYIELD’, ‘GEOMEAN’, ‘TINV’, ‘ODDLPRICE’, ‘IFERROR’, ‘FISHER’, ‘WEEKDAY’, ‘VLOOKUP’, ‘MULTINOMIAL’, ‘CUBEMEMBERPROPERTY’, ‘GAMMAINV’, ‘YIELDMAT’, ‘ERF’, ‘HARMEAN’, ‘FINDB’, ‘DSTDEV’, ‘SINH’, ‘COLUMNS’, ‘LOGNORMDIST’, ‘TTEST’, ‘ISERR’, ‘CODE’, ‘PROPER’, ‘OFFSET’, ‘DELTA’, ‘TIME’, ‘FTEST’, ‘PERCENTRANK’, ‘ROWS’, ‘INFO’, ‘FISHERINV’, ‘ACOS’, ‘CUBEKPIMEMBER’, ‘RADIANS’, ‘COUNTBLANK’, ‘NORMSINV’, ‘IMCOS’, ‘GESTEP’, ‘COUPDAYSNC’, ‘MAXA’, ‘ISNA’, ‘NORMDIST’, ‘BIN2DEC’, ‘SUMX2MY2’, ‘EVEN’, ‘DEVSQ’, ‘ABS’, ‘ASC’, ‘MAX’, ‘REPLACEB’, ‘IMPOWER’, ‘FALSE’, ‘DPRODUCT’, ‘MINA’, ‘PERCENTILE’, ‘HEX2BIN’, ‘SUBTOTAL’, ‘AVERAGEIF’, ‘BETAINV’, ‘DOLLAR’, ‘MEDIAN’, ‘DCOUNT’, ‘NPV’})

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 7
13 residual 2
14 system 8
16 all 15

【openpyxl.utils.exceptions】

exceptions, fullname=openpyxl.utils.exceptions, file=openpyxl\utils\exceptions.py

openpyxl共享异常类的定义。

统计

序号 类别 数量
1 int 1
4 str 11
8 dict 3
9 module 1
10 class 1
11 function 12
13 residual 5
14 system 8
15 private 3
16 all 34

【openpyxl.utils.cell】

cell, fullname=openpyxl.utils.cell, file=openpyxl\utils\cell.py

包中使用的实用程序集合,也可用于客户端代码

常量

int

1 i 18278

str

2 digits 0123456789
3 COL_RANGE [A-Z]{1,3}:[A-Z]{1,3}:
4 ROW_RANGE \d+:\d+:
5 RANGE_EXPR
[ ] ? ( ? P < m i n c o l > [ A − Z a − z ] 1 , 3 ) ? [ ]?(?P[A-Za-z]{1,3})? [ ]?(?P<mincol>[AZaz]1,3)?[]?(?P\d+)?
(:[$]?(?P[A-Za-z…
6 SHEET_TITLE
((‘(?P([‘]|’‘)*)’)|(?P[’^ ^!]*))!
7 col ZZZ

剩余

8 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AD2FC88>
9 spec ModuleSpec(name=‘openpyxl.utils.cell’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AD2FC88>, origin=‘…\lib\site-packages\openpyxl\utils\cell.py’)
10 COORD_RE re.compile(‘1?(\d+)KaTeX parse error: Undefined control sequence: \n at position 32: …E re.compile('^\̲n̲[]?(?P[A-Za-z]{1,3})?\n[KaTeX parse error: Undefined control sequence: \n at position 21: …\\d+)?\̲n̲(:[]?(?P[A-Za-z]{1,3})?\n[KaTeX parse error: Undefined control sequence: \n at position 23: …ax_row>\\d+)?)?\̲n̲’, re.VERBOSE)
12 SHEETRANGE_RE re.compile(“\n((‘(?P([‘]|’‘)*)’)|(?P[’^ ^!]*))!(?P\n[KaTeX parse error: Undefined control sequence: \n at position 30: …[A-Za-z]{1,3})?\̲n̲[]?(?P\d+)?\n(:[KaTeX parse error: Undefined control sequence: \n at position 30: …[A-Za-z]{1,3})?\̲n̲[]?(?P\d+)?)?\n)(?=,?)”, re.VERBOSE)

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 1
11 function 1
13 residual 3
14 system 8
16 all 11

【openpyxl.utils.formulas】

formulas, fullname=openpyxl.utils.formulas, file=openpyxl\utils\formulas.py

内置公式列表

剩余

1 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AEEEF88>
2 spec ModuleSpec(name=‘openpyxl.utils.formulas’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AEEEF88>, origin=‘…\lib\site-packages\openpyxl\utils\formulas.py’)
3 FORMULAE frozenset({‘VARP’, ‘PHONETIC’, ‘TRUE ADDRESS’, ‘ISODD’, ‘DSUM’, ‘T’, ‘DATEDIF’, ‘ATAN’, ‘INTERCEPT’, ‘IMEXP’, ‘EXP’, ‘XIRR’, ‘TIMEVALUE’, ‘LCM’, ‘RANDBETWEEN’, ‘MINVERSE’, ‘TYPE’, ‘SUMIFS’, ‘ERROR.TYPE’, ‘ROUND’, ‘VALUE’, ‘FVSCHEDULE’, ‘IF’, ‘COMBIN’, ‘MONTH’, ‘WEIBULL’, ‘PI’, ‘TDIST’, ‘SIGN’, ‘SKEW’, ‘NOMINAL’, ‘CHOOSE’, ‘AMORDEGRC’, ‘SQRT’, ‘CEILING’, ‘FACT’, ‘RTD’, ‘LOGEST’, ‘MIN’, ‘FV’, ‘LEN’, ‘DSTDEVP’, ‘TRUNC’, ‘YIELD’, ‘EXPONDIST’, ‘ISNUMBER’, ‘CHIDIST’, ‘COUPNCD’, ‘RIGHT’, ‘BESSELK’, ‘EXACT’, ‘SUMPRODUCT’, ‘DMIN’, ‘TANH’, ‘CELL’, ‘ODD’, ‘RECEIVED’, ‘ACOSH’, ‘RANK’, ‘RIGHTB’, ‘ACCRINTM’, ‘SMALL’, ‘YEARFRAC’, ‘MOD’, ‘COVAR’, ‘PEARSON’, ‘AMORLINC’, ‘IMLN’, ‘BETADIST’, ‘TBILLPRICE’, ‘SYD’, ‘CUBESETCOUNT’, ‘INT’, ‘IMSUM’, ‘DB’, ‘NORMSDIST’, ‘QUOTIENT’, ‘SIN’, ‘COLUMN’, ‘MROUND’, ‘CLEAN’, ‘SEARCHB’, ‘SUMXMY2’, ‘CHIINV’, ‘CHITEST’, ‘ISO.CEILING’, ‘BESSELJ’, ‘IRR’, ‘ACCRINT’, ‘BESSELI’, ‘NEGBINOMDIST’, ‘FINV’, ‘SEARCH’, ‘IMLOG10’, ‘EFFECT’, ‘DEC2HEX’, ‘ISBLANK’, ‘GAMMADIST’, ‘AND’, ‘ISNONTEXT’, ‘FACTDOUBLE’, ‘XNPV’, ‘PRODUCT’, ‘ISERROR’, ‘DATE’, ‘SUMIF’, ‘SERIESSUM’, ‘GCD’, ‘CONCATENATE’, ‘INTRATE’, ‘COUNTIF’, ‘VARPA’, ‘KURT’, ‘DDB’, ‘CONFIDENCE’, ‘AVERAGEIFS’, ‘SUMX2PY2’, ‘MINUTE’, ‘IMAGINARY’, ‘INDIRECT’, ‘IMLOG2’, ‘ROW’, ‘ATANH’, ‘SUM’, ‘DVARP’, ‘CUMIPMT’, ‘IMDIV’, ‘ZTEST’, ‘EDATE’, ‘NETWORKDAYS’, ‘UPPER’, ‘ISLOGICAL’, ‘BAHTTEXT’, ‘POISSON’, ‘POWER’, ‘IPMT’, ‘DAY’, ‘SUMSQ’, ‘CUBESET’, ‘FORECAST’, ‘MODE’, ‘DVAR’, ‘RSQ’, ‘ISREF’, ‘PERMUT’, ‘LENB’, ‘VDB’, ‘ATAN2’, ‘MIDB’, ‘RAND’, ‘SECOND’, ‘BIN2OCT’, ‘COSH’, ‘ISPMT’, ‘PRICEDISC’, ‘WEEKNUM’, ‘GAMMALN’, ‘PPMT’, ‘DGET’, ‘LEFT’, ‘CRITBINOM’, ‘TEXT’, ‘IMABS’, ‘BIN2HEX’, ‘ROUNDUP’, ‘IMCONJUGATE’, ‘CHAR’, ‘IMSQRT’, ‘DISC’, ‘DURATION’, ‘STANDARDIZE’, ‘ODDFPRICE’, ‘OCT2HEX’, ‘ROMAN’, ‘MID’, ‘TRIMMEAN’, ‘LOGINV’, ‘REPT’, ‘INDEX’, ‘PROB’, ‘FREQUENCY’, ‘HLOOKUP’, ‘CUMPRINC’, ‘DMAX’, ‘DCOUNTA’, ‘SUBSTITUTE’, ‘STDEVPA STEYX’, ‘LOG’, ‘HYPGEOMDIST’, ‘ROUNDDOWN’, ‘ISEVEN’, ‘EOMONTH’, ‘LN’, ‘CUBERANKEDMEMBER’, ‘SLN’, 'WORKDAY ', ‘MDETERM’, ‘FIXED’, ‘DEC2OCT’, ‘VAR’, ‘MDURATION’, ‘SQRTPI’, ‘DEGREES’, ‘GETPIVOTDATA’, ‘ASIN’, ‘COUPPCD’, ‘COUNT’, ‘TAN’, ‘RATE’, ‘LOWER’, ‘FLOOR’, ‘PMT’, ‘LINEST’, ‘PRICEMAT’, ‘BESSELY’, ‘JIS’, ‘OCT2BIN’, ‘HOUR’, ‘TODAY’, ‘DOLLARDE’, ‘VARA’, ‘IMSIN’, ‘TBILLEQ’, ‘TBILLYIELD’, ‘DAYS360’, ‘COMPLEX’, ‘MMULT’, ‘HEX2DEC’, ‘SLOPE’, ‘PV’, ‘MIRR’, ‘ODDFYIELD’, ‘NETWORKDAYS.INTL’, ‘LEFTB’, ‘PRICE’, ‘LOG10’, ‘AVEDEV’, ‘DEC2BIN’, ‘COUPNUM’, ‘NPER’, ‘COUNTA’, ‘LARGE’, ‘HYPERLINK’, ‘ISTEXT’, ‘MATCH’, ‘REPLACE’, ‘FIND’, ‘ERFC’, ‘WORKDAY.INTL’, ‘IMPRODUCT’, ‘NORMINV’, ‘LOOKUP’, ‘AREAS’, ‘AVERAGEA’, ‘HEX2OCT’, ‘IMARGUMENT’, ‘COUPDAYS’, ‘CORREL’, ‘NA’, ‘YEAR’, ‘OCT2DEC’, ‘GROWTH’, ‘BINOMDIST’, ‘DAVERAGE’, ‘COUPDAYBS’, ‘TRANSPOSE’, ‘ASINH’, ‘NOT’, ‘QUARTILE’, ‘N’, ‘AVERAGE’, ‘FDIST’, ‘IMREAL’, ‘CUBEVALUE’, ‘NOW’, ‘DATEVALUE’, ‘TREND’, ‘IMSUB’, ‘COUNTIFS’, ‘CONVERT’, ‘COS’, ‘STDEVP’, ‘OR’, ‘STDEV STDEVA’, ‘ECMA.CEILING’, ‘DOLLARFR’, ‘CUBEMEMBER’, ‘TRIM’, ‘YIELDDISC’, ‘ODDLYIELD’, ‘GEOMEAN’, ‘TINV’, ‘ODDLPRICE’, ‘IFERROR’, ‘FISHER’, ‘WEEKDAY’, ‘VLOOKUP’, ‘MULTINOMIAL’, ‘CUBEMEMBERPROPERTY’, ‘GAMMAINV’, ‘YIELDMAT’, ‘ERF’, ‘HARMEAN’, ‘FINDB’, ‘DSTDEV’, ‘SINH’, ‘COLUMNS’, ‘LOGNORMDIST’, ‘TTEST’, ‘ISERR’, ‘CODE’, ‘PROPER’, ‘OFFSET’, ‘DELTA’, ‘TIME’, ‘FTEST’, ‘PERCENTRANK’, ‘ROWS’, ‘INFO’, ‘FISHERINV’, ‘ACOS’, ‘CUBEKPIMEMBER’, ‘RADIANS’, ‘COUNTBLANK’, ‘NORMSINV’, ‘IMCOS’, ‘GESTEP’, ‘COUPDAYSNC’, ‘MAXA’, ‘ISNA’, ‘NORMDIST’, ‘BIN2DEC’, ‘SUMX2MY2’, ‘EVEN’, ‘DEVSQ’, ‘ABS’, ‘ASC’, ‘MAX’, ‘REPLACEB’, ‘IMPOWER’, ‘FALSE’, ‘DPRODUCT’, ‘MINA’, ‘PERCENTILE’, ‘HEX2BIN’, ‘SUBTOTAL’, ‘AVERAGEIF’, ‘BETAINV’, ‘DOLLAR’, ‘MEDIAN’, ‘DCOUNT’, ‘NPV’})

统计

序号 类别 数量
1 int 1
4 str 6
8 dict 1
9 module 2
11 function 7
12 builtin_function_or_method 1
13 residual 8
14 system 8
16 all 26

【openpyxl.utils.datetime】

datetime, fullname=openpyxl.utils.datetime, file=openpyxl\utils\datetime.py

管理奇怪的Excel日期。

常量

int

1 SECS_PER_DAY 86400

str

2 ISO_FORMAT %Y-%m-%dT%H:%M:%SZ

剩余

3 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AF16548>
4 spec ModuleSpec(name=‘openpyxl.utils.datetime’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AF16548>, origin=‘…\lib\site-packages\openpyxl\utils\datetime.py’)
5 MAC_EPOCH 1904-01-01 00:00:00
6 WINDOWS_EPOCH 1899-12-30 00:00:00
7 CALENDAR_WINDOWS_1900 1899-12-30 00:00:00
8 CALENDAR_MAC_1904 1904-01-01 00:00:00
9 ISO_REGEX re.compile(‘\n(?P(?P\d{4})-(?P\d{2})-(?P\d{2}))?T?\n(?P(?P\d{2})?P\d{2})(?P\d{2})(?P\.\d{1,3})?)?)?Z?’, re.VERBOSE)
10 ISO_DURATION re.compile(‘PT((?P\d+)H)?((?P\d+)M)?((?P\d+(\.\d{1,3})?)S)?’)

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 1
13 residual 3
14 system 8
16 all 9

【openpyxl.utils.indexed_list】

indexed_list, fullname=openpyxl.utils.indexed_list, file=openpyxl\utils\indexed_list.py

统计

序号 类别 数量
4 str 5
8 dict 1
9 module 1
11 function 2
13 residual 2
14 system 8
16 all 11

【openpyxl.utils.escape】

escape, fullname=openpyxl.utils.escape, file=openpyxl\utils\escape.py

OOXML对字符<有非标准转义

统计

序号 类别 数量
1 int 2
3 float 4
4 str 4
8 dict 1
9 module 1
11 function 15
13 residual 3
14 system 8
16 all 30

【openpyxl.utils.units】

units, fullname=openpyxl.utils.units, file=openpyxl\utils\units.py

常量

int

1 BASE_COL_WIDTH 8
2 DEFAULT_COLUMN_WIDTH 13

float

3 DEFAULT_ROW_HEIGHT 15.0
4 DEFAULT_LEFT_MARGIN 0.7
5 DEFAULT_TOP_MARGIN 0.7874
6 DEFAULT_HEADER 0.3

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 2
13 residual 3
14 system 8
16 all 10

【openpyxl.utils.bound_dictionary】

bound_dictionary, fullname=openpyxl.utils.bound_dictionary, file=openpyxl\utils\bound_dictionary.py

统计

序号 类别 数量
4 str 4
8 dict 1
11 function 1
13 residual 3
14 system 8
16 all 9

【openpyxl.utils.protection】

protection, fullname=openpyxl.utils.protection, file=openpyxl\utils\protection.py

统计

序号 类别 数量
2 bool 1
4 str 4
6 list 1
8 dict 1
9 module 8
10 class 24
11 function 2
13 residual 3
14 system 9
16 all 44

【openpyxl.descriptors】

descriptors, fullname=openpyxl.descriptors, file=openpyxl\descriptors_init_.py

常量

bool

1 DEBUG False

统计

序号 类别 数量
4 str 4
8 dict 1
11 function 1
13 residual 3
14 system 8
16 all 9

【openpyxl.descriptors.namespace】

namespace, fullname=openpyxl.descriptors.namespace, file=openpyxl\descriptors\namespace.py

统计

序号 类别 数量
2 bool 1
4 str 5
8 dict 1
9 module 2
10 class 20
11 function 3
13 residual 2
14 system 8
15 private 1
16 all 34

【openpyxl.descriptors.base】

base, fullname=openpyxl.descriptors.base, file=openpyxl\descriptors\base.py

基于Python Cookbook第三版,8.13 http://chimera.labs.oreilly.com/books/1230000000393/ch08.html#_discussiuncion_130

常量

bool

1 DEBUG False

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 9
11 function 3
13 residual 4
14 system 8
15 private 1
16 all 21

【openpyxl.descriptors.sequence】

sequence, fullname=openpyxl.descriptors.sequence, file=openpyxl\descriptors\sequence.py

统计

序号 类别 数量
4 str 4
5 tuple 1
6 list 1
8 dict 1
10 class 6
11 function 4
13 residual 5
14 system 8
16 all 22

【openpyxl.descriptors.serialisable】

serialisable, fullname=openpyxl.descriptors.serialisable, file=openpyxl\descriptors\serialisable.py

常量

tuple

1 seq_types (, )

list

2 kwlist [‘False’, ‘None’, ‘True’, ‘and’, ‘as’, ‘assert’, ‘async’, ‘await’, ‘break’, 'cla…

剩余

3 doc None
4 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AF1D708>
5 spec ModuleSpec(name=‘openpyxl.descriptors.serialisable’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AF1D708>, origin=‘…\lib\site-packages\openpyxl\descriptors\serialisable.py’)
6 KEYWORDS frozenset({‘in’, ‘not’, ‘elif’, ‘for’, ‘nonlocal’, ‘return’, ‘lambda’, ‘and’, ‘del’, ‘yield’, ‘continue’, ‘raise’, ‘or’, ‘async’, ‘as’, ‘assert’, ‘try’, ‘pass’, ‘with’, ‘import’, ‘from’, ‘except’, ‘False’, ‘while’, ‘else’, ‘def’, ‘is’, ‘await’, ‘if’, ‘True’, ‘global’, ‘finally’, ‘class’, ‘break’, ‘None’})
7 Element

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 22
11 function 3
13 residual 3
14 system 8
16 all 34

【openpyxl.descriptors.nested】

nested, fullname=openpyxl.descriptors.nested, file=openpyxl\descriptors\nested.py

泛型可序列化类

统计

序号 类别 数量
4 str 6
8 dict 1
10 class 17
11 function 2
13 residual 3
14 system 8
15 private 1
16 all 29

【openpyxl.descriptors.excel】

excel, fullname=openpyxl.descriptors.excel, file=openpyxl\descriptors\excel.py

Excel特定描述符

常量

str

1 REL_NS

统计

序号 类别 数量
4 str 4
6 list 1
8 dict 1
9 module 15
10 class 11
11 function 2
13 residual 4
14 system 9
16 all 38

【openpyxl.styles】

styles, fullname=openpyxl.styles, file=openpyxl\styles_init_.py

统计

序号 类别 数量
4 str 4
5 tuple 2
8 dict 1
10 class 7
11 function 1
13 residual 3
14 system 8
16 all 18

【openpyxl.styles.alignment】

alignment, fullname=openpyxl.styles.alignment, file=openpyxl\styles\alignment.py

常量

tuple

1 horizontal_alignments (‘general’, ‘left’, ‘center’, ‘right’, ‘fill’, ‘justify’, ‘centerContinuous’, 'd…
2 vertical_aligments (‘top’, ‘center’, ‘bottom’, ‘justify’, ‘distributed’)

统计

序号 类别 数量
4 str 7
5 tuple 1
8 dict 1
9 module 1
10 class 12
11 function 1
13 residual 4
14 system 8
16 all 27

【openpyxl.styles.colors】

colors, fullname=openpyxl.styles.colors, file=openpyxl\styles\colors.py

常量

str

1 BLACK 00000000
2 WHITE 00FFFFFF
3 BLUE 000000FF

tuple

4 COLOR_INDEX (‘00000000’, ‘00FFFFFF’, ‘00FF0000’, ‘0000FF00’, ‘000000FF’, ‘00FFFF00’, '00FF00…

剩余

5 doc None
6 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AF4F048>
7 spec ModuleSpec(name=‘openpyxl.styles.colors’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AF4F048>, origin=‘…\lib\site-packages\openpyxl\styles\colors.py’)
8 aRGB_REGEX re.compile(‘^([A-Fa-f0-9]{8}|[A-Fa-f0-9]{6})$’)

统计

序号 类别 数量
4 str 17
8 dict 1
10 class 10
11 function 1
13 residual 5
14 system 8
16 all 34

【openpyxl.styles.borders】

borders, fullname=openpyxl.styles.borders, file=openpyxl\styles\borders.py

常量

str

1 BORDER_DASHDOT dashDot
2 BORDER_DASHDOTDOT dashDotDot
3 BORDER_DASHED dashed
4 BORDER_DOTTED dotted
5 BORDER_DOUBLE double
6 BORDER_HAIR hair
7 BORDER_MEDIUM medium
8 BORDER_MEDIUMDASHDOT mediumDashDot
9 BORDER_MEDIUMDASHDOTDOT mediumDashDotDot
10 BORDER_MEDIUMDASHED mediumDashed
11 BORDER_SLANTDASHDOT slantDashDot
12 BORDER_THICK thick
13 BORDER_THIN thin

剩余

14 doc None
15 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AF3E588>
16 spec ModuleSpec(name=‘openpyxl.styles.borders’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AF3E588>, origin=‘…\lib\site-packages\openpyxl\styles\borders.py’)
17 BORDER_NONE None
18 DEFAULT_BORDER
Parameters:
outline=True, diagonalUp=False, diagonalDown=False, start=None, end=None, left=
Parameters:
style=None, color=None, right=
Parameters:
style=None, color=None, top=
Parameters:
style=None, color=None, bottom=
Parameters:
style=None, color=None, diagonal=
Parameters:
style=None, color=None, vertical=None, horizontal=None

统计

序号 类别 数量
4 str 24
5 tuple 1
8 dict 1
10 class 15
11 function 3
13 residual 6
14 system 8
15 private 1
16 all 50

【openpyxl.styles.fills】

fills, fullname=openpyxl.styles.fills, file=openpyxl\styles\fills.py

常量

str

1 SHEET_MAIN_NS
2 FILL_NONE none
3 FILL_SOLID solid
4 FILL_PATTERN_DARKDOWN darkDown
5 FILL_PATTERN_DARKGRAY darkGray
6 FILL_PATTERN_DARKGRID darkGrid
7 FILL_PATTERN_DARKHORIZONTAL darkHorizontal
8 FILL_PATTERN_DARKTRELLIS darkTrellis
9 FILL_PATTERN_DARKUP darkUp
10 FILL_PATTERN_DARKVERTICAL darkVertical
11 FILL_PATTERN_GRAY0625 gray0625
12 FILL_PATTERN_GRAY125 gray125
13 FILL_PATTERN_LIGHTDOWN lightDown
14 FILL_PATTERN_LIGHTGRAY lightGray
15 FILL_PATTERN_LIGHTGRID lightGrid
16 FILL_PATTERN_LIGHTHORIZONTAL lightHorizontal
17 FILL_PATTERN_LIGHTTRELLIS lightTrellis
18 FILL_PATTERN_LIGHTUP lightUp
19 FILL_PATTERN_LIGHTVERTICAL lightVertical
20 FILL_PATTERN_MEDIUMGRAY mediumGray

tuple

21 fills (‘solid’, ‘darkDown’, ‘darkGray’, ‘darkGrid’, ‘darkHorizontal’, ‘darkTrellis’, '…

统计

序号 类别 数量
4 str 6
8 dict 1
10 class 14
11 function 2
13 residual 6
14 system 8
15 private 1
16 all 29

【openpyxl.styles.fonts】

fonts, fullname=openpyxl.styles.fonts, file=openpyxl\styles\fonts.py

常量

str

1 BLACK 00000000
2 SHEET_MAIN_NS

统计

序号 类别 数量
1 int 1
4 str 41
8 dict 3
9 module 1
10 class 7
11 function 6
13 residual 5
14 system 8
16 all 64

【openpyxl.styles.numbers】

numbers, fullname=openpyxl.styles.numbers, file=openpyxl\styles\numbers.py

常量

int

1 BUILTIN_FORMATS_MAX_SIZE 164

str

2 FORMAT_GENERAL General
3 FORMAT_TEXT @
4 FORMAT_NUMBER 0
5 FORMAT_NUMBER_00 0.00
6 FORMAT_NUMBER_COMMA_SEPARATED1 #,##0.00
7 FORMAT_NUMBER_COMMA_SEPARATED2 #,##0.00_-
8 FORMAT_PERCENTAGE 0%
9 FORMAT_PERCENTAGE_00 0.00%
10 FORMAT_DATE_YYYYMMDD2 yyyy-mm-dd
11 FORMAT_DATE_YYMMDD yy-mm-dd
12 FORMAT_DATE_DDMMYY dd/mm/yy
13 FORMAT_DATE_DMYSLASH d/m/y
14 FORMAT_DATE_DMYMINUS d-m-y
15 FORMAT_DATE_DMMINUS d-m
16 FORMAT_DATE_MYMINUS m-y
17 FORMAT_DATE_XLSX14 mm-dd-yy
18 FORMAT_DATE_XLSX15 d-mmm-yy
19 FORMAT_DATE_XLSX16 d-mmm
20 FORMAT_DATE_XLSX17 mmm-yy
21 FORMAT_DATE_XLSX22 m/d/yy h:mm
22 FORMAT_DATE_DATETIME yyyy-mm-dd h:mm:ss
23 FORMAT_DATE_TIME1 h:mm AM/PM
24 FORMAT_DATE_TIME2 h:mm:ss AM/PM
25 FORMAT_DATE_TIME3 h:mm
26 FORMAT_DATE_TIME4 h:mm:ss
27 FORMAT_DATE_TIME5 mm:ss
28 FORMAT_DATE_TIME6 h:mm:ss
29 FORMAT_DATE_TIME7 i:s.S
30 FORMAT_DATE_TIME8 h:mm:ss@
31 FORMAT_DATE_TIMEDELTA [hh]:mm:ss
32 FORMAT_DATE_YYMMDDSLASH yy/mm/dd@
33 FORMAT_CURRENCY_USD_SIMPLE “$”#,##0.00_-
34 FORMAT_CURRENCY_USD KaTeX parse error: Expected 'EOF', got '#' at position 1: #̲,##0_- 35 FORMA…EUR ]#,##0.00_-
36 COLORS [(BLACK|BLUE|CYAN|GREEN|MAGENTA|RED|WHITE|YELLOW)]
37 LITERAL_GROUP ".?"
38 LOCALE_GROUP [(?!hh?]|mm?]|ss?])[^]]
]

dict

39 BUILTIN_FORMATS {0: ‘General’, 1: ‘0’, 2: ‘0.00’, 3: ‘#,##0’, 4: ‘#,##0.00’, 5: '“KaTeX parse error: Expected 'EOF', got '#' at position 2: "#̲,##0_);("”…
40 BUILTIN_FORMATS_REVERSE {‘General’: 0, ‘0’: 1, ‘0.00’: 2, ‘#,##0’: 3, ‘#,##0.00’: 4, '“KaTeX parse error: Expected 'EOF', got '#' at position 2: "#̲,##0_);("”#,#…

剩余

41 doc None
42 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AF6A908>
43 spec ModuleSpec(name=‘openpyxl.styles.numbers’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AF6A908>, origin=‘…\lib\site-packages\openpyxl\styles\numbers.py’)
44 STRIP_RE re.compile(‘".?"|\[(?!hh?\]|mm?\]|ss?\])[^\]]\]’)
45 TIMEDELTA_RE re.compile(‘\hh?\?|\mm?\?|\ss?\?’, re.IGNORECASE)

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 3
13 residual 3
14 system 8
16 all 11

【openpyxl.styles.protection】

protection, fullname=openpyxl.styles.protection, file=openpyxl\styles\protection.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 15
13 residual 3
14 system 8
16 all 23

【openpyxl.styles.cell_style】

cell_style, fullname=openpyxl.styles.cell_style, file=openpyxl\styles\cell_style.py

统计

序号 类别 数量
1 int 1
4 str 4
8 dict 2
10 class 20
11 function 1
13 residual 3
14 system 8
15 private 2
16 all 31

【openpyxl.styles.named_styles】

named_styles, fullname=openpyxl.styles.named_styles, file=openpyxl\styles\named_styles.py

常量

int

1 BUILTIN_FORMATS_MAX_SIZE 164

dict

2 BUILTIN_FORMATS_REVERSE {‘General’: 0, ‘0’: 1, ‘0.00’: 2, ‘#,##0’: 3, ‘#,##0.00’: 4, '“KaTeX parse error: Expected 'EOF', got '#' at position 2: "#̲,##0_);("”#,#…

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 1
11 function 2
13 residual 3
14 system 8
16 all 11

【openpyxl.styles.proxy】

proxy, fullname=openpyxl.styles.proxy, file=openpyxl\styles\proxy.py

统计

序号 类别 数量
4 str 54
8 dict 2
10 class 1
13 residual 4
14 system 8
16 all 61

【openpyxl.styles.builtins】

builtins, fullname=openpyxl.styles.builtins, file=openpyxl\styles\builtins.py

常量

str

1 normal




2 comma


_…
3 comma_0


4 currency


5 currency_0


6 percent


7 hyperlink




8 followed_hyperlink


9 title




10 headline_1




11 headline_2




12 headline_3



13 headline_4




14 good




15 bad



<…
16 neutral




17 input




18 output




19 calculation



20 linked_cell



21 check_cell




22 warning


23 note




24 explanatory


25 total




26 accent_1




27 accent_1_20


28 accent_1_40


29 accent_1_60


30 accent_2



31 accent_2_20


32 accent_2_40


33 accent_2_60


34 accent_3




35 accent_3_20


36 accent_3_40


37 accent_3_60


38 accent_4




39 accent_4_20


40 accent_4_40


41 accent_4_60


42 accent_5




43 accent_5_20


44 accent_5_40


45 accent_5_60


46 accent_6




47 accent_6_20


48 accent_6_40


49 accent_6_60


50 pandas_highlight


dict

51 styles {‘Normal’:
Parameters:
number_f…

剩余

52 doc None
53 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AFB1148>
54 spec ModuleSpec(name=‘openpyxl.styles.builtins’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AFB1148>, origin=‘…\lib\site-packages\openpyxl\styles\builtins.py’)
55 fromstring functools.partial(, parser=)

统计

序号 类别 数量
1 int 1
4 str 4
8 dict 4
10 class 8
11 function 1
12 builtin_function_or_method 1
13 residual 3
14 system 8
16 all 22

【openpyxl.styles.styleable】

styleable, fullname=openpyxl.styles.styleable, file=openpyxl\styles\styleable.py

常量

int

1 BUILTIN_FORMATS_MAX_SIZE 164

dict

2 BUILTIN_FORMATS {0: ‘General’, 1: ‘0’, 2: ‘0.00’, 3: ‘#,##0’, 4: ‘#,##0.00’, 5: '“KaTeX parse error: Expected 'EOF', got '#' at position 2: "#̲,##0_);("”…
3 BUILTIN_FORMATS_REVERSE {‘General’: 0, ‘0’: 1, ‘0.00’: 2, ‘#,##0’: 3, ‘#,##0.00’: 4, '“KaTeX parse error: Expected 'EOF', got '#' at position 2: "#̲,##0_);("”#,#…
4 styles {‘Normal’:
Parameters:
number_f…

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 12
13 residual 3
14 system 8
16 all 20

【openpyxl.styles.differential】

differential, fullname=openpyxl.styles.differential, file=openpyxl\styles\differential.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 13
13 residual 3
14 system 8
16 all 21

【openpyxl.styles.table】

table, fullname=openpyxl.styles.table, file=openpyxl\styles\table.py

统计

序号 类别 数量
1 int 1
4 str 6
5 tuple 1
8 dict 4
10 class 16
11 function 5
12 builtin_function_or_method 1
13 residual 4
14 system 8
15 private 1
16 all 38

【openpyxl.styles.stylesheet】

stylesheet, fullname=openpyxl.styles.stylesheet, file=openpyxl\styles\stylesheet.py

常量

int

1 BUILTIN_FORMATS_MAX_SIZE 164

str

2 ARC_STYLE xl/styles.xml
3 SHEET_MAIN_NS

tuple

4 COLOR_INDEX (‘00000000’, ‘00FFFFFF’, ‘00FF0000’, ‘0000FF00’, ‘000000FF’, ‘00FFFF00’, '00FF00…

dict

5 styles {‘Normal’:
Parameters:
number_f…
6 BUILTIN_FORMATS {0: ‘General’, 1: ‘0’, 2: ‘0.00’, 3: ‘#,##0’, 4: ‘#,##0.00’, 5: '“KaTeX parse error: Expected 'EOF', got '#' at position 2: "#̲,##0_);("”…
7 BUILTIN_FORMATS_REVERSE {‘General’: 0, ‘0’: 1, ‘0.00’: 2, ‘#,##0’: 3, ‘#,##0.00’: 4, '“KaTeX parse error: Expected 'EOF', got '#' at position 2: "#̲,##0_);("”#,#…

剩余

8 doc None
9 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B321288>
10 spec ModuleSpec(name=‘openpyxl.styles.stylesheet’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B321288>, origin=‘…\lib\site-packages\openpyxl\styles\stylesheet.py’)
11 fromstring functools.partial(, parser=)

统计

序号 类别 数量
4 str 4
6 list 1
8 dict 1
9 module 5
10 class 3
11 function 1
13 residual 3
14 system 9
15 private 1
16 all 18

【openpyxl.cell】

cell, fullname=openpyxl.cell, file=openpyxl\cell_init_.py

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 19
13 residual 2
14 system 8
16 all 27

【openpyxl.cell.text】

text, fullname=openpyxl.cell.text, file=openpyxl\cell\text.py

Richtext定义

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 7
11 function 1
13 residual 2
14 system 8
16 all 16

【openpyxl.cell.rich_text】

rich_text, fullname=openpyxl.cell.rich_text, file=openpyxl\cell\rich_text.py

RichText定义

统计

序号 类别 数量
4 str 14
5 tuple 6
8 dict 3
9 module 3
10 class 8
11 function 6
13 residual 3
14 system 9
15 private 1
16 all 43

【openpyxl.cell.cell】

cell, fullname=openpyxl.cell.cell, file=openpyxl\cell\cell.py

管理电子表格中的单个单元格。
Cell类需要知道它的值和类型、显示选项以及Excel单元格的任何其他特性。
还提供了使用Excel的“A1”列/行命名法引用单元格的实用程序。

常量

str

1 TYPE_STRING s
2 TYPE_FORMULA f
3 TYPE_NUMERIC n
4 TYPE_BOOL b
5 TYPE_NULL n
6 TYPE_INLINE inlineStr
7 TYPE_ERROR e
8 TYPE_FORMULA_CACHE_STRING str

tuple

9 NUMERIC_TYPES (, , , 10 TIME_TYPES (, , , …
11 STRING_TYPES (, , )
12 KNOWN_TYPES (, , , 13 ERROR_CODES (‘#NULL!’, ‘#DIV/0!’, ‘#VALUE!’, ‘#REF!’, ‘#NAME?’, ‘#NUM!’, ‘#N/A’)
14 VALID_TYPES (‘s’, ‘f’, ‘n’, ‘b’, ‘n’, ‘inlineStr’, ‘e’, ‘str’)

dict

15 TIME_FORMATS {: ‘yyyy-mm-dd h:mm:ss’, : 'yy…

剩余

16 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AEFD908>
17 spec ModuleSpec(name=‘openpyxl.cell.cell’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AEFD908>, origin=‘…\lib\site-packages\openpyxl\cell\cell.py’)
18 ILLEGAL_CHARACTERS_RE re.compile(‘[\000-\010]|[\013-\014]|[\016-\037]’)

统计

序号 类别 数量
1 int 1
4 str 4
8 dict 2
10 class 3
11 function 3
13 residual 4
14 system 8
16 all 17

【openpyxl.cell.read_only】

read_only, fullname=openpyxl.cell.read_only, file=openpyxl\cell\read_only.py

常量

int

1 BUILTIN_FORMATS_MAX_SIZE 164

dict

2 BUILTIN_FORMATS {0: ‘General’, 1: ‘0’, 2: ‘0.00’, 3: ‘#,##0’, 4: ‘#,##0.00’, 5: '“KaTeX parse error: Expected 'EOF', got '#' at position 2: "#̲,##0_);("”…

统计

序号 类别 数量
2 bool 1
4 str 6
8 dict 1
10 class 4
11 function 8
13 residual 5
14 system 8
15 private 1
16 all 25

【openpyxl.cell._writer】

_writer, fullname=openpyxl.cell._writer, file=openpyxl\cell_writer.py

常量

bool

1 LXML True

str

2 XML_NS
3 REL_NS

统计

序号 类别 数量
4 str 4
6 list 1
8 dict 1
9 module 2
10 class 1
13 residual 3
14 system 9
16 all 12

【openpyxl.formatting】

formatting, fullname=openpyxl.formatting, file=openpyxl\formatting_init_.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 20
11 function 5
13 residual 4
14 system 8
16 all 34

【openpyxl.formatting.rule】

rule, fullname=openpyxl.formatting.rule, file=openpyxl\formatting\rule.py

常量

剩余

1 doc None
2 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AFF3748>
3 spec ModuleSpec(name=‘openpyxl.formatting.rule’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AFF3748>, origin=‘…\lib\site-packages\openpyxl\formatting\rule.py’)
4 COORD_RE re.compile(‘2?(\d+)$’)

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 10
13 residual 3
14 system 8
16 all 18

【openpyxl.formatting.formatting】

formatting, fullname=openpyxl.formatting.formatting, file=openpyxl\formatting\formatting.py

统计

序号 类别 数量
4 str 5
6 list 1
8 dict 1
9 module 6
13 residual 2
14 system 9
16 all 15

【openpyxl.packaging】

packaging, fullname=openpyxl.packaging, file=openpyxl\packaging_init_.py

与Office OpenXML打包相关的东西:关系、归档、内容类型。

统计

序号 类别 数量
4 str 6
8 dict 1
9 module 1
10 class 6
11 function 3
12 builtin_function_or_method 1
13 residual 5
14 system 8
16 all 23

【openpyxl.packaging.relationship】

relationship, fullname=openpyxl.packaging.relationship, file=openpyxl\packaging\relationship.py

常量

str

1 REL_NS
2 PKG_REL_NS

剩余

3 doc None
4 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B00EF08>
5 spec ModuleSpec(name=‘openpyxl.packaging.relationship’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B00EF08>, origin=‘…\lib\site-packages\openpyxl\packaging\relationship.py’)
6 Element
7 fromstring functools.partial(, parser=)

统计

序号 类别 数量
4 str 14
6 list 2
8 dict 1
9 module 1
10 class 7
13 residual 5
14 system 8
16 all 30

【openpyxl.packaging.manifest】

manifest, fullname=openpyxl.packaging.manifest, file=openpyxl\packaging\manifest.py

文件清单

常量

str

1 ARC_CONTENT_TYPES [Content_Types].xml
2 ARC_THEME xl/theme/theme1.xml
3 ARC_STYLE xl/styles.xml
4 THEME_TYPE application/vnd.openxmlformats-officedocument.theme+xml
5 STYLES_TYPE application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml
6 CONTYPES_NS
7 ACTIVEX application/vnd.ms-office.activeX+xml
8 CTRL application/vnd.ms-excel.controlproperties+xml
9 VBA application/vnd.ms-office.vbaProject

list

10 DEFAULT_TYPES [
Parameters:
Extension=‘rels’…
11 DEFAULT_OVERRIDE [
Parameters:
PartName='/xl/styles…

剩余

12 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B301E88>
13 spec ModuleSpec(name=‘openpyxl.packaging.manifest’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B301E88>, origin=‘…\lib\site-packages\openpyxl\packaging\manifest.py’)
14 fromstring functools.partial(, parser=)
15 tostring functools.partial(, encoding=‘utf-8’)
16 mimetypes

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 7
11 function 1
13 residual 3
14 system 8
16 all 17

【openpyxl.packaging.extended】

extended, fullname=openpyxl.packaging.extended, file=openpyxl\packaging\extended.py

常量

str

1 XPROPS_NS

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 29
13 residual 3
14 system 8
16 all 38

【openpyxl.packaging.workbook】

workbook, fullname=openpyxl.packaging.workbook, file=openpyxl\packaging\workbook.py

常量

str

1 SHEET_MAIN_NS

统计

序号 类别 数量
4 str 8
8 dict 1
9 module 1
10 class 8
13 residual 4
14 system 8
16 all 22

【openpyxl.packaging.core】

core, fullname=openpyxl.packaging.core, file=openpyxl\packaging\core.py

常量

str

1 COREPROPS_NS
2 DCORE_NS
3 XSI_NS
4 DCTERMS_NS

统计

序号 类别 数量
4 str 8
8 dict 3
10 class 22
12 builtin_function_or_method 1
13 residual 2
14 system 8
15 private 3
16 all 36

【openpyxl.packaging.custom】

custom, fullname=openpyxl.packaging.custom, file=openpyxl\packaging\custom.py

自定义属性的实现参见规范中的§22.3

常量

str

1 CUSTPROPS_NS
2 VTYPES_NS
3 CPROPS_FMTID {D5CDD505-2E9C-101B-9397-08002B2CF9AE}

dict

4 CLASS_MAPPING {: ‘lpwstr’, 5 XML_MAPPING {‘lpwstr’: , ‘i4’:

统计

序号 类别 数量
4 str 4
6 list 1
8 dict 1
9 module 4
10 class 1
13 residual 3
14 system 9
16 all 14

【openpyxl.comments】

comments, fullname=openpyxl.comments, file=openpyxl\comments_init_.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 1
13 residual 3
14 system 8
16 all 9

【openpyxl.comments.comments】

comments, fullname=openpyxl.comments.comments, file=openpyxl\comments\comments.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 4
13 residual 3
14 system 8
16 all 12

【openpyxl.comments.author】

author, fullname=openpyxl.comments.author, file=openpyxl\comments\author.py

统计

序号 类别 数量
4 str 7
8 dict 1
10 class 1
11 function 2
13 residual 6
14 system 8
15 private 1
16 all 17

【openpyxl.comments.shape_writer】

shape_writer, fullname=openpyxl.comments.shape_writer, file=openpyxl\comments\shape_writer.py

常量

str

1 vmlns urn:schemas-microsoft-com:vml
2 officens urn:schemas-microsoft-comoffice
3 excelns urn:schemas-microsoft-comexcel

剩余

4 doc None
5 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B0A94C8>
6 spec ModuleSpec(name=‘openpyxl.comments.shape_writer’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B0A94C8>, origin=‘…\lib\site-packages\openpyxl\comments\shape_writer.py’)
7 Element
8 SubElement
9 tostring functools.partial(, encoding=‘utf-8’)

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 17
13 residual 3
14 system 8
16 all 26

【openpyxl.comments.comment_sheet】

comment_sheet, fullname=openpyxl.comments.comment_sheet, file=openpyxl\comments\comment_sheet.py

常量

str

1 SHEET_MAIN_NS

统计

序号 类别 数量
4 str 4
6 list 1
8 dict 1
9 module 2
13 residual 3
14 system 9
16 all 11

【openpyxl.writer】

writer, fullname=openpyxl.writer, file=openpyxl\writer_init_.py

统计

序号 类别 数量
4 str 6
8 dict 1
11 function 1
13 residual 2
14 system 8
16 all 10

【openpyxl.writer.theme】

theme, fullname=openpyxl.writer.theme, file=openpyxl\writer\theme.py

根据固定的字符串编写主题xml。

常量

str

1 theme_xml

KaTeX parse error: Undefined control sequence: \n at position 30: …[A-Za-z]{1,3})?\̲n̲[]?(?P\d+)?\n(:[KaTeX parse error: Undefined control sequence: \n at position 30: …[A-Za-z]{1,3})?\̲n̲[]?(?P\d+)?)?\n)(?=,?)”, re.VERBOSE)
5 RESERVED frozenset({‘Extract’, ‘Print_Titles’, ‘Print_Area’, ‘Criteria’, ‘Sheet_Title’, ‘Consolidate_Area’, ‘_FilterDatabase’})
6 RESERVED_REGEX re.compile(‘^_xlnm\.(?PExtract|Print_Titles|Print_Area|Criteria|Sheet_Title|Consolidate_Area|_FilterDatabase)’)

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 4
13 residual 3
14 system 8
16 all 12

【openpyxl.workbook.external_reference】

external_reference, fullname=openpyxl.workbook.external_reference, file=openpyxl\workbook\external_reference.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 6
13 residual 3
14 system 8
16 all 14

【openpyxl.workbook.function_group】

function_group, fullname=openpyxl.workbook.function_group, file=openpyxl\workbook\function_group.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 11
13 residual 3
14 system 8
16 all 19

【openpyxl.workbook.properties】

properties, fullname=openpyxl.workbook.properties, file=openpyxl\workbook\properties.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 17
11 function 1
13 residual 3
14 system 8
16 all 26

【openpyxl.workbook.protection】

protection, fullname=openpyxl.workbook.protection, file=openpyxl\workbook\protection.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 8
13 residual 3
14 system 8
16 all 16

【openpyxl.workbook.smart_tags】

smart_tags, fullname=openpyxl.workbook.smart_tags, file=openpyxl\workbook\smart_tags.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 13
13 residual 3
14 system 8
16 all 21

【openpyxl.workbook.views】

views, fullname=openpyxl.workbook.views, file=openpyxl\workbook\views.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 11
13 residual 3
14 system 8
16 all 19

【openpyxl.workbook.web】

web, fullname=openpyxl.workbook.web, file=openpyxl\workbook\web.py

统计

序号 类别 数量
4 str 12
8 dict 1
10 class 10
11 function 2
13 residual 5
14 system 8
16 all 30

【openpyxl.workbook._writer】

_writer, fullname=openpyxl.workbook._writer, file=openpyxl\workbook_writer.py

将工作簿全局设置写入存档。

常量

str

1 ARC_APP docProps/app.xml
2 ARC_CORE docProps/core.xml
3 ARC_CUSTOM docProps/custom.xml
4 ARC_WORKBOOK xl/workbook.xml
5 PKG_REL_NS
6 CUSTOMUI_NS
7 ARC_ROOT_RELS _rels/.rels

剩余

8 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B31EF48>
9 spec ModuleSpec(name=‘openpyxl.workbook._writer’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B31EF48>, origin=‘…\lib\site-packages\openpyxl\workbook\_writer.py’)
10 tostring functools.partial(, encoding=‘utf-8’)
11 fromstring functools.partial(, parser=)
12 CALENDAR_MAC_1904 1904-01-01 00:00:00

统计

序号 类别 数量
4 str 9
5 tuple 2
8 dict 1
10 class 24
11 function 4
13 residual 8
14 system 8
15 private 1
16 all 48

【openpyxl.workbook.workbook】

workbook, fullname=openpyxl.workbook.workbook, file=openpyxl\workbook\workbook.py

工作簿是所有文档信息的顶级容器。

常量

str

1 XLSM application/vnd.ms-excel.sheet.macroEnabled.main+xml
2 XLSX application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml
3 XLTM application/vnd.ms-excel.template.macroEnabled.main+xml
4 XLTX application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml

tuple

5 COLOR_INDEX (‘00000000’, ‘00FFFFFF’, ‘00FF0000’, ‘0000FF00’, ‘000000FF’, ‘00FFFF00’, '00FF00…
6 INTEGER_TYPES (,)

剩余

7 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AD0A4C8>
8 spec ModuleSpec(name=‘openpyxl.workbook.workbook’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AD0A4C8>, origin=‘…\lib\site-packages\openpyxl\workbook\workbook.py’)
9 WINDOWS_EPOCH 1899-12-30 00:00:00
10 MAC_EPOCH 1904-01-01 00:00:00
11 DEFAULT_BORDER
Parameters:
outline=True, diagonalUp=False, diagonalDown=False, start=None, end=None, left=
Parameters:
style=None, color=None, right=
Parameters:
style=None, color=None, top=
Parameters:
style=None, color=None, bottom=
Parameters:
style=None, color=None, diagonal=
Parameters:
style=None, color=None, vertical=None, horizontal=None
12 DEFAULT_EMPTY_FILL
Parameters:
patternType=None, fgColor=
Parameters:
rgb=‘00000000’, indexed=None, auto=None, theme=None, tint=0.0, type=‘rgb’, bgColor=
Parameters:
rgb=‘00000000’, indexed=None, auto=None, theme=None, tint=0.0, type=‘rgb’
13 DEFAULT_GRAY_FILL
Parameters:
patternType=‘gray125’, fgColor=
Parameters:
rgb=‘00000000’, indexed=None, auto=None, theme=None, tint=0.0, type=‘rgb’, bgColor=
Parameters:
rgb=‘00000000’, indexed=None, auto=None, theme=None, tint=0.0, type=‘rgb’
14 DEFAULT_FONT
Parameters:
name=‘Calibri’, charset=None, family=2.0, b=False, i=False, strike=None, outline=None, shadow=None, condense=None, color=
Parameters:
rgb=None, indexed=None, auto=None, theme=1, tint=0.0, type=‘theme’, extend=None, sz=11.0, u=None, vertAlign=None, scheme=‘minor’

统计

序号 类别 数量
4 str 4
6 list 1
8 dict 1
9 module 1
10 class 1
13 residual 3
14 system 9
16 all 11

【openpyxl.workbook.external_link】

external_link, fullname=openpyxl.workbook.external_link, file=openpyxl\workbook\external_link_init_.py

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 21
11 function 3
13 residual 4
14 system 8
16 all 34

【openpyxl.workbook.external_link.external】

external, fullname=openpyxl.workbook.external_link.external, file=openpyxl\workbook\external_link\external.py

常量

str

1 SHEET_MAIN_NS

剩余

2 doc None
3 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B37C088>
4 spec ModuleSpec(name=‘openpyxl.workbook.external_link.external’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B37C088>, origin=‘…\lib\site-packages\openpyxl\workbook\external_link\external.py’)
5 fromstring functools.partial(, parser=)

统计

序号 类别 数量
4 str 4
6 list 1
8 dict 1
9 module 4
13 residual 3
14 system 9
16 all 13

【openpyxl.reader】

reader, fullname=openpyxl.reader, file=openpyxl\reader_init_.py

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 2
11 function 3
13 residual 3
14 system 8
16 all 14

【openpyxl.reader.strings】

strings, fullname=openpyxl.reader.strings, file=openpyxl\reader\strings.py

常量

str

1 SHEET_MAIN_NS

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 8
11 function 4
12 builtin_function_or_method 1
13 residual 5
14 system 8
16 all 23

【openpyxl.reader.workbook】

workbook, fullname=openpyxl.reader.workbook, file=openpyxl\reader\workbook.py

常量

剩余

1 doc None
2 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B3B0AC8>
3 spec ModuleSpec(name=‘openpyxl.reader.workbook’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B3B0AC8>, origin=‘…\lib\site-packages\openpyxl\reader\workbook.py’)
4 fromstring functools.partial(, parser=)
5 CALENDAR_MAC_1904 1904-01-01 00:00:00

统计

序号 类别 数量
2 bool 1
4 str 5
8 dict 1
10 class 4
11 function 5
12 builtin_function_or_method 1
13 residual 4
14 system 8
16 all 21

【openpyxl.reader.drawings】

drawings, fullname=openpyxl.reader.drawings, file=openpyxl\reader\drawings.py

常量

bool

1 PILImage False

str

2 IMAGE_NS

剩余

3 doc None
4 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B3C6548>
5 spec ModuleSpec(name=‘openpyxl.reader.drawings’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B3C6548>, origin=‘…\lib\site-packages\openpyxl\reader\drawings.py’)
6 fromstring functools.partial(, parser=)

统计

序号 类别 数量
1 int 1
2 bool 1
4 str 16
5 tuple 1
8 dict 1
9 module 2
10 class 18
11 function 9
13 residual 3
14 system 8
15 private 2
16 all 52

【openpyxl.reader.excel】

excel, fullname=openpyxl.reader.excel, file=openpyxl\reader\excel.py

将xlsx文件读入Python

常量

int

1 ZIP_DEFLATED 8

bool

2 KEEP_VBA False

str

3 ARC_CORE docProps/core.xml
4 ARC_CUSTOM docProps/custom.xml
5 ARC_CONTENT_TYPES [Content_Types].xml
6 ARC_WORKBOOK xl/workbook.xml
7 ARC_THEME xl/theme/theme1.xml
8 COMMENTS_NS
9 SHARED_STRINGS application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml
10 XLTM application/vnd.ms-excel.template.macroEnabled.main+xml
11 XLTX application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml
12 XLSM application/vnd.ms-excel.sheet.macroEnabled.main+xml
13 XLSX application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml

tuple

14 SUPPORTED_FORMATS (‘.xlsx’, ‘.xlsm’, ‘.xltx’, ‘.xltm’)

剩余

15 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000AD19E08>
16 spec ModuleSpec(name=‘openpyxl.reader.excel’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000AD19E08>, origin=‘…\lib\site-packages\openpyxl\reader\excel.py’)
17 fromstring functools.partial(, parser=)

统计

序号 类别 数量
4 str 4
6 list 1
8 dict 1
9 module 4
13 residual 3
14 system 9
16 all 13

【openpyxl.pivot】

pivot, fullname=openpyxl.pivot, file=openpyxl\pivot_init_.py

统计

序号 类别 数量
4 str 4
8 dict 1
10 class 18
13 residual 3
14 system 8
16 all 26

【openpyxl.pivot.fields】

fields, fullname=openpyxl.pivot.fields, file=openpyxl\pivot\fields.py

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 40
11 function 1
13 residual 4
14 system 8
16 all 51

【openpyxl.pivot.table】

table, fullname=openpyxl.pivot.table, file=openpyxl\pivot\table.py

常量

str

1 SHEET_MAIN_NS

剩余

2 doc None
3 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B3741C8>
4 spec ModuleSpec(name=‘openpyxl.pivot.table’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B3741C8>, origin=‘…\lib\site-packages\openpyxl\pivot\table.py’)
5 tostring functools.partial(, encoding=‘utf-8’)

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 64
11 function 1
13 residual 4
14 system 8
16 all 75

【openpyxl.pivot.cache】

cache, fullname=openpyxl.pivot.cache, file=openpyxl\pivot\cache.py

常量

str

1 SHEET_MAIN_NS

剩余

2 doc None
3 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B37C6C8>
4 spec ModuleSpec(name=‘openpyxl.pivot.cache’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B37C6C8>, origin=‘…\lib\site-packages\openpyxl\pivot\cache.py’)
5 tostring functools.partial(, encoding=‘utf-8’)

统计

序号 类别 数量
4 str 5
8 dict 1
10 class 19
13 residual 4
14 system 8
16 all 29

【openpyxl.pivot.record】

record, fullname=openpyxl.pivot.record, file=openpyxl\pivot\record.py

常量

str

1 SHEET_MAIN_NS

剩余

2 doc None
3 loader <_frozen_importlib_external.SourceFileLoader object at 0x000000000B3BAE08>
4 spec ModuleSpec(name=‘openpyxl.pivot.record’, loader=<_frozen_importlib_external.SourceFileLoader object at 0x000000000B3BAE08>, origin=‘…\lib\site-packages\openpyxl\pivot\record.py’)
5 tostring functools.partial(, encoding=‘utf-8’)

统计

序号 类别 数量
4 str 12
8 dict 1
13 residual 2
14 system 15
16 all 15

【openpyxl._constants】

_constants, fullname=openpyxl._constants, file=openpyxl_constants.py

包元数据

  1. ] ? ( [ A − Z a − z ] 1 , 3 ) [ ]?([A-Za-z]{1,3})[ ]?([AZaz]1,3)[ ↩︎

  2. ] ? ( [ A − Z a − z ] 1 , 3 ) [ ]?([A-Za-z]{1,3})[ ]?([AZaz]1,3)[ ↩︎

你可能感兴趣的:(菜鸟学python,python,开发语言)