Output to excel/csv file
Posted: 24 Aug 2011 09:13
Hi,
Trying to export output from different variables to different columns of Excel or csv file. Is that possible? Tried to look in the forum but could not find it.
e.g.
@echo %var1% %var2% %var3% >> whatever.xlsx
where the variable values of three variables should end up in A1, B1 and C1 cells.
Thanks,
Bobby
Trying to export output from different variables to different columns of Excel or csv file. Is that possible? Tried to look in the forum but could not find it.
e.g.
@echo %var1% %var2% %var3% >> whatever.xlsx
where the variable values of three variables should end up in A1, B1 and C1 cells.
Thanks,
Bobby