Excel.DataSourceType enum
Represents a command type of DataConnection
.
Remarks
Fields
cube = "Cube" | Contains a cube name for an OLAP data source. |
localRange = "LocalRange" | The data source type is a range in the current workbook. |
localTable = "LocalTable" | The data source type is a table in the current workbook. |
oledbDefault = "OledbDefault" | Contains command text that the OLE DB provider (such as Power BI) understands. |
unknown = "Unknown" | The data source type is unknown or unsupported. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins