SheetPop
SheetPop
Description
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:
- Upload an Excel template with placeholders like
{{field_name}} - Connect the template to a Contact Form 7 form
- When users submit the form, PDF is generated automatically
- 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
- API Endpoint:
https://jl46dss506.execute-api.ap-northeast-1.amazonaws.com
The following data is sent to the SheetPop API:
- 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. - 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. - 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. - Job polling (
GET /jobs/{id}) — After PDF generation is requested, the plugin polls for the job status. Only the job ID is sent. - Usage check (
GET /usage) — When the administrator views the plugin settings page, the current month’s usage count is retrieved.
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.
By using this plugin, you agree to the SheetPop Terms of Service and Privacy Policy.
Installation
- Upload the
sheetpopfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to the SheetPop menu in the admin dashboard
- Register with your email to get a free API key (10 PDFs/month)
- Upload an Excel template
- Connect the template to your Contact Form 7 form
- 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)
Screenshots
Faq
Yes, an API key is required to use the PDF generation service. You can register for free directly from the plugin settings page.
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.
Basic formulas (SUM, AVERAGE, IF, VLOOKUP, etc.), cell formatting, borders, and images are supported. Macros (VBA) and pivot tables are not supported.
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.
Macros are disabled for security reasons. The PDF generation runs on a secure cloud environment where macro execution could pose security risks.
Generated PDFs are automatically deleted after 24 hours. Make sure to download important documents promptly.
Yes, SheetPop can automatically generate invoices when WooCommerce orders are completed. Upload a template named template_woo.xlsx with order-related placeholders.
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 for details.
The service includes Noto Sans JP and Noto Serif JP fonts for Japanese text. Most standard fonts are also supported with fallback rendering.
Reviews
Changelog
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



