python操作xls表

1、python读取excel中单元格内容为日期的方式 python读取excel中单元格的内容返回的有5种类型,即上面例子中的ctype: ? 1 ctype :  0  empty, 1  string,  2  number,  3  date,  4  boolean,  5  error 即date的ctype=3,这时需要使用xlrd的xldate_as_tuple来处理为date格式
相关文章
相关标签/搜索