The CFO and workers surveyed have the same opinion in terms of what is the most common breach of workplace etiquette
查看答案
The workers surveyed complain more about not responding to calls or emails timely than running late for meetings.
A. 对
B. 错
下列属性不属于Excel文档:
A. Workbook
B. Worksheet
Cell
D. Paragraph
在openpyxl模块中打开一个已经存在Excel文档,可以使用下列函数:
A. load_workbook()
B. Workbook()
C. Document("c:\\test.xlsx")
Document()
openpyxl中获取Excel工作薄中的激活工作表可以使用下面方法:
A. wb[wb.sheetnames[0]]
B. wb.active
C. wb.encoding
D. wb.title