Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caarmen/pdmdoc2xls
Groovy scripts which extract content from a text document and save it to Excel
https://github.com/caarmen/pdmdoc2xls
Last synced: 11 days ago
JSON representation
Groovy scripts which extract content from a text document and save it to Excel
- Host: GitHub
- URL: https://github.com/caarmen/pdmdoc2xls
- Owner: caarmen
- License: other
- Created: 2015-02-28T19:24:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T07:30:25.000Z (over 9 years ago)
- Last Synced: 2023-03-24T00:21:36.294Z (over 1 year ago)
- Language: Groovy
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This project is probably of little use to anybody.
It's just a backup of some scripts that I'm using:
* to learn groovy
* to extract some content from some text documents
I have and export the content to Excel.To run on the command line:
./gradlew run -PappArgs="['/path/to/input/textfile.txt', '/path/to/output/excelfile.xls']"