摘要:
1 #!/usr/bin/python3 2 # -*-coding:utf-8-*- 3 #python读取Excel中单元格的内容返回的有5种类型ctype : 0 empty,1 string, 2 number, 3 date, 4 boolean, 5 error 4 #显示单元格属性方法sheet.cell(row,col).ctype 5 import xlrd 6 ... 阅读全文
posted @ 2019-09-03 21:10
老猫历险记
阅读(255)
评论(0)
推荐(0)
浙公网安备 33010602011771号