Jump to content

Export Image to Excel


Recommended Posts

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.