ExportLib
Functions
selectionGridToExcel(e) ⇒ void
textToFile(filename, text) ⇒ void
Saves a text or json file to disk.
apiUriToExcel(apiuri, filename) ⇒ void
Call the API with a URI and exports the return data to Excel.
apiQlToExcel(apiQuery, filename) ⇒ void
Calls the API using apiQL and exports the return data to Excel.
transactionToExcel(transaction, transactionDetail, filename) ⇒ void
arrayToExcel(dataRows, filename) ⇒ void
gridToExcel(appConfig) ⇒ void
Exports a grids visible data to Excel. If paging is being used only the current page is written.
selectionGridToExcel(e) ⇒ void
voidParams
e
Type.EventInfo
textToFile(filename, text) ⇒ void
voidSaves a text or json file to disk.
Params
filename
anytext
any
apiUriToExcel(apiuri, filename) ⇒ void
voidCall the API with a URI and exports the return data to Excel.
Params
apiuri
stringfilename
string
apiQlToExcel(apiQuery, filename) ⇒ void
voidCalls the API using apiQL and exports the return data to Excel.
Params
apiQuery
stringfilename
string
transactionToExcel(transaction, transactionDetail, filename) ⇒ void
voidParams
transaction
anytransactionDetail
anyfilename
any
arrayToExcel(dataRows, filename) ⇒ void
voidParams
dataRows
Array.<any>filename
any
gridToExcel(appConfig) ⇒ void
voidExports a grids visible data to Excel. If paging is being used only the current page is written.
Params
appConfig
Type.AppConfig
Last updated
Was this helpful?