Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.25 KB

HowToScriptella.md

File metadata and controls

30 lines (26 loc) · 1.25 KB

Introduction

You need to download scriptella , sqlsheet driver and it's dependencies .

Details

Follow the steps:

  • Download scriptella binary distribution
  • Unpack it and add a ${SCRIPTELLA_DIR}/bin to a system PATH variable
  • Use set PATH=%PATH%;SCRIPTELLA_DIR\bin for Windows
  • Use export PATH=${PATH}:SCRIPTELLA_DIR/bin for Unix
  • Check if JRE has been installed correctly by running:
java -version
  • Check if scriptella has been installed correctly by running:
scriptella -version
scriptella xls_test.xml
  • Check generated XLS/XLSX files
  • Enjoy!