01-13-2010 03:25 PM
Hi fellow coders, I need some help on the subject of Excel Files.
Process
Read Excel File (5 work sheets) >> Output is 5 2D Array's >> Covert 2D Array to Single Array (Colum) >> Convert Data (String's)to Relevant Datatype (I/O, Numeric etc) >> Build Cluster Array with 2D Array Data.
I need some help with interpreting the Covert 2D Array to Single Array (Colum) >> Convert String to Relevant Datatype >> Build Cluster Array with 2D Array Data.
Happy Coding
Dave
Solved! Go to Solution.
01-13-2010 03:35 PM
ds1638 wrote:
Covert 2D Array to Single Array (Colum)
ds1638 wrote:Convert String to Relevant Datatype
Too vague. What strings? What datatypes?
ds1638 wrote:
Build Cluster Array with 2D Array Data.
Array to Cluster or Build Cluster Array, depending on exactly how you've got the data collated.
01-13-2010 04:02 PM
I have 5 2D Array's to which I need to split into 1D Array Clusters, the data types are strings within the 5 2D Array's and I wish to split them up per row and connvert them into a 1D Array Clusters containing the following datatypes
I/O
Boolean
Numeric
01-13-2010 05:14 PM
01-14-2010 02:54 PM
01-14-2010 04:10 PM
ds1638 wrote:
How do you convert a string to a file I/O data type ???
I'll tell you as soon as you tell me what a file I/O data type is.
01-16-2010 02:06 PM
DAQmx Phyiscal Channel I/O
01-16-2010 03:02 PM