如何将数据写入excel文件? [英] How to write data to an excel file?

查看:105
本文介绍了如何将数据写入excel文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些我想保存在Excel文件中的数据。在python中如何做?

解决方案

有一个很好的python模块,名为 XLWT 。我建议使用它...它编写本机Excel文件而不是CSV。支持公式等。



文档 (从马克借来)


I have some data that I'd like to save in an excel file. How does one do this in python?

解决方案

There's a great python module called XLWT. I'd recommend using that... it writes native Excel files instead of CSVs. Supports formulas, etc too.

Documentation (borrowed from Mark)

这篇关于如何将数据写入excel文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