SheetPop converts Excel (.xlsx) templates to PDF automatically when forms are submitted. Perfect for generating invoices, receipts, quotations, and other documents.
Features:
How It Works:
{{field_name}}Supported Excel Features:
Limitations:
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).
This plugin connects to the SheetPop API to convert Excel templates into PDFs.
https://jl46dss506.execute-api.ap-northeast-1.amazonaws.comThe following data is sent to the SheetPop API:
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.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.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.GET /jobs/{id}) — After PDF generation is requested, the plugin polls for the job status. Only the job ID is sent.GET /usage) — When the administrator views the plugin settings page, the current month’s usage count is retrieved.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.