I think you might have to do them both separately. do your Tableextract then Dataextrac and then manually combine them.
Because TE does not see anything other then the Table you pick. Also, DE only see all of the data but not the Table.
Explanation:
Yes, you can export both AutoCAD tables and block attributes to Excel. The best methods include using DATAEXTRACTION for both (full version), ATTOUT (Express Tools) for attributes, or the TABLEEXPORT command for tables, typically resulting in CSV or TXT files that open in Excel.
Exporting Block Attributes to Excel:
ATTOUT (Express Tools): Type ATTOUT in the command line to export block attributes to a tab-delimited text file, which can be opened in Excel.
DATAEXTRACTION: Type DATAEXTRACTION, follow the wizard to select blocks and attributes, and export directly to .xls or .csv.
Importing Back: Use ATTIN to import edited attribute data back into AutoCAD.
Hope this helps!!
Thanks, JRR!