python 操作 excel
Posted 北冥
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 操作 excel相关的知识,希望对你有一定的参考价值。
选择文件路径
import tkinter as tk from tkinter import filedialog root = tk.Tk() root.withdraw() file_path = filedialog.askopenfilename() print(file_path)
以上是关于python 操作 excel的主要内容,如果未能解决你的问题,请参考以下文章