-
Openpyxl tutorial - https://zetcode.com/python/openpyxl/
-
https://www.geeksforgeeks.org/python-reading-excel-file-using-openpyxl-module/
-
Alternative to Excel and Pandas for Data Science - https://towardsdatascience.com/this-python-library-will-help-you-move-from-excel-to-python-in-no-time-139e45ce9c69
-
Quora Article https://www.quora.com/What-python-libraries-are-best-for-working-with-Microsoft-Excel
- openpyxl
- The recommended package for reading and writing Excel 2010 files.
- xlsxwriter
- An alternative package for writing data, formatting information and, in particular, charts in the Excel 2010 format (ie: .xlsx)
- xlrd
- This package is for reading data and formatting information from older Excel files
- xlwt
- This package is for writing data and formatting information to older Excel files
- xlutils
- This package collects utilities that require both xlrd and xlwt, including the ability to copy and modify or filter existing excel files.
- matplotlib
- for graphics
- openpyxl
-
<>
-
<>
-
<>