Articles

Read excel file using .bat file in windows

January 6, 2013 at 22:21:58
Specs: Windows XP

I need to read an excel file (no delimiters) and output the first two columns into a text file

Please provide the solution using batch file

Thanks


See More: Read excel file using .bat file in windows

Reply ↓  Report •


#1
January 6, 2013 at 23:06:58

An xls is a binary file. Hard to get at with a bat.

=====================
M2 Golden-Triangle


Reply ↓  Report •

#2
January 6, 2013 at 23:20:06

Thanks for the reply..

Reply ↓  Report •

Related Solutions


Ask Question