Python with Excel
Python can be used to create, read and write Excel spreadsheets. However, Python’s standard library does not have support for working with Excel; to do so, you will need to install a 3rd party package. The most popular one is OpenPyXL 1. Another package called xlwings can be used to seamlessly integrate Excel with Python 2. PyXLL is another package that runs Python code in Excel according to the specifications in its config file.
However once you start using python for excel it is very useful in case data set is large like 3 to 8 lacs rows with 60 to 100 columns.
Process time will reduce and simultaneously. All python code is written you will not forget any steps in processing data.
Learn more:
1. blog.pythonlibrary.org
2. towardsdatascience.com
3. pyxll.com
4. realpython.com
5. pythoninoffice.com
6. datacamp.com
Our website: delvesolutions.net