1. Create an empty string array that matches the size of the target data range.
2. Use Append Table to Report.vi to write the empty string array to the destination cells.
3. Use Excel Set Cell Format.vi immediately afterward.
4. Configure the Start and End inputs to define the same cell range used in Step 2 and set the cell format string as "@". The "@" format instructs Excel to treat all values in the selected cells as text.
5. Use Append Table to Report.vi again to write the actual data to the same cell range.