09-19-2010 11:14 AM
I have two questions regarding this toolkit (Excel to be specific).
1. I want to just put two text in A1, and A2.
Why is it that the border between the columns A1, and B1 is removed, also A2, B2, then A2, A3. I would like to have the defualt excel grid placed.
2. How do I place a 1D array into a range of cells with the toolkit. The 'Excel Easy Table', only accepts 2D array.
09-20-2010 06:28 PM - edited 09-20-2010 06:29 PM
Hi ade77,
You are writing both values in the same cell. As a result, the test is too big in the cell.
09-21-2010 01:30 AM
Hi ade77,
1. Make the boleean input "border(F)" True in the Excel Easy Text.vi to visible the excel cell border. Default the border color will be black, but you can change the color by editing the Excel Easy Text.vi.
2. Also you can write 1D array data to the "Excel Easy Table.vi" as shown in the attached picture.
I hope this will help you..