reading/convertin EXCEL files
reading/convertin EXCEL files
(OP)
I have to write a program which extraxts alphanumeric info
from one or more single or multipage EXCEL files and convert them to ASCII format for further processing.
Any help is welcome.
from one or more single or multipage EXCEL files and convert them to ASCII format for further processing.
Any help is welcome.
<nbucska@pc33peripherals.com> omit 33 Use subj: ENG-TIPS
Plesae read FAQ240-1032





RE: reading/convertin EXCEL files
The other brute force approach is to copy/paste into Notepad.
TTFN
RE: reading/convertin EXCEL files
Tab delimited can't convert multiple pages -- must do manually.
Neither one can convert multiple files
<nbucska@pc33peripherals.com> omit 33 Use subj: ENG-TIPS
Plesae read FAQ240-1032
RE: reading/convertin EXCEL files
A google search might even turn up an almost ready made solution.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"It's the questions that drive us"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RE: reading/convertin EXCEL files
TTFN
RE: reading/convertin EXCEL files
RE: reading/convertin EXCEL files