LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

excel

Hi

 

attach see file :  how can i read all data from excel file , i can read only number

 

all string show me 0

 

thans

Download All
0 Kudos
Message 1 of 5
(2,315 Views)

Hi elyan,

which LabVIEW version do you use? If you have LV8.x then you can simply change the polymorphic instance to string. If not, you can copy the vi, and change it to read strings.

 

Hope it helps.

Mike

0 Kudos
Message 2 of 5
(2,308 Views)

Hi mike :

 

I have labview 8.5 .. can you help me with this issue , i try what to said but its didn't help

0 Kudos
Message 3 of 5
(2,304 Views)

In 'read from spreadsheet file.vi', select type as String

And why are you reading the file inside a loop and indexing out read each column?? 

You can read the whole file in just one go

Look at atached VI

 

0 Kudos
Message 4 of 5
(2,303 Views)
thanks
0 Kudos
Message 5 of 5
(2,299 Views)