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 源才能从所有工作表中读取数据?
为了从所有 Excel 工作表中读取数据,您首先需要从工具箱中拖入 GetExcelWorksheets 函数转换对象。然后使用任何变量或常量将文件路径映射到 excelFilePath 输入字段。现在拖入一个 Excel 源并将其转换为转换(右键单击标题并单击转换)。现在将 GetExcelWorksheets 的输出映射到现在在 Excel 源上可见的 Worksheet 选项。