05-09-2011 06:02 AM
Thanks in advance
Solved! Go to Solution.
05-10-2011 10:20 AM
Hi Akiel
I have looked into the issue that you are having an stumbled across the forum that you originally posted the question in.
There is a National Instruments knowledge based article that covers importing XML into Excel with the formatting. I have placed a link below.
How to Import a TestStand XML Report into Microsoft Excel 2003 with Proper Formatting?
http://digital.ni.com/public.nsf/allkb/1E52D0A45F24B1348625747B000D2FC1?OpenDocument
05-12-2011 03:40 AM
Thanks for posting this solution. I found this method by other means. For us an acceptable solutiom was to set teststand to save the testreport as tempreport.xml and launch excel as the viewer. In excel set the auto_open macro to open tempreport.xml (as described in the knowledge base article) this macro also locks all cells so the operator cannot accidentally make changes. Then add the auto_close macro to save the file as xls. More functionality/control can now be added depending on application
Thanks for your time