XLSForm is a form standard created to help simplify the authoring of forms in Excel. Authoring is done in a human-readable format using a familiar tool that almost everyone knows - Excel
Source: XLSForm website
This repo provides a tool that converts CUE to XLSForm. It has full compatibility with XLS forms so we can do both CUE -> XLSForm
and XLSForm -> CUE
conversions. It uses the same spec used by XLS forms. You can find example forms in the sample directory.
go install github.com/freddieptf/cueform/cmd/cue2xlsform@latest
./cue2xlsform --help