Skip to content

Commit 7cca3c6

Browse files
Support sheet index in excel (#14062)
* Enable excel in public swagger * update * rollback dataflow change * Support sheet index in excel Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>
1 parent ecff0da commit 7cca3c6

File tree

1 file changed

+6
-3
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+6
-3
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Dataset.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,11 @@
695695
},
696696
"sheetName": {
697697
"type": "object",
698-
"description": "The sheet of excel file. Type: string (or Expression with resultType string)."
698+
"description": "The sheet name of excel file. Type: string (or Expression with resultType string)."
699+
},
700+
"sheetIndex": {
701+
"type": "object",
702+
"description": "The sheet index of excel file and default value is 0. Type: integer (or Expression with resultType integer)"
699703
},
700704
"range": {
701705
"type": "object",
@@ -715,8 +719,7 @@
715719
}
716720
},
717721
"required": [
718-
"location",
719-
"sheetName"
722+
"location"
720723
]
721724
},
722725
"ParquetDataset": {

0 commit comments

Comments
 (0)