LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to read data from excel to Labview

Hi,

I am developing one application in which I want to read data from excel (specific sheet, row & column) to Labview.

Need your help.

Thanks

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

Hi punitladani,

 

use RGT (ReportGenerationToolkit) to read data from Excel.

To learn about the available functions examine the example VIs coming with LabVIEW!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(3,476 Views)

When you ask for help, try to provide as much information about your problem as possible.  If code, attach the VI.  If a "generic question" (as yours was), tell us about your LabVIEW environment (are you using LabVIEW 7?  LabVIEW 2015?  The Student Edition?  The Professional Edition?).

 

The Report Generation Toolkit, particularly the Object-based version released within the last 5-7 years, is the easiest way to read (and write) Excel, and can handle both .xls and .xlsx files.  Starting with LabVIEW 2015, it was included in the Professional Edition, but was an add-on for the other editions.

 

Bob Schor

0 Kudos
Message 3 of 3
(3,463 Views)