05-08-2009 04:42 PM
05-08-2009 05:23 PM
Your question is not clear. What are you trying to read? An Excel workbook? To do so you need to use ActiveX. This has been supported since ActiveX was first introduced into LabVIEW way back when. Examples ship with LabVIEW. You can also peruse the Excel thread.
Or, are you asking about a tab delimited text file with a .xls extension? If so, use the (poorly named) Read From Spreadsheet File.
05-08-2009 05:37 PM
05-08-2009 05:51 PM
oneFranck wrote:
BTW, what is ActiveX, and how should I install it?
You do not explicitly install it. Once Excel is installed, its ActiveX interface is automatically installed as well. Attached is an example that has floated around on this forum from time to time.