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" | An external data source, such as Microsoft SharePoint Foundation. |
| model = "Model" | A Power Pivot model. |
| query = "Query" | A Power Query query data source. |
| range = "Range" | A range object in this worksheet. |
| xml = "Xml" | An XML data source. |