DocTo/test/testxlsrun.bat

12 lines
522 B
Batchfile
Raw Normal View History

REM XLSTO fffff
2018-05-19 02:50:17 +08:00
REM Load csv files convert to xls
REM "../exe/32/docto.exe" -XL -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T 20 -OX .txt -FX .csv -L 10
"../exe/32/docto.exe" -XL -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles\" -T xlPDF -L 10
2015-04-03 15:52:05 +08:00
2018-05-19 02:50:17 +08:00
REM Full Dir
"../exe/32/docto.exe" -XL -L 10 -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T xlHtml -OX .html
"../exe/32/docto.exe" -XL -L 10 -f "%~d0%~p0Inputfiles\" -o "%~d0%~p0GeneratedFiles" -T xlExcel7 -OX .xls97
2014-11-16 05:30:58 +08:00