hi...
-
If you have excel installed on your system, read this[^] If you don't have Excel installed, you should find some library which will do that for you (You could do it yourself, and I could even explain how, but that will take us too far). Oh,and next time you post, try to be less polite and more descriptive in your title... :)
-
Directly reading
.xls
files fromVisual C++
would be cumbersome. I see two options:- Use automation (there are a lot of articles about, here at
CodeProject
, see, for instance, this list [^] ). - Export the
.xls
file to.csv
one format and then read the latter.
BTW: As posting guidelines suggest, a more meaningful message title would be appreciated. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] - Use automation (there are a lot of articles about, here at
-
Directly reading
.xls
files fromVisual C++
would be cumbersome. I see two options:- Use automation (there are a lot of articles about, here at
CodeProject
, see, for instance, this list [^] ). - Export the
.xls
file to.csv
one format and then read the latter.
BTW: As posting guidelines suggest, a more meaningful message title would be appreciated. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]CPallini wrote:
more meaningful message title would be appreciated.
Beat me to it :-D
- Use automation (there are a lot of articles about, here at
-
I've used BasicExcel - A Class to Read and Write to Microsoft Excel[^] in the past, and it works pretty well. It's worth mentioning that I only needed to perform certain simple read operations. Using excel automation would be ideal if you're going to do complex tasks.
“Follow your bliss.” – Joseph Campbell
-
I've used BasicExcel - A Class to Read and Write to Microsoft Excel[^] in the past, and it works pretty well. It's worth mentioning that I only needed to perform certain simple read operations. Using excel automation would be ideal if you're going to do complex tasks.
“Follow your bliss.” – Joseph Campbell
-
I cannot send you anything. However, the page I linked you to earlier has a sample project and some text that you can read up.
“Follow your bliss.” – Joseph Campbell