On Nov 4, 2007 12:48 PM, hamed abooie <[EMAIL PROTECTED]> wrote: > because i neede it foe a project which might be needed this conversion 100 > times thats why I can not do it manually and it should be done by a program.
Another option is to connect to Excel using ODBC and query for data and write the data out to a text file with your program. > ed <[EMAIL PROTECTED]> wrote: > On Sun, 4 Nov 2007 12:16:55 -0400 > "Brett McCoy" <[EMAIL PROTECTED]> wrote: > > > Didn't a similar question come up last week about exporting data from > > Excel? Excel can directly export to character-delimited text -- I > > imagine there is a COM object one can use in C++ to do this (although > > I imagine it's far easier to do with Excel macro scripting or VBA). > > Yeah, the OP should check the excel manual to microsoft.* newsgroups. > > Asking clients to use an open format might be a simpler task. > > -- > The T1 to www.humanclock.com is resetting because of You have no chance > to survive make your time. Han Solo is removing the W's from the > keyboards. :: http://www.s5h.net/ :: http://www.s5h.net/gpg > > [Non-text portions of this message have been removed] > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > [Non-text portions of this message have been removed] > > > > To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. > Yahoo! Groups Links > > > > -- ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi
