
sample code needed to open plain text file and use as excel97 file
hi all!
could someone tell me what's the best way to do the following
programmatically?
i already have a JScript that performs data scrubbing on an excel97
file.
some of the files that get to me however are plain text files
(assume they're tab delimited).
i know i can manually import a tab limited text file into excel
(first bringing up the open
file dialog, then going thru the text import wizard screens) then
start manipulating it.
how can i do this programmatically so that after the text import, i
can manipulate the result
as an excel file object? i don't even have to save the file as a
.XLS FILE, since the end
product of my data scrubbing manipulations will be another
tab-delimited text file.
(i'm assuming here that by reusing the JScript file i already have,
i can save time by not
having to write yet more custom code to do similar data scrubbing
operations on
non-excel97 input files).
any help will be greatly appreciated