LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read data from a excel and HTML file

Solved!
Go to solution

Hi

    I am writing an 2D-array of string into Excel/HTML file using Report generation.

    Can anybody tell me how to retrieve back the written data from the same files again and view in array format.

 

Thanks & regards

Visuman 

0 Kudos
Message 1 of 9
(5,182 Views)
Solution
Accepted by topic author visuman
you can use activex to read the data from the excel fileback in the array format...go through this vi...may b this will help you.........
0 Kudos
Message 2 of 9
(5,175 Views)
there are also very good examples of reading from excel in the example's that ship with labview
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 3 of 9
(5,168 Views)

also this may help with the HTML:

 

http://sine.ni.com/devzone/cda/epd/p/id/1924

Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 4 of 9
(5,165 Views)
thanks shruthi its working.
0 Kudos
Message 5 of 9
(5,159 Views)
you are welcome....mark it as a solution if it solve ur problem...
0 Kudos
Message 6 of 9
(5,131 Views)

Hi

Currently the code will read the data from range Cell 1 to Cell 2. Is there any option to read entire data completely its because the cell values will change each time. I would like to make it as automated i.e reading the whole content of the file and giving the result in array.

 

Thanks & Regards

Visuman

0 Kudos
Message 7 of 9
(5,123 Views)

Use the modified Read Excel VI.

 

 

 

-Kumar.B

Message 8 of 9
(5,109 Views)

For HTML read see this link.

 

 

 

 

 

-Kumar.B

Message 9 of 9
(5,097 Views)