解释 UiPath 中 read range/read cell/read csv/write range/write cell/write csv 的含义与用途。
In UiPath, explain the terms read range, read cell, read csv, write range, write cell, and write csv.
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
分类: problem-solving
标签: Excel, CSV
参考答案摘要
答案 Read Range :读取 Excel 工作表中的一个范围的数据(通常输出为 DataTable)。 Read Cell :读取指定单元格的值。 Read CSV :从 CSV 文件读取数据(通常输出为 DataTable)。 Write Range :将数据写入 Excel 工作表的一个范围(常用于写入整表/多行多列)。 Write Cell :向指定单元格写入一个值。 Write CS...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。