Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的一个项目需要帮助。我有一个 excel 工作表,其中包含两列值,我需要将它们转换为 python 中的列表。有没有办法读取excel列并将其复制到python中?
以 .csv 格式保存 Excel 工作表。然后使用 Python csv 模块读取它。