g_sures Posted August 5, 2010 Report Share Posted August 5, 2010 Dear All, Please let me know whether it is possible to paste or transfer an Image(Graph) from LabVIEW to Excel Sheet? If So , How? I dont want to use Report generation tool kit. Help me out . Please Thanks, Suresh Quote Link to comment
_Y_ Posted August 9, 2010 Report Share Posted August 9, 2010 I do not have a direct answer. This is a way around. It works if you need to create Excel plots/charts from a LV program. First, manually create an Excel templ containing a macros in VB. The macros should take some raw data and create all fancy staff (images, plots, barcharts). The LV program should: 1. ceate a new Excel document from this template; 2. export only basic data from LV to the Excel document; 3. run the macros. IMHO this is a faster way because debugging of a pure LV program could be a nightmare. Each run of the LV program will end with opening the Excel document, observing a crasy result, and guessing the reason. Another advantage: less problems when working with different generations of Excel. Disadvantage: the LV and Excel plots wold not be visually identical. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.