- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://www.python-excel.org/
- 软件文档: http://pythonhosted.org/xlutils/
- 官方下载: https://pypi.python.org/pypi/xlutils
软件介绍
xlutils 是处理 Excel 文件的实用处理程序,要求 xlrd 和 xlwt。xlutils 提供一个 Excel 文件处理实用程序集合:
xlutils.copy
;复制 xlrd.Book 对象到 xlwt.Workbook 对象
xlutils.display
;在一个用户友好和安全的界面显示 xlrd 相关的对象
xlutils.filter
;分离和过滤 Excel 文件到新 Excel 文件的迷你框架
xlutils.margins
;查找有多少包括有效数据的 Excel 文件
xlutils.save
;序列化 xlrd.Book 对象
xlutils.styles
;格式化信息
Algorithms Illuminated (Part 2)
Tim Roughgarden / Soundlikeyourself Publishing, LLC / 2018-8-5 / USD 17.99
Algorithms are the heart and soul of computer science. Their applications range from network routing and computational genomics to public-key cryptography and machine learning. Studying algorithms can......一起来看看 《Algorithms Illuminated (Part 2)》 这本书的介绍吧!
