Excel.TableSource enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the data source type for a table.
Remarks
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
Fields
| external = "External" | External data source (such as Microsoft SharePoint Foundation). |
| model = "Model" | Power Pivot model. |
| query = "Query" | Query data source. |
| range = "Range" | An Excel range object. |
| xml = "Xml" | XML data source. |