Install via pip:
git clone https://github.com/DataShades/ckanext-excelimport.git
cd ckanext-excelimport
pip install -e .
Enable the plugin:
ckan.plugins = excelimport
Note: Limited documentation available.
Check repository for detailed usage instructions.
Likely features:
- Import Excel (.xls, .xlsx) files
- Convert Excel data to CKAN datasets/resources
- Batch import capabilities
Requirements:
- CKAN 2.5-2.7
- Excel parsing library (likely openpyxl or xlrd)