On Sun, 04 Nov 2007 12:06:06 -0000 "hamed" <[EMAIL PROTECTED]> wrote:
> Could you please let me know how I can convert .xls files to .txt > using c++? rename( "wxyz.xls", "wxyz.txt" ); Check errno for errors after. .xls is a proprietary format. You should use the manufacturers documentation for advice on how to achieve this. It will probably mean using a proprietary system to parse the file, and then using your own code to output appropriately. There might be some joy in using a debugger around the application to see what it's really doing with the file. -- The Teletype machine to the Ultra 5 is breakdancing because of Tom Pickren. Homer Simpson is having Robert Mann to write some scripts. :: http://www.s5h.net/ :: http://www.s5h.net/gpg [Non-text portions of this message have been removed]
