Excel Autofill

Automatically fill and route Excel templates from your form submission data

If you upload an Excel template, you can include variables in your spreadsheet via double-curly brace syntax ({{Field1}}). Feathery will automatically replace variables with the corresponding field value when you fill them out.

Conditional Sheet Generation

You can include conditional logic that determines if a given individual sheet of your spreadsheet will be included in the final output. To do so, set the name of the sheet to a field variable with double-curly brace syntax. If the field ends up having an empty value, the corresponding sheet will not be included in the final spreadsheet output. Otherwise, the name of the sheet will be replaced with the field value and kept in the spreadsheet as usual.

Last updated