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 工作表,我希望它逐行读取 Excel 工作表中的数据并将其放入 Web 表单(自动化),直到 Excel 工作表行没有结束
您的问题不是很精确,或者您只是没有研究 AAE 功能。最简单的方法是使用如下循环:
然后将每一行分配给变量
不要忘记在开始循环之前输入“Excel Get All Cells”。
最后一步是将变量传递给网络记录器,它将放置在正确的位置。