The Write to Spreadsheet File VI creates a tab-delimited text file that is in a
spreadsheet-like format. This means you have columns and rows. Columns are separated by tabs. Rows are separated by the end-of-line character(s). That's it. It's not the same as an Excel file. There is no similar function for creating an Excel file. There are the report VIs, but those are different, and you need to buy the toolkit in order to get Excel functionality. If you absolutely have to have an Excel file (and I still don't see why), you have to use ActiveX in order to automate Excel. This also means that you have to have Excel installed on your computer.
There are numerous examples over in the Excel board for using ActiveX with LabVIEW to automate Excel. There's also a few examples that ship with LabVIEW. Open the Example Finder (Help -> Find Examples) and search for "excel". Open the example called "Write Table to XL".
Message Edited by smercurio_fc on
06-12-2008 10:03 AM