Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freddieptf/cueform
An XLSForm Alternative
https://github.com/freddieptf/cueform
odk-xform odk-xforms odk-xlsform
Last synced: about 1 month ago
JSON representation
An XLSForm Alternative
- Host: GitHub
- URL: https://github.com/freddieptf/cueform
- Owner: freddieptf
- Created: 2023-08-27T20:21:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-22T22:46:37.000Z (about 1 year ago)
- Last Synced: 2023-12-23T18:38:31.351Z (almost 1 year ago)
- Topics: odk-xform, odk-xforms, odk-xlsform
- Language: Go
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cueform
> 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](https://xlsform.org/en/)
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](https://xlsform.org/en/ref-table/) used by XLS forms. You can find example forms in the sample directory.
### Download and Install
#### Install from source
go install github.com/freddieptf/cueform/cmd/cue2xlsform@latest
#### Usage
./cue2xlsform --help