Version History
Track all releases, new features, improvements, and bug fixes for ExForms.
2026-08-13 — Per-form parent tables
New Features
AdditionalTableson the generate API — a set whose forms iterate different parent tables (a PDF onTable3, a Word file onWordParentTable, …) can now be supplied every table it needs with the correct shape: one row per document. Existing requests are unaffected.Forms[].ParentTableinGET /TemplateSets/{id}— reports which Excel table each form iterates, so integrations can discover exactly what to send.X-ExForms-Forms-Not-Generatedresponse header — names any form that produced no documents because its parent table was missing from the request, instead of returning a clean response with documents silently absent.
Improvements
- The add-in now collects every form's parent table on Send Data. Previously one parent table was chosen for the whole set, and forms bound to a different table produced empty output. Mixed PDF + Word + PowerPoint + HTML sets fill all their documents.
- Missing tables are reported, not skipped silently. If a mapped table is no longer in the workbook (e.g. it was renamed after mapping), the generation result names the table and the affected file.
- HTML child mapping — selecting a child table now fills its columns in automatically, and re-saving a mapping after renaming the parent table updates the stored relationship.
Upcoming Release
v1.0.0 (Coming Soon)
Initial Public Release
New Features
- PDF Form Filling - Fill PDF forms with data from Excel
- Template Sets - Organize multiple PDF forms into sets
- Field Mapping - Map Excel Named Ranges and Tables to PDF form fields
- Naming Options - Customize output file and folder names
- Multi-Account Support - Switch between multiple company accounts
- Team Support - Organize template sets by team
- Anonymous Mode - Try the add-in without signing in (limited to 10 forms/month)
- Excel Version Tracking - Ensure users have the correct Excel template version
- REST API - Programmatically generate filled PDFs via API
Planned (Word & PowerPoint)
- Word Document Generation - Fill Word templates using Content Controls
- PowerPoint Generation - Fill PowerPoint templates using placeholders
Version Numbering
ExForms uses Semantic Versioning:
- Major.Minor.Patch (e.g., 1.2.3)
- Major: Breaking changes or significant new features
- Minor: New features, backwards compatible
- Patch: Bug fixes, backwards compatible
Release Notes Template
Below is the format used for each release:
### vX.Y.Z (YYYY-MM-DD)
#### New Features
- Feature description
#### Improvements
- Improvement description
#### Bug Fixes
- Bug fix description
#### Breaking Changes
- Description of breaking change and migration steps
Roadmap
See our planned features:
| Feature | Target Version | Status |
|---|---|---|
| PDF Form Filling | v1.0.0 | ✅ Ready |
| REST API | v1.0.0 | ✅ Ready |
| Word Document Generation | v1.1.0 | 🔄 In Development |
| PowerPoint Generation | v1.2.0 | 📋 Planned |
| Database Connectors | v2.0.0 | 📋 Planned |
| Cloud Storage Connectors | v2.0.0 | 📋 Planned |
| CRM/ERP Connectors | v2.1.0 | 📋 Planned |
Legend:
- ✅ Ready - Feature complete, awaiting release
- 🔄 In Development - Currently being built
- 📋 Planned - On roadmap, not yet started
Subscribe to Updates
Stay informed about new releases:
- Documentation Updates: Bookmark this page
- Product Updates: Check exceltoforms.com for announcements