This functionality is only available for certain module packages.

ExcelDataSource

ExcelDataSource is available for access to Excel pages (xls files):

The Excel data source differs from general relational databases in a few points:

select * from [Artikel$];
		
	

The table name (here Parts) must be placed in square brackets for Excel. The $ character must be placed at the end.