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.
我正在尝试通过 datafactory 处理包含多个工作表的单个 excel 文件,但我不确定如何处理所有工作表?我已将此字段设置为数据集中的参数化,但不确定如何为其提供工作表名称 在此处输入图像描述
您可以创建一个填充了工作表名称的数组变量,然后使用 For Each 活动对其进行循环。
1.创建变量
2.For Each活动的设置
3.数据集的设置