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

Source: Database Query ({{ db_type|upper }})

This query will be executed once and the results sent to all target sheets

Target Sheets

No targets added yet. Click "Add Target" to add a Google Sheet target.

Execution Options

{% endblock %} {% block scripts %} {% endblock %}