https://github.com/picandocodigo/excelsioroo
App based on the roo gem to parse spreadsheet files and export data to other formats
https://github.com/picandocodigo/excelsioroo
Last synced: 4 months ago
JSON representation
App based on the roo gem to parse spreadsheet files and export data to other formats
- Host: GitHub
- URL: https://github.com/picandocodigo/excelsioroo
- Owner: picandocodigo
- Created: 2011-12-26T18:16:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-16T20:03:54.000Z (over 12 years ago)
- Last Synced: 2025-01-10T04:19:33.458Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 129 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Excelsioroo - Spreadsheet parser
This gem uses the [roo](http://roo.rubyforge.org/ "roo") gem to parse spreadsheet files and export the data to other formats. It was created to parse data following the work started in the [Desarrollando América Latina](http://desarrollandoamerica.org) hackaton.
## Usage
```
excelsioroo examples/establecimientos_primaria_dpto.xls B 7 F 27
```It receives a spreadsheet file as a parameter, it can be:
* .ods - Open Document Spreadsheet: LibreOffice and OpenOffice
* .xsl y .xslx - ExcelTo process this data, you need to know the cells from the document where the data is.
## TO - DO
* **WRITE TESTS!**
* Make default export while there are cells if no cells are specified.
* Export to other formats (Roo supports yaml and csv).
* Implement a simple web interface as an example to upload files and export the data.
* Check input for the executable.