要在 Python 中导入哪个库以从 Excel 文件中读取数据,以便使用 Selenium 进行自动化测试?

Which library to import in Python to read data from an Excel file, for automation testing using Selenium?

要在 Python 中导入哪个库以从 Excel 文件中读取数据,我想在 Excel 文件中存储不同的 xpaths 以便使用 Selenium 进行自动化测试?

xlrd library is what you are looking for to read excel files. And to write, you can use xlwt.