06-25-2010 05:54 AM
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.
06-25-2010 08:55 AM
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.
06-26-2010 02:21 AM
Hi,
I have already seen that page (have done enough Google ), 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
06-26-2010 02:09 PM
Then that sounds like a completely different problem. In what manner are you trying to access the clipboard?
07-15-2010 07:31 AM
I was able to export excel graph as emf file.....forgot to update here....
I am using windows API
Thanks for all the support