Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolabintev/feeds_spreadsheet
Drupal 7 Feeds importer plugin
https://github.com/nikolabintev/feeds_spreadsheet
big-data drupal drupal-module drupal7 excel-import excel-importer excelparser feeds import importer migration
Last synced: about 19 hours ago
JSON representation
Drupal 7 Feeds importer plugin
- Host: GitHub
- URL: https://github.com/nikolabintev/feeds_spreadsheet
- Owner: nikolabintev
- Created: 2018-01-29T07:15:29.000Z (about 7 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2018-01-29T07:39:00.000Z (about 7 years ago)
- Last Synced: 2024-10-18T14:29:04.987Z (4 months ago)
- Topics: big-data, drupal, drupal-module, drupal7, excel-import, excel-importer, excelparser, feeds, import, importer, migration
- Language: PHP
- Homepage: https://www.drupal.org/project/feeds_spreadsheet
- Size: 3.91 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feeds Spreadsheet
Drupal 7 module providing an Excel parser for Feeds, which allows us to import big data from excel files. It is similar to Feeds Excel. The key difference is the library they are based on. Feeds Spreadsheet uses Spreadsheet Parser library which has much better performance than PHPExcel.
### Features
* Importing much bigger Excel files than PHPExcel based modules
* Configurable chunk size
* Configurable sheet source
### Requirements
* Feeds
* Composer Manager
#### Notes
File permissions to be checked in case of composer errors.