03-10-2015 02:33 PM
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?
Solved! Go to Solution.
03-10-2015 02:58 PM
show us you VI and your example Excel file
03-10-2015 02:59 PM
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.
03-10-2015 03:00 PM
@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.
03-10-2015 03:01 PM - edited 03-10-2015 03:03 PM
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.
03-12-2015 11:53 AM
Sorry, I am new to this forum but thanks for the info.