Is there a way to create a wpDataTable using Google Sheets as the source of the data but only using a range of the cells? For instance using the range=A1:D1 type of format you can use when embedding an iframe...Is that possible?
There is no way to do this with built in functionalities but maybe you can use this tutorial - Documentation to create one more sheet which will be populated automatically from the first one but contain only data that you need.
Is there a way to create a wpDataTable using Google Sheets as the source of the data but only using a range of the cells? For instance using the range=A1:D1 type of format you can use when embedding an iframe...Is that possible?
Hi Levi,
Thank you for your inquire.
There is no way to do this with built in functionalities but maybe you can use this tutorial - Documentation to create one more sheet which will be populated automatically from the first one but contain only data that you need.