https://github.com/fjenett/xlsreader-library-processing
a Processing library that can read from .xls (aka. Excel) files
https://github.com/fjenett/xlsreader-library-processing
Last synced: about 1 year ago
JSON representation
a Processing library that can read from .xls (aka. Excel) files
- Host: GitHub
- URL: https://github.com/fjenett/xlsreader-library-processing
- Owner: fjenett
- Created: 2010-03-30T17:07:10.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T20:41:44.000Z (over 3 years ago)
- Last Synced: 2025-04-13T01:11:54.584Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 22.6 MB
- Stars: 13
- Watchers: 5
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-processing - XlsReader - by [Florian Jenett](http://www.bezier.de/) (Libraries / Contributions)
README
# XlsReader
... a Processing library that that provides access to .xls (Excel) files.
.xls files are a databaseske and widespread format. This library
provides you with a simple iteratable reader.
## Installation
Latest release:
https://github.com/fjenett/xlsreader-library-processing/raw/latest/release/XlsReader.zip
Current version 0.1.4 has been tested with Processing 3.5.x and 4.1.x Enjoy.
## Contribute
Please report bugs / if you find any or suggestions if you have any here:
http://github.com/fjenett/xlsreader/issues
---
The library is based upon Apache POI - the Java API for Microsoft Docs
http://poi.apache.org/
fjenett - 2007-2023