quangsangctim / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Replace "xlrd" and "xlwt" modules with "xlsxwriter" module. #710

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
https://pypi.python.org/pypi/XlsxWriter

Original issue reported on code.google.com by bapna.ra...@gmail.com on 9 Jan 2014 at 3:18

GoogleCodeExporter commented 9 years ago
Can you please list the benefits of XlsxWriter over openpyxl and xlrd xlwt?

Original comment by grizzly.nyo on 10 Jan 2014 at 8:28

GoogleCodeExporter commented 9 years ago
As far as I can see, XlsxWriter only writes .xlsx files, while openpyxl can 
read and write them. xlrd and xlwt enable to read and write the older .xls 
files. I don't see how XlsxWriter would replace any of them.

Original comment by contrebasse on 10 Jan 2014 at 9:05

GoogleCodeExporter commented 9 years ago
I propose to add "Xlsxwriter" module while keeping the other modules intact. I 
think Xlsxwriter can handle charts in Excel in much better way than openpyxl.

https://xlsxwriter.readthedocs.org/en/latest/working_with_charts.html

http://openpyxl.readthedocs.org/en/latest/charts.html

Original comment by bapna.ra...@gmail.com on 10 Jan 2014 at 10:16