WP Manifestindependent plugin directory
manifest / integrations / sheet-to-wp-migration-v2

Google Sheet to WP Post migration

This tool able to fetch google sheet data and migrate them into wordpress posts easily.

by Shimanta Das · github.com/simantadasweavers/sheet-to-wp-migration-v2

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/simantadasweavers/sheet-to-wp-migration-v2/archive/refs/heads/main.zip
  1. WHEN YOU SAVE ACF FIELDS OR POST META FIELDS AGAINST POST TYPE, ON EVERY CHANGES YOU NEED TO SAVE SETTINGS.

=========================================================

In Google Sheets, A2:H refers to a range of cells:

A2 specifies the starting cell in column A, row 2. H specifies all cells in columns up to and including column H. So, A2:H includes all cells from A2 through H2 down to the last row of data in columns A to H.

This range would look like:

Starting cell: A2 Ending cell: H (through the last row in these columns) If you want to select a specific range, for example, from A2 to H10, you would use A2:H10

===============================================