python读excel——xlrd
读取 电影.xlsx的内容
1.代码如下:
2.输出结果:
3.为何输出结果不是中文呢?
请大家自行百度Python解码decode和编码encode的方法,试试看取一个u‘\u9ed1\u9e70\u5760\u843d’赋值给一个变量s,print s.decode('utf-8'),看看是不是变成中文。
python写入excel——xlst
python读excel——xlrd
读取 电影.xlsx的内容
1.代码如下:
2.输出结果:
3.为何输出结果不是中文呢?
请大家自行百度Python解码decode和编码encode的方法,试试看取一个u‘\u9ed1\u9e70\u5760\u843d’赋值给一个变量s,print s.decode('utf-8'),看看是不是变成中文。
python写入excel——xlst
本文标题:Python 简单读写Excel
本文链接:https://www.haomeiwen.com/subject/umgwnttx.html
网友评论