LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

concatenate files

Solved!
Go to solution

My test creates tables as it progresses - which can be saved in Word / Excel. I generate a summary at the end of the test based on the results from the individual tables. The problem is that the summary should be at the beginning of the report (word document) followed by individual tables.

 

I tried using Append File to report but its reading binary format from both Word and Excel documents. Is there a way to achieve what I am trying to do.

0 Kudos
Message 1 of 4
(2,638 Views)

Hi indm3,

can i know how ur generating report

Regards,
Santhosh M
0 Kudos
Message 2 of 4
(2,618 Views)
I am using ReportGeneration Toolkit. First I use New Report.vi and generate report out of format word or excel. Then, I collect an array of strings during my test and append them in the form of a table to the report. I need these tables to generate a summary which I want to be at the beginning of this report.
0 Kudos
Message 3 of 4
(2,591 Views)
Solution
Accepted by topic author indm3

Two ways that I can think of off the top of my head:

 

Using ActiveX controls to paste the summary at the header of your document.

 

Reading from your created spreadsheet. Making a NEW spreadsheet, write the summary header first, then write your data from the file you just read from, delete original file.

Chris Van Horn
Applications Engineer
Message 4 of 4
(2,587 Views)