Google Sheets


Overview

GrowPanel's Google Sheets integration allows you to import subscription data directly from a spreadsheet. This is ideal for businesses that don't use a supported billing platform, want to import historical data, or need to supplement their existing data source with manual entries.

The integration works through a Google Sheets Extension that connects to your GrowPanel account. You can export customers, plans, and invoices from your spreadsheet to GrowPanel, or import existing data from GrowPanel into a sheet for review or modification.

This guide covers:

  1. How to install the GrowPanel extension
  2. How to connect the extension to your GrowPanel account
  3. How to structure your data
  4. How to export data to GrowPanel
  5. How to import data from GrowPanel
  6. Best practices and troubleshooting

Prerequisites

Before you begin, ensure you have:

  • A GrowPanel account
  • A Google account with access to Google Sheets

How to install the GrowPanel extension

Step 1: Create a Google Sheets data source in GrowPanel

Before using the extension, you need to create a data source in GrowPanel.

In GrowPanel, navigate to Settings → Data sources → Add data source → Google Sheets.

Add Google Sheets source

Give the data source a name (e.g., "Google Sheets - Historical Data"), and hit Next

Name Google Sheets source

When this is done, you'll see the generated API key. Important: Store the key somewhere safe. You won't be able to see it again.

Add Google Sheets source

Click Install Sheets add-on

Step 2: Install the Sheets add-on

Select Admin install in the Google Workspace Marketplace install screen.

Install Google Sheets source

The next screen asks you to confirm that you'll install the add-on/app for the entire Google Workspace organization. Click Continue.

Install Google Sheets source

In the next screen, you are presented with the permissions you are granting GrowPanel. The permissions are these:

  1. View and manage spreadsheets that this application has been installed in: This means that the extension is able to read and write spreadsheets that you open the extension on. It's a necessary permission for the add-on to be able to work.
  2. See, edit, create, and delete only the specific Google Drive files you use with this app: This is related to #1, meaning that the extension can alter the data in the spreadsheet that you open the add-on with.
  3. Connect to an external service: This is needed to communicate with GrowPanel's API.
  4. Display and run third-party web content in prompts and sidebars inside Google applications: This is needed in order to display the sidebar where the add-on lives.
  5. See your personal info, including any personal info you've made publicly available: We may use your name and email to verify your identity, but this information is not stored in our platform, unless you also use Google to sign in to your GrowPanel account.

Click either "Everyone at your organization" (Recommended) or "Certain groups or organizational units" (if you want to limit use)

If you agree with this, select "I agree to the application's Terms of Service, Privacy Policy, and Google Workdpsace Marketplace's Terms of Service.

Install Google Sheets source

The add-on is now being installed, and can be used in Google Sheets by selecting the Extensions menu, and looking for GrowPanel.

Install Google Sheets source

Step 3: Open the GrowPanel extension

After installation:

  1. Open a new Google Sheet
  2. Go to Extensions → GrowPanel in the menu bar.
  3. Click Open app to open the add-on. A sidebar will appear on the right side of your sheet.

Google Sheets sidebar

Step 4: Enter your API key

In the GrowPanel sidebar:

  1. You'll see an Add your GrowPanel API key field.
  2. Copy your API key and paste it into the sidebar.
  3. Click Save.

Step 5: Select your data source

Google Sheets sidebar

Once connected:

  1. A dropdown will appear showing your available data sources.
  2. Select the Google Sheets data source you created earlier.
  3. Click Select

You will now see the default state of the sidebar, showing three tabs - Customers, Plans and Invoices. And each of these tabs have the same three buttons: Export to GrowPanel, Import from GrowPanel and Create Template

Google Sheets sidebar


Data structure and templates

The extension uses specific column structures for each data type. You can use the Create Template button to generate a sheet with the correct columns.

Customers

ColumnDescriptionRequired
Customer IDUnique identifier for the customerYes
NameCustomer's full name or company nameYes
EmailCustomer's email addressNo
CreatedDate the customer was created (YYYY-MM-DD)No
CountryTwo-letter country code (e.g., US, GB, DE)No
Trial StartedDate the trial started (YYYY-MM-DD)No
Export StatusAutomatically populated after exportNo

Plans

ColumnDescriptionRequired
Plan IDUnique identifier for the planYes
NameDisplay name of the planYes
IntervalBilling interval: day, week, month, or yearYes
Interval CountNumber of intervals (e.g., 1 for monthly, 3 for quarterly)Yes
CurrencyThree-letter currency code (e.g., USD, EUR)Yes
Plan GroupGroup name for organizing plansNo
Export StatusAutomatically populated after exportNo

