Title: SheetPop
Author: Yutaro Ikeda
Published: <strong>23 março, 2026</strong>
Last modified: 23 março, 2026

---

Pesquisar plugins

![](https://s.w.org/plugins/geopattern-icon/sheetpop.svg)

# SheetPop

 Por [Yutaro Ikeda](https://profiles.wordpress.org/jmblues/)

[Baixar](https://downloads.wordpress.org/plugin/sheetpop.0.2.2.zip)

 * [Detalhes](https://br.wordpress.org/plugins/sheetpop/#description)
 * [Avaliações](https://br.wordpress.org/plugins/sheetpop/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/sheetpop/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/sheetpop/#developers)

 [Suporte](https://wordpress.org/support/plugin/sheetpop/)

## Descrição

SheetPop converts Excel (.xlsx) templates to PDF automatically when forms are submitted.
Perfect for generating invoices, receipts, quotations, and other documents.

**Features:**

 * Upload Excel templates with placeholders
 * Automatic PDF generation on Contact Form 7 submission
 * WooCommerce order invoice generation
 * Download link display after form submission
 * Admin email notification with PDF link
 * Monthly usage tracking
 * All features are available with the free API key — no premium-only features or
   locked functionality

**How It Works:**

 1. Upload an Excel template with placeholders like `{{field_name}}`
 2. Connect the template to a Contact Form 7 form
 3. When users submit the form, PDF is generated automatically
 4. Users can download the PDF from the confirmation page

**Supported Excel Features:**

 * Basic formulas (SUM, IF, VLOOKUP, etc.)
 * Cell formatting and borders
 * Images (PNG, JPEG)
 * Japanese fonts (Noto Sans JP, Noto Serif JP)

**Limitations:**

 * Macros (VBA) are not supported for security reasons
 * Pivot tables are not supported
 * Conditional formatting has limited support

### External services

This plugin relies on two external services to function. No data is sent to any 
external service without user action (form submission or admin registration).

#### SheetPop API

This plugin connects to the SheetPop API to convert Excel templates into PDFs.

 * Service URL: [https://sheetpop.dev](https://sheetpop.dev)
 * API Endpoint: `https://jl46dss506.execute-api.ap-northeast-1.amazonaws.com`

The following data is sent to the SheetPop API:

 1. **Registration** (`POST /register`) — When the site administrator registers for
    an API key from the plugin settings page, the admin email address, site URL, and
    locale are sent. This happens once during initial setup.
 2. **Template upload** (`POST /templates/upload-url`) — When the administrator uploads
    an Excel template from the plugin settings page, a pre-signed upload URL is requested.
    The template file name and size are sent.
 3. **PDF generation** (`POST /convert`) — When a visitor submits a Contact Form 7 
    form (or a WooCommerce order is completed), the form field values and template 
    key are sent to generate a PDF.
 4. **Job polling** (`GET /jobs/{id}`) — After PDF generation is requested, the plugin
    polls for the job status. Only the job ID is sent.
 5. **Usage check** (`GET /usage`) — When the administrator views the plugin settings
    page, the current month’s usage count is retrieved.

 * [Terms of Service](https://sheetpop.dev/terms/)
 * [Privacy Policy](https://sheetpop.dev/privacy/)

#### Amazon S3 (Amazon Web Services)

Generated PDF files and uploaded Excel templates are stored in Amazon S3, operated
by the SheetPop service. The plugin does not communicate with Amazon S3 directly—
all S3 interactions are handled server-side by the SheetPop API. Generated PDFs 
are automatically deleted after 24 hours.

 * [AWS Terms of Service](https://aws.amazon.com/service-terms/)
 * [AWS Privacy Policy](https://aws.amazon.com/privacy/)

By using this plugin, you agree to the SheetPop Terms of Service and Privacy Policy.

## Capturas de tela

 * [[
 * SheetPop settings page
 * [[
 * Template management
 * [[
 * Contact Form 7 integration
 * [[
 * PDF download link after form submission

## Instalação

 1. Upload the `sheetpop` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to the SheetPop menu in the admin dashboard
 4. Register with your email to get a free API key (10 PDFs/month)
 5. Upload an Excel template
 6. Connect the template to your Contact Form 7 form
 7. Enable PDF generation for the form

**Requirements:**

 * WordPress 6.0 or higher
 * PHP 8.0 or higher
 * Contact Form 7 (optional, for form integration)
 * WooCommerce (optional, for invoice generation)

## Perguntas frequentes

### Do I need an API key?

Yes, an API key is required to use the PDF generation service. You can register 
for free directly from the plugin settings page.

### Are any features locked or restricted?

No. All plugin features are fully available with the free API key. There are no 
premium-only features, no paid upgrades, and no locked functionality in this plugin.
The external SheetPop API service includes 10 PDFs per month on the free tier. This
is a usage quota on the external service, not a limitation of the plugin itself.
Even when the quota is exceeded, form submissions continue to work normally — only
the PDF attachment is skipped.

### What Excel features are supported?

Basic formulas (SUM, AVERAGE, IF, VLOOKUP, etc.), cell formatting, borders, and 
images are supported. Macros (VBA) and pivot tables are not supported.

### How do I create a template?

Create an Excel file (.xlsx) with placeholders in the format `{{field_name}}`. The
field names should match your Contact Form 7 field names. Upload the template through
the SheetPop settings page.

### Why are macros not supported?

Macros are disabled for security reasons. The PDF generation runs on a secure cloud
environment where macro execution could pose security risks.

### How long are PDFs stored?

Generated PDFs are automatically deleted after 24 hours. Make sure to download important
documents promptly.

### Can I use this with WooCommerce?

Yes, SheetPop can automatically generate invoices when WooCommerce orders are completed.
Upload a template named `template_woo.xlsx` with order-related placeholders.

### What data is sent to the external service?

When generating a PDF, the form submission data and template file are sent to the
SheetPop API. During registration, your email and site URL are sent. Generated PDFs
are stored for 24 hours then automatically deleted. See our [Privacy Policy](https://sheetpop.dev/privacy/)
for details.

### What fonts are available?

The service includes Noto Sans JP and Noto Serif JP fonts for Japanese text. Most
standard fonts are also supported with fallback rendering.

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“SheetPop” é um programa de código aberto. As seguintes pessoas contribuíram para
este plugin.

Colaboradores

 *   [ Yutaro Ikeda ](https://profiles.wordpress.org/jmblues/)

[Traduzir o “SheetPop” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/sheetpop)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/sheetpop/), consulte
o [repositório SVN](https://plugins.svn.wordpress.org/sheetpop/) ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/sheetpop/)
por [RSS](https://plugins.trac.wordpress.org/log/sheetpop/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 0.2.0

 * Added async PDF generation with job polling
 * Improved download UX with completion page
 * Added usage quota display
 * Enhanced error handling

#### 0.1.0

 * Initial release
 * Contact Form 7 integration
 * WooCommerce invoice generation
 * Template upload and management

## Meta

 *  Versão **0.2.2**
 *  Última atualização **2 meses atrás**
 *  Instalações ativas **Menos de 10**
 *  Versão do WordPress ** 6.0 ou superior **
 *  Testado até **6.9.4**
 *  Versão do PHP ** 8.0 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/sheetpop/)
 * Tags
 * [contact form 7](https://br.wordpress.org/plugins/tags/contact-form-7/)[converter](https://br.wordpress.org/plugins/tags/converter/)
   [excel](https://br.wordpress.org/plugins/tags/excel/)[pdf](https://br.wordpress.org/plugins/tags/pdf/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/sheetpop/advanced/)

## Classificações

Ainda não foi enviada nenhuma avaliação.

[Your review](https://wordpress.org/support/plugin/sheetpop/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/sheetpop/reviews/)

## Colaboradores

 *   [ Yutaro Ikeda ](https://profiles.wordpress.org/jmblues/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/sheetpop/)