10-06-2009 08:02 PM
I need to load data from several excel spreadsheets into a large 2D array.
Here is what I am trying to do
1. Open an Excel file
2. Save the Excel file to a .csv - How can I open excel spreadsheets in LabView and save to .csv files.
3. Close the Excel file
4. Use spreadsheet to array VI to get data
5. Append data to my array.
I have not figured out how to do step 2.
Is there an easier way to do this?
10-06-2009 08:10 PM - edited 10-06-2009 08:12 PM
The easier way would be to use ActiveX methods to open the Excel file and read the data directly from it. Search the forums for ActiveX and Excel. Also look in the Example Finder for Excel examples.
There is also a message thread on Breakpoint which is a repository of links to interesting Excel threads.
10-06-2009 08:41 PM
if you type in excel in example finder you will find the
Excel Macro Example, and write table to XL these should help you.
10-07-2009 07:56 AM
10-07-2009 08:00 AM
10-07-2009 12:09 PM
Hi Jimbo50,
I was wondering if this helped or if you needed more info?