07-29-2020 02:14 PM
Hello!
I was wondering how to get all value from from a range from excel!
Example : Need to get values from B2:B10.
Thanks
08-14-2020 12:22 AM
Did you check the samples provided with the ExcelRpt library?
ExcelRpt_ReadData might be the function you are looking for?
08-14-2020 12:35 AM
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!