+ 2
How can l use Python with Excel and how can l add pulp package
l will study about lesson Scheduling for my universty so l need Excel for save and use data. And l need Python for solving some constraints . l also need to use them with harmony so if you know how can l combine these two things .l will so happy.
7 Respostas
+ 5
python has a big community! When I need a module for xls, ppt, vlc..., I ask pypi. this modules can be easily installed with pip qnd normally they come with w good documentation
+ 4
read about this:
http://xlsxwriter.readthedocs.io
http://www.python-excel.org
https://www.enthought.com/products/pyxll/
+ 4
You can also use the openpyxl module, it's very easy and accessible. Check out my code using this module:
https://code.sololearn.com/cGcw92Q6ZUjB/?ref=app
0
thanks
0
thanks
- 1
Use python
- 1
Use python