https://github.com/ckan/ckanext-excelforms
Excel Forms for the CKAN 2.11 Table Designer feature
https://github.com/ckan/ckanext-excelforms
Last synced: 5 months ago
JSON representation
Excel Forms for the CKAN 2.11 Table Designer feature
- Host: GitHub
- URL: https://github.com/ckan/ckanext-excelforms
- Owner: ckan
- License: other
- Created: 2022-06-07T19:54:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T13:54:41.000Z (about 1 year ago)
- Last Synced: 2025-04-04T17:51:43.645Z (9 months ago)
- Language: Python
- Homepage:
- Size: 650 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
ckanext-excelforms
==================
This extension creates Excel-based forms for entering data
into Table Designer tables, including importing multiple
rows as a single operation.
Installation
------------
Add this plugin to your CKAN configuration before the
tabledesigner plugin
```ini
ckan.plugins = ... excelforms tabledesigner ...
```