getexdraw mit eigenem Schalt für excel Export versehen

This commit is contained in:
2025-05-22 13:37:44 +02:00
parent 279135e013
commit 3a1e713f04
+1 -1
View File
@@ -8,7 +8,7 @@ call getpositions.bat --filename %1 -s -r -w %1
echo --erzeuge Graph mit Routing
call routing.bat --filename %FILENAME%.json -w todraw.json
echo --zeichne Kabel in dxf Datei
call draw_dxf.bat --filename todraw.json --new %FILENAME%_cables.dxf -x %FILENAME%_cables.xslx
call draw_dxf.bat --filename todraw.json --new %FILENAME%_cables.dxf -x %FILENAME%_cables.xlsx
goto :eof