06-05-2015 10:15 AM
I am trying to create a vi that saves data in excel format.At the moment,i am putting the data in a 2d array and using the invoke node: export data to excel i create the excel .However,my problem is that i would like to make the text in some cells bold but am unable to do this(not manually but programmatically using labview),,,could someone please give me a hand?thank you already!!
06-05-2015 10:42 AM
There is a VI called "Excel Set Cell Font.vi". Right click the "font" input and create a constant. Inside that cluster you can change bolding to "Bold Yes". You could also create a macro for more complicated things and use a vi that runs the macro.
06-05-2015 10:50 AM
This functionality is available in the Report Generation toolkit, if you have purchased it.
06-05-2015 12:40 PM
The Report Generation Toolkit is included with base LabVIEW in 2014. If you don't have it (because you are running an earlier version, for example), you can still do this, but it requires a lot of complicated ActiveX processing ...
Bob Schor