Guest User

Untitled

a guest
Feb 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #!/bin/sh
  2. export LC_ALL=zh_CN.UTF-8
  3. export LIB_PATH=./lib
  4. # export JYTHON=/usr/local/bin/jython
  5. export JYTHON=/usr/local/bin/jython25
  6. export CLASSPATH=$LIB_PATH/commons-lang-2.1.jar:$LIB_PATH/poi-3.0-alpha3-20070307.jar:$LIB_PATH/poi-contrib-3.0-alpha3-20070307.jar:$LIB_PATH/poi-scratchpad-3.0-alpha3-20070307.jar
  7.  
  8. $JYTHON csvtoexcel.py $1
Add Comment
Please, Sign In to add comment