Python处理Excel有好多库可供选择,比如:xlwings、openpyxl、pandas、Xlsxwriter、xlutils(结合xlrd/xlwt)等,各有各的特点,推荐使用前三种。数据处理是pandas的强项。
pandas
安装语句:pip install pandas
openpyxl
安装语句:pip install openpyxl
numexpr
安装语句:pip install numexpr
Python处理Excel有好多库可供选择,比如:xlwings、openpyxl、pandas、Xlsxwriter、xlutils(结合xlrd/xlwt)等,各有各的特点,推荐使用前三种。数据处理是pandas的强项。
pandas
安装语句:pip install pandas
openpyxl
安装语句:pip install openpyxl
numexpr
安装语句:pip install numexpr