网络编程
位置:首页>> 网络编程>> Python编程>> python得到一个excel的全部sheet标签值方法

python得到一个excel的全部sheet标签值方法

作者:肥宅_Sean  发布时间:2022-11-22 15:27:51 

标签:python,excel,sheet

这里需要用到python处理excel很经典的库openpyxl,安装也特别简单。window直接pip install就好了

代码在这里~


wb = openpyxl.load_workbook(filepath)
sheetnames = wb.sheetnames

来源:https://blog.csdn.net/a19990412/article/details/79311316

0
投稿

猜你喜欢

手机版 网络编程 asp之家 www.aspxhome.com