Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhiyerra/apache-poi-excel-evaluate-jruby
https://github.com/abhiyerra/apache-poi-excel-evaluate-jruby
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhiyerra/apache-poi-excel-evaluate-jruby
- Owner: abhiyerra
- Created: 2024-01-19T01:18:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T01:19:06.000Z (12 months ago)
- Last Synced: 2024-12-27T07:09:31.915Z (15 days ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apache-poi-excel-evaluate
An example to evaluate excel files using JRuby and Java
```
wget https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.4.5.0/jruby-dist-9.4.5.0-bin.tar.gz
tar zxvf jruby-dist-9.4.5.0-bin.tar.gz
mv jruby-9.4.5.0 jrubywget https://dlcdn.apache.org/poi/release/src/poi-src-5.2.5-20231118.tgz
tar zxvf poi-src-5.2.5-20231118.tgz
mv poi-src-5.2.5-20231118 poiwget https://archive.apache.org/dist/poi/release/bin/poi-bin-5.2.3-20220909.zip
unzip -a ./poi-bin-5.2.3-20220909.zip./jruby/bin/jruby ./run-formula.rb
```