LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Putting data into a word table using LabVIEW's Report Generation Toolkit - too slow

I'm working on a project that requires generating a report in word with information pulled from a server, using a word doc template. Part of the report is a table of data with 28 columns and an unfixed number of rows.

 

I'm currently using the Word Insert Row-Column-Cell VI to iteratively to add the correct number of rows to the table. Then I'm using the Word Edit Cell VI to place the data into the table. The problem is it takes up to 6mins for only 60 rows of data. I've also tried the Append Table to Report VI and it seems to take a similar length of time.

 

Is there an faster/easier way to put mass amounts of data into a table in word?

 

I've attached a simplified version of my code.

0 Kudos
Message 1 of 3
(1,482 Views)

Hello, you line up in the group of users the post LabVIEW-related questions into the LabWindows/CVI board!

Please ask the moderators to move this discussion to the correct board



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 3 of 3
(1,424 Views)