Hello everyone. This may be a simple task, but I haven't the slightest clue how to accomplish it.
If I already have an excel document with data in the cells...
How can I take the data in ONE cell, and put it into a STRING on my form for future use?
Thanks!
Reading Excel
Started by Xystus777, Nov 21 2008 06:06 AM
3 replies to this topic
#1
Posted 21 November 2008 - 06:06 AM
|
|
|
#2
Posted 21 November 2008 - 10:58 AM
There are two ways you can do this.
The first, difficult, slow way is to directly connect to Excel and grab the data.
The easy and quick way is to save the data in a CSV file instead of an XLS file. You can then read in the data and parse it out.
The first, difficult, slow way is to directly connect to Excel and grab the data.
The easy and quick way is to save the data in a CSV file instead of an XLS file. You can then read in the data and parse it out.
#3
Posted 21 November 2008 - 10:59 AM
I'll look into those, thanks Xav. I'll do some research. Read my newest thread, it's kinda long, but with pictures!
#4
Posted 21 November 2008 - 11:10 AM
OK, I will. Good luck, and if you need anything, just ask!
I made a tutorial once about reading files (text files, which CSV files essentially are). See if you can find it in the Tutorials section.
I made a tutorial once about reading files (text files, which CSV files essentially are). See if you can find it in the Tutorials section.


Sign In
Create Account


Back to top









