04-05-2011 09:46 AM
Hello,
I'm trying to use the Report Generation Toolkit for Office to form my excel report.
I have an excel template which I am accessing via the Report Generation vi in order to pass a 2d array of doubles.
The array is passed into the report, however, the vi seems to add a timestamp column.
Is there a way to prevent the vi from adding this timestamp.
Thanks for any help you can give me.
Solved! Go to Solution.
04-05-2011 10:19 AM
If anyone has the same problem, I've just found that if you convert the 2d array into 2d array of strings then the vi no longer adds a timestamp.