Skip to content

shinoburc/ExcelReplaceAll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExcelReplaceAll

ExcelReplaceAll is replaceAll for Excel using Apache POI.

Requirements

  • JRE
  • ANT

Getting Started

  1. Check out ExcelReplaceAll

    $ git clone git://github.com/shinoburc/ExcelReplaceAll
  2. Copy Excel for replace all strings.

$ cd ExcelReplaceAll
$ cp /hoge/hello.xls xls-input/.
  1. Configure
$ echo "hello=world" >> src/application.ini
  1. Compile
$ ant
  1. Run
$ ant run
  1. Check
$ open xls-output/hello.xls

Have fun!

etc

Deletes all build files.

$ ant clean

About

ExcelReplaceAll is replaceAll for Excel using Apache POI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages