Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
reading excel file by c#
Name: coolkang Date: July 14, 2005 at 01:57:42 Pacific OS: xp CPU/Ram: 2.8/1G
Comment:
hi could somebody help me please. I have been using c# to read some data in excel file. which most of the time it work fine but their will be sometime that it could not the data. Could somebody tell me how to set up the excel file or c# code that will make it read the data everytime thank you very mcuh
Summary: use fgets() function instead of fread(). fread() treats the file as a bynary one, while fgets() treats it as a text file and reads it line by line. ...
Summary: Hai all, I need to write C code to read xml files of a specified format.I have no idea of how or where to get started with it. I tried some searches, but was not able to get any ideas. If anyone has d...
Summary: How do you read disk files in C++? I have a book that tells you how but it's way to confusing. I understand writing to them but I can't read from it. I know it has something to do with Steam Input/Out...