‎12-22-2008 01:48 PM
Whenever I try to write data to an Excel report using Excel Easy Table from the Report Genertaion Toolkit (LabVIEW 8.0), it automatically puts borders around all of the cells. I have a "no formatting" contstant (xlRangeAutoFormateNone) wired to the autoformat terminal of that vi and it doesn't seem to be affecting it.
How do I get it to export without the cell borders?
Thanks!
Solved! Go to Solution.
‎12-23-2008 08:59 AM
Hi mschaf,
you can follow these steps:
1) select your table control in LabVIEW, right click and choose "Properties": in the Appearance Tab you can uncheck "Show vertical lines" and "Show horizontal lines";
2) Wire a control to "Auto Format" input in Excel Easy Table.vi: there are different standard table styles of Excel that don't have borders around the cells. See for example xlRangeAutoFormatPTNone.
When you have chosen the style you prefere, you can substitute the control with a constant.
I hope this can help.
Best regards,
Serena M.
‎12-23-2008 09:40 AM
‎10-19-2018 10:12 AM - edited ‎10-19-2018 10:14 AM
Hi Serena,
can you further explain how to do this:
" 1) select your table control in LabVIEW, right click and choose "Properties": in the Appearance Tab you can uncheck "Show vertical lines" and "Show horizontal lines";"
Thanks,
Victor