Yes, it is possible. I just found out:
It is possible with an procedure and by giving the table a tag name in properties->misc.->tag name
PageCopyTableToExcel(
pageName: "TypeYourPageNameHere",
tag: "TypeYourTableTagHere",
IncludeHeaders: 1,
ExcelWorkbook: "TypeYourExcelWorkBookNameHere",
selectionOnly: 0,
Range: "A1",
Sheet: "TypeYourSheetNameHere"
)