LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI ExcelRpt read range

Hello!

 

I was wondering how to get all value from from a range from excel!

 

Example : Need to get values from B2:B10.

 

 

Thanks

0 Kudos
Message 1 of 3
(1,063 Views)

Did you check the samples provided with the ExcelRpt library?

 

ExcelRpt_ReadData might be the function you are looking for?

S. Eren BALCI
IMESTEK
0 Kudos
Message 2 of 3
(973 Views)

Look at the sample C program "excel2000dem.c" under the "...\CVI\samples\activex\excel\" folder.  You'll find the function "ReadDataFromExcel()" showing you how to read a range of data from Excel. 

 

Cheers!

0 Kudos
Message 3 of 3
(971 Views)