This example gets the first DataPilot table of a sheet.
DataPilotTables tables = sheet.getDataPilotTables(); DataPilotTable dataPilotTable1 = tables.item(1);
Related information
item method