Extension Excel Forms


Extension Basics

Title
Excel Forms
Name
ckanext-excelforms
Type
Public extension
Description
Creates Excel-based forms for entering data into Table Designer tables in CKAN 2.11, including importing multiple rows as a single operation.
CKAN versions

~2.11

Show details

These CKAN Versions are exactely matched:

Download-Url (zip)
Last commit
a year ago (2025-01-07 18:35:41)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-excelforms

This extension creates Excel-based forms for entering data into Table Designer tables, including importing multiple rows as a single operation.

Features

  • Excel-based data entry forms
  • Integration with CKAN 2.11 Table Designer feature
  • Bulk import of multiple rows
  • Excel template generation
  • Data validation via Excel forms

Requirements

  • CKAN 2.11 or later
  • Table Designer (tabledesigner) core plugin

Installation

Add this plugin to your CKAN configuration before the tabledesigner plugin:

ckan.plugins = ... excelforms tabledesigner ...

Usage

Once installed, the extension provides Excel-based form functionality for Table Designer resources. Users can download Excel templates, fill them with data, and upload them to import multiple rows at once.

License

Multiple licenses (COPYING, COPYING.fr, LICENSE files)

Version
1.0.0
Version release date
2025-01-09
Contact name
CKAN
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘excelforms’ to ckan.plugins BEFORE ‘tabledesigner’. Requires CKAN 2.11+ with Table Designer feature enabled.

Plugins to configure (ckan.ini)
excelforms tabledesigner
CKAN Settings (ckan.ini)
# No specific configuration options documented
DB migration to be executed
(not set)
<< back to Extensions