Which library should I use to write an XLS from Linux / Python?

后端 未结 5 1493
南方客
南方客 2020-12-31 21:28

I\'d love a good native Python library to write XLS, but it doesn\'t seem to exist. Happily, Jython does.

So I\'m trying to decide between jexcelapi and Ap

5条回答
  •  盖世英雄少女心
    2020-12-31 22:08

    +1 for xlwt. See Matt Harrison's blog for posts on how to use xlwt and how to deal with large spreadsheets. Also, check out the python-excel group on Google "If you use Python to read, write or otherwise manipulate Excel files".

提交回复
热议问题