Invoices

ColumnDescriptionRequired
Invoice IDUnique identifier for the invoiceYes
Customer IDMust match a Customer IDYes
TypeOne of: subscription, one-time, refund, cancellationYes
Invoice DateDate of the invoice (YYYY-MM-DD)Yes
AmountAmount in cents (e.g., 9900 for $99.00)Yes
CurrencyThree-letter currency codeYes
Plan IDMust match a Plan ID (for subscription invoices)Conditional
Subscription IDUnique identifier for the subscriptionNo
Start DateSubscription period start (YYYY-MM-DD)No
End DateSubscription period end (YYYY-MM-DD)No
ProrationTRUE or FALSENo
QuantityNumber of units/seatsNo
DiscountDiscount amount in centsNo
Export StatusAutomatically populated after exportNo

Exporting data to GrowPanel

To send data from your spreadsheet to GrowPanel:

  1. Ensure your sheet has data in the correct column format (or use Create Template first).
  2. In the sidebar, select the data type you want to export: Customers, Plans, or Invoices.
  3. Click Export to GrowPanel.
  4. The extension will process each row and update the Export Status column.

Export order

When setting up a new data source, export in this order:

  1. Plans first - these define your pricing structure
  2. Customers second - these create customer records
  3. Invoices last - these reference both plans and customers

Understanding export status

After export, each row will show one of these statuses:

  • Success - The row was exported successfully
  • Error: [message] - The export failed with a specific reason
  • Skipped - The row was empty or already exported

Importing data from GrowPanel

You can also pull existing data from GrowPanel into a spreadsheet:

  1. Open a new sheet tab or use an empty sheet.
  2. In the sidebar, select the data type: Customers, Plans, or Invoices.
  3. Click Import from GrowPanel.
  4. A new tab will open with the imported data in the correct column format.

This is useful for:

  • Reviewing your current data
  • Making bulk edits before re-exporting
  • Creating a backup of your GrowPanel data
  • Migrating data between data sources

Best practices

Data quality

  • Use consistent Customer IDs - If a customer appears in multiple invoices, use the exact same Customer ID.
  • Use consistent Plan IDs - Reference the same Plan ID in invoices that you defined in your Plans sheet.
  • Format dates correctly - Use YYYY-MM-DD format (e.g., 2024-01-15) for all date fields.
  • Use cents for amounts - Enter 9900, not 99.00, for a $99 invoice.

Managing updates

  • Re-export to update - If you change data in your sheet, you can re-export. Rows with matching IDs will be updated.
  • Use the Import function to verify - After exporting, import the data back to confirm it was received correctly.
  • Keep a backup - Before making major changes, duplicate your sheet as a backup.

Working with multiple sheets

  • You can organize your data across multiple sheets within the same spreadsheet.
  • Select the correct sheet tab before clicking Export or Import.
  • Each sheet should contain only one data type (don't mix customers and invoices).

Troubleshooting

ProblemPossible causeSolution
"Invalid API key" errorAPI key is incorrect or expiredGenerate a new API key in GrowPanel and re-enter it
"Data source not found"Wrong data source selectedVerify you selected the correct Google Sheets data source
Export shows "Error: Customer not found"Customer ID doesn't existExport your Customers sheet before exporting Invoices
Export shows "Error: Plan not found"Plan ID doesn't existExport your Plans sheet before exporting Invoices
Amounts look wrong in GrowPanelEntered dollars instead of centsUpdate amounts to cents (multiply by 100) and re-export
Dates not recognizedWrong date formatUse YYYY-MM-DD format for all dates
Extension not appearingInstallation incompleteReinstall from Extensions → Add-ons → Get add-ons

What happens after import

Once your data is exported to GrowPanel:

  1. GrowPanel processes the invoices to calculate MRR movements.
  2. Your dashboard will populate with metrics based on the imported data.
  3. Reports like MRR, ARR, churn, and cohorts become available.
  4. You can filter reports by this data source using the Data Source filter.

Since Google Sheets is a manual data source, you'll need to re-export whenever you have new data. For real-time sync, consider connecting a billing platform like Stripe, Chargebee, or Recurly.


Summary

The Google Sheets integration provides a flexible way to import subscription data into GrowPanel without requiring a billing platform integration. Use the GrowPanel extension to export customers, plans, and invoices from your spreadsheet, and GrowPanel will calculate your MRR, churn, and other subscription metrics automatically.

If you need help structuring your data or troubleshooting imports, contact our support team.