随笔分类 -  编程语言

摘要:1、python读取excel中单元格内容为日期的方式 python读取excel中单元格的内容返回的有5种类型,即上面例子中的ctype: ? 1 ctype : 0 empty,1 string, 2 number, 3 date, 4 boolean, 5 error 即date的ctype= 阅读全文
posted @ 2017-08-01 12:45 fosonR 阅读(557) 评论(0) 推荐(0)