Skip to content

Commit

Permalink
Support sheet index in excel (#14062)
Browse files Browse the repository at this point in the history
* Enable excel in public swagger

* update

* rollback dataflow change

* Support sheet index in excel

Co-authored-by: zhanyu2014 <zhanyu@microsoft.com>
  • Loading branch information
yuzhangyi and zhanyu2024 authored Apr 25, 2021
1 parent ecff0da commit 7cca3c6
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,11 @@
},
"sheetName": {
"type": "object",
"description": "The sheet of excel file. Type: string (or Expression with resultType string)."
"description": "The sheet name of excel file. Type: string (or Expression with resultType string)."
},
"sheetIndex": {
"type": "object",
"description": "The sheet index of excel file and default value is 0. Type: integer (or Expression with resultType integer)"
},
"range": {
"type": "object",
Expand All @@ -715,8 +719,7 @@
}
},
"required": [
"location",
"sheetName"
"location"
]
},
"ParquetDataset": {
Expand Down

0 comments on commit 7cca3c6

Please sign in to comment.