ExcelReplaceAll is replaceAll for Excel using Apache POI.
- JRE
- ANT
-
Check out ExcelReplaceAll
$ git clone git://github.com/shinoburc/ExcelReplaceAll
-
Copy Excel for replace all strings.
$ cd ExcelReplaceAll
$ cp /hoge/hello.xls xls-input/.
- Configure
$ echo "hello=world" >> src/application.ini
- Compile
$ ant
- Run
$ ant run
- Check
$ open xls-output/hello.xls
Have fun!
Deletes all build files.
$ ant clean