LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

export graph from excel as emf file

I am able to load the data from Labview to excel, filter/sort the excel and generate charts.

I am also able to export chart from excel as gif images, but i want to export charts as wmf/emf files (I am not able to do this)

I am using ActiveX ( I don't have Report Generation Toolkit). Any help will be appreciated.

0 Kudos
Message 1 of 5
(3,763 Views)

As far as I know, Excel does not have a built-in way to do this, but then I'm not running the latest version of Excel. You can read a post on stackoverflow.com (which I found using the old Google - amazing tool, isn't it?) to get ways of doing this.

0 Kudos
Message 2 of 5
(3,752 Views)

Hi,

I have already seen that page (have done enough Google Smiley Sad ), problem is when we are trying to access user32.dll and kernel32.dll to access clipboard labview gets crashed for some reason ( we have not spend much time on debugging why this happen)

 

Regards,

Vicky

0 Kudos
Message 3 of 5
(3,739 Views)

Then that sounds like a completely different problem. In what manner are you trying to access the clipboard?

0 Kudos
Message 4 of 5
(3,732 Views)

I was able to export excel graph as emf file.....forgot to update here....

I am using windows API

 

Thanks for all the support

0 Kudos
Message 5 of 5
(3,685 Views)