DocTo/test/testxlsrun.bat

11 lines
457 B
Batchfile
Raw Normal View History

REM XLSTO
REM Try on Directory
REM "../exe/xlsto.exe" -L 10 -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T xlPDF -OX .pdf
2014-11-16 04:31:07 +08:00
REM convert to csv
2014-11-16 05:30:58 +08:00
REM Try on Single no output file with Verbose Logging
REM "../exe/xlsto.exe" -L 10 -f "%~d0%~p0Inputfiles\Week 1 Test.xls" -o "%~d0%~p0GeneratedFiles\myfile4742.csv" -T xlcsv -OX .csv
2014-11-16 05:30:58 +08:00
REM Full Dir
"../exe/xlsto.exe" -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T xlcsv -OX .csv
2014-11-16 05:30:58 +08:00