04-24-2008 02:28 AM
Hi Kirit,
yes please clarify. What do you try to do?
Mike
11-21-2011 09:43 AM
Old thread revival time! I seem to be having the same issue as the orignal poster. Each time I use the Excel Easy Text item, it bogs my program to a crawl. Can I use a 1D array to acheve the same thing by using the Eas Text function?
11-22-2011 05:33 PM
Hey Eric,
Yes you should be able to create a 1-D array then push that whole array to the Excel and only use that function once, thus speeding up your program.
Kira T
Applications Engineer
11-23-2011 07:35 AM
OK thanks.
I tired to do that and I get an error because it expects a string and I am sending an array to it. I apologize for my ignornace. I am a novice when using the Report Generation Tools as I haven't used it at all.
11-28-2011 03:17 PM
Hi,
sounds like you might need to typecast what you are feeding to your Excel Easy Text vi. You can take a look at the examples given in the Report Generation Toolkit manual http://www.ni.com/pdf/labview/us/report_generation_toolkit.pdf You may want to take a close look at the "Advanced Operations and Formatting" section where it implements string concatenation and array string/number conversions.
If you are still having the same issue, post back with your code so we can take another swing at it. Thanks!
01-30-2012 03:56 PM
I can't seem to figure this out....
01-30-2012 04:02 PM
02-02-2012 08:57 AM
I believe I have figured it out, but I need to test it.
I've placed the array in the Array to Spreadsheet function and then placed the output to the Excel Easy Text vi.
02-10-2012 11:42 AM
All,
SUCCESS!!! But...while I have gotten the code to work, it appears that when the data is placed in the Excel file, the data is condensed to one cell and not the cells within the workbook. Is there something that I am doing incorrectly?
02-13-2012 04:52 PM
Hi Eric,
There's a good example in the Example Finder called "Excel Macro Example.vi". Does this help?
Thanks!
Ryan