DocTo/test/testxls_relative.bat

5 lines
273 B
Batchfile
Raw Normal View History

REM Load xls from a relative path and convert to csv
"../exe/32/docto.exe" -XL -f "inputfilesxl\Week 1 Test.xls" -o "GeneratedFiles\Week1.csv" -T xlCSV -l 10
2021-12-03 04:51:56 +08:00
"../exe/32/docto.exe" -XL -f "inputfilesxl\" -o "..\Test\GeneratedTestputFiles/Week3" -T xlCSV -l 10