We have this table with a schedule, is it possible to have a excel form on 365, or a google sheets, where the customer adds whatever in the columns, and that data shows in a formatted table on my wordpress site?
Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
It should be possible. You need some automation tool that intermediates between the WordPress API and the API of the tool used for the table. For example: zapier, make.com or boost.space.
The automation tool can create WordPress posts with custom fields based on the data from the external table. Then you could create a WordPress query loop to display those posts in a table format.
Perhaps you could also simply embed tables from tools such Aitable.ai or Airtable directly into WordPress, but I have not explored it yet.
[https://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-google-spreadsheets/](https://wpdatatables.com/documentation/creating-wpdatatables/creating-wpdatatables-from-google-spreadsheets/)