LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

excell

Solved!
Go to solution

I am trying to import data in an excell worksheet, no heading or text, just values.  I tried using read frpm spreadsheet file, but the all rows and first row outputs remain at 0.. does anyone know of a good and effective way to import data from excell?

0 Kudos
Message 1 of 6
(3,220 Views)

show us you VI and your example Excel file

 

 

0 Kudos
Message 2 of 6
(3,208 Views)

First.  Read From Spreadsheeet File does not read Excel files.  It reads text files that are formatted in a spreadsheet like manner with delimiters between columns, and line feed or carriage return to separate rows.

 

If you want to read from Excel files, you want to use either ActiveX calls or the Report Generation Toolkit.  Search the forums.  You are not the first person to ask how to do this.  You are not even close to the 1000th person to ask.

0 Kudos
Message 3 of 6
(3,207 Views)

@RavensFan wrote:

First.  Read From Spreadsheeet File does not read Excel files.  It reads text files that are formatted in a spreadsheet like manner with delimiters between columns, and line feed or carriage return to separate rows.

 

If you want to read from Excel files, you want to use either ActiveX calls or the Report Generation Toolkit.  Search the forums.  You are not the first person to ask how to do this.  You are not even close to the 1000th person to ask.


Problem is that many here use CSV file and Excel files interchangeably.

 

We'll know when we get the VI and "Excel" file.

 

 

0 Kudos
Message 4 of 6
(3,205 Views)
Solution
Accepted by topic author Ghoniem

The Read From Spreadsheet does NOT read a native excel file. This has been explained here countless times and is also explained in the help for the function. You can save the sheet as a csv or tab delimited text file and use the function. There is the Report Generation Toolkit that you can use. There are low level ActiveX functions that you can use. Numerous examples here for all.

Message 5 of 6
(3,204 Views)

Sorry, I am new to this forum but thanks for the info.

0 Kudos
Message 6 of 6
(3,137 Views)