Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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']"