ExcelAnalyze

Titleā€ƒ ExcelAnalyze

Summary

This function returns information about an excel file. The function is used by the Analyze and Publish operations in on-premise Portal. For each sheet in the excel file it will return the sheet name, id, and the list of fields. The result is a json with this syntax: { "sheets" : [ , ,...]} where each sheet is an object like the following: { "name" : , "id": , "fields": [ {"name": , "type": , "length": }, ]}


Usage

Syntax

Parameter Explanation
excelFile

validateWorkspace

Code Samples

Tags

Credits

Use limitations