Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sheet index in excel #14062

Merged
merged 11 commits into from
Apr 25, 2021
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