Give saveAsExcel its own config options (#20647)

Co-authored-by: Ben Russell <russellben@microsoft.com>
This commit is contained in:
Benjamin Russell
2022-10-05 11:40:00 -05:00
committed by GitHub
parent 60c1c8a89f
commit 29daa72ef1
4 changed files with 46 additions and 19 deletions

View File

@@ -12,6 +12,9 @@ export interface IQueryEditorConfiguration {
readonly textIdentifier: string,
readonly encoding: string
},
readonly saveAsExcel: {
readonly includeHeaders: boolean,
},
readonly saveAsXml: {
readonly formatted: boolean,
readonly encoding: string