UnoRuntime.queryInterface(XDataPilotTablesSupplier.class, oSheet);
log.println("Getting test object ") ;
XDataPilotTables DPT = DPTS.getDataPilotTables();
XDataPilotDescriptor DPDsc = DPT.createDataPilotDescriptor();
DPDsc.setSourceRange(new CellRangeAddress((short)0, 0, 0, 4, 4));
DPT.insertNewByName(
"DataPilotTable",
new CellAddress((short)0, 5, 5),
DPDsc );