ODK XLSForm Offline is a Windows and macOS application for converting an XLSForm into an XForm that is compliant with the ODK XForms spec. Once converted, the application also validates that the XForm will run perfectly with all ODK tools.
ODK XLSForm Offline is part of Open Data Kit (ODK), a free and open-source set of tools which help organizations author, field, and manage mobile data collection solutions. Learn more about the Open Data Kit project and its history here and read about example ODK deployments here.
- ODK website: https://opendatakit.org
- ODK forum: https://forum.opendatakit.org
- ODK developer Slack chat: http://slack.opendatakit.org
- ODK developer Slack archive: http://opendatakit.slackarchive.io
- ODK developer wiki: https://github.com/opendatakit/opendatakit/wiki
- Install Python 2.7
- Windows: Use the 32 bit version.
- Install Python packages:
pip install pyinstaller wxpython pyxform
- macOS: Use the default Python. virtualenvs will not work.
- Install packaging utilities
- macOS:
brew install unix2dos
- Windows: upx
- macOS:
To run the app, python src/main.py
The easiest way to package is to use a macOS machine running a Windows 10 virtual machine and a macOS virtual machine. Both VMs should have Python installed natively (no virtualenv, no pyenv) to minimize problems with pyinstaller.
- In the macOS VM, run
./make-mac.sh
to build the Mac binary. - In the Windows VM, run
make-win.bat
to build the Windows binary. - Copy the resulting binaries into the
dist/mac
anddist/win
folders on the host machine. - On the host machine, run
./make-dist.sh
to zip up the Mac and Windows binaries.