{% extends "base.html" %} {% block title %}Reverse Sync - MySQL to Sheets{% endblock %} {% block page_title %}Reverse Sync{% endblock %} {% block page_subtitle %} Sync data from Google Sheets to your database {% endblock %} {% block content %} {% if not feature_available %}
Reverse Sync is available on the {{ required_tier }} plan and above. You are currently on the {{ current_tier }} plan.
Upgrade
{% else %}

Source: Google Sheets

The spreadsheet ID from the URL or the full URL
Specific range to read, or leave blank for all data

Target: Database ({{ db_type|upper }})

Columns used to identify existing rows (required for overwrite/skip modes)
Update existing rows, insert new ones

Column Mapping Optional

Map sheet column headers to database column names. Leave empty to use sheet headers as-is.

->
{% endif %} {% endblock %} {% block scripts %} {% endblock %}