Search Results

2
votes
4answers
604 views

Generate Dynamic Excel from Java

We've pre-defined Excel document structure with lots of formulas and macros written. During download of Excel, thru Java application we populate certain cells in Excel with data. After down …
0
votes

change directory and run the batch file in the same command prompt

Keep the batch file in "path". You can execute it without going to any specific directory. (For example you can have an entry "set path=%path%;C:..........\YourBatchFile.bat" in Autoexec.b …