python cell类型_Python - TypeError:类型'Cell'的对象没有len()(Python - TypeError: object of type 'Cell' has no...

在使用Python的Selenium库处理Excel数据时遇到TypeError:类型'Cell'的对象没有len()的问题。错误源于尝试对Cell对象调用len()方法。解决方案是取Cell对象的'value'属性,如cellData = worksheet.cell(X,Y).value。" 83143366,7460545,理解协方差与皮尔逊相关系数,"['数据科学', '统计学', '相关性分析']
摘要由CSDN通过智能技术生成

Python - TypeError:类型'Cell'的对象没有len()(Python - TypeError: object of type 'Cell' has no len())

我正在用Python处理Selenium。

我正在编写一个代码,它将从Excel文件中获取数据并在WebPortal上打出相同的数据。 但是我收到错误:

TypeError: object of type 'Cell' has no len()

以下是代码:

for X in range(1,rowCount):

for Y in range(0,colCount):

cellData = worksheet.cell(X,Y)

driver.find_element_by_id("XYZ").send_keys(cellData)

I am working on Selenium with Python.

I am writing a code which will fetch the data from an excel file and punch the same data on the WebPortal. But I am getting the error:

TypeError: object of type 'Cell' has no len()

Below is the code:

for X in range(1,rowCount):

for Y in range(0,colCount):

cellData = worksheet.cell(X,Y)

driver.find_element_by_id("XYZ").send_keys(cellD

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值