To save data directly into an Excel format file, you'll need to use ActiveX.
The easiest way would be to change the delimiter on the first Array to Spreadsheet String in your application from an empty string constant to a Tab. Then Excel would be able to easily import the text file using the Tabs to define the columns and rows.
If you want to tackle the ActiveX route, try using the Report Generation Toolkit (if you have it) or there are some free ActiveX kits available.
Ed

Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.