An open API service indexing awesome lists of open source software.

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

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 ...
```