OPENPYXL
一个强大的Excel读写库 前言 虽然总是在吹“诶呀c是最好的语言”,“诶呀c就是牛逼”,“python和Java都是c写的,go也是c写的(其实作者也不知道是不是c写的),c++也是基于c的创作”(当然作者也不知道是不是c干的事),但究其原因就是因为作者首先学的c,但学完发现c其实啥也干不来(当然我是说相比于其他语言),心里十分的不平衡 所以today,出一期openpyxl库的使用教程 这个库主要是面向excel表格而设计的,同功能的库还有pandas,有兴趣的小伙伴可以去研究一下一下是二者的大体区别 功能/库 openpyxl pandas 主要用途 精细控制Excel 文件数据分析和批量处理 支持格式 .xlsx .xlsx,.xls,.csv 等 内存效率 中等 高(对于数据分析) 单元格级操作 优秀 有限 公式处理 支持读取和写入 主要读取计算结果 图表操作 支持 不支持 学习曲线 中等 较低(对数据分析师) 依赖关系 纯Python 依赖 NumPy...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment