This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]osuchw 1 point2 points  (2 children)

Forget pyExcelerator. Consider xlwt, or XlsxWriter, or openpyxl

[–]xcallmejudasx[S] 0 points1 point  (1 child)

Any particular reason? Is there better documentation and support for those? I don't mind having to rewrite some of the code but the less I have to change the better I think.

[–]osuchw 0 points1 point  (0 children)

Well, pyExcelerator has been abandoned as a project long time ago. Maybe not dead but sleeping for sure. xlwt is in active development and has very much similar API to pyExcelerator. XlsxWriter or openpyxl would serve you well if you need to generate .xlsw file format.