Title: Plugin for generating same layouted block content
Last modified: December 11, 2023

---

# Plugin for generating same layouted block content

 *  [extensus](https://wordpress.org/support/users/extensus/)
 * (@extensus)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/plugin-for-generating-same-layouted-block-content/)
 * I have a google sheet where I have data on certain objects that I would like 
   to display, such that I can layout and style the data myself. 
   Were the site 
   written in React, I would do something like this:
 *     ```wp-block-code
       const data = { key1: "value1", key2: "value2", key3: "value3" };
   
       const listItems = Object.entries(data).map(([key, value]) => (
         <div key={key}>
           <img src="image-url.placeholder">
           <p>{key}</p>
           <p>{value}</p>
         </div>
       ));
   
       return <div>{listItems}</div>;
       ```
   
 * I am now looking for a plugin that does just that, if possible with my data from
   the spreadsheet. I can also export the data into say an excel spreadsheet or 
   to a JSON Data structure. 
   I have tried using the “Spreadsheet Integration – 
   Automate Google Sheets With WordPress, WooCommerce & Most Popular Form Plugins.
   Also, Display Google sheet as a Table.” plugin, but I have had some issues with
   it.

The topic ‘Plugin for generating same layouted block content’ is closed to new replies.

## Tags

 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [list](https://wordpress.org/support/topic-tag/list/)
 * [plugin](https://wordpress.org/support/topic-tag/plugin/)
 * [spreadsheets](https://wordpress.org/support/topic-tag/spreadsheets/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 0 replies
 * 1 participant
 * Last reply from: [extensus](https://wordpress.org/support/users/extensus/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/plugin-for-generating-same-layouted-block-content/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
