@John Salabsabin Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
To extract Table data from documents into an Excel Spreadsheet follow either of the below steps explained in this document:
Option 1:
Azure Function (HTTP Trigger based): This function takes a document and generates an Excel file with the table data in the document. This is done using the Azure Document Intelligence service.
.
.
Option 2:
Apache Spark in Azure Synapse Analytics (in case you need to process large volumes of documents).
.
.
Option 3:
Similar to what you are doing now (manually), you can refer to the steps mentioned her:
.
.
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.
**
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.