Excel
Reading and Writing Excel with Python
· ☕ 2 min read
Python and Excel are both commonly used for data processing, so passing data back and forth and handling computations between them is unavoidable. This article mainly introduces the Python-Excel family of libraries, and how to use the xlrd and xlwt libraries. 1. Common Libraries xlwings, openpyxl, pandas, win32com, xlsxwriter, DataNitro,