02-09-2009 11:48 PM
02-10-2009 01:34 AM
Hi ander99,
it sounds like the "Read From Spreadsheet File" function could help you. To write your data to word, you can use the Report Generation Toolkit.
Mike
02-10-2009 01:57 AM
Possible to create without using tat report generation kit? My problem is actually add the values in two files to produce values in a new sheet and based on the values to plot out a graph.
02-10-2009 01:59 AM
Hi ander99,
now i'm confused. Can you show what you have done since now and where you have problems? Where do you want to create a new sheet?
Mike
02-10-2009 02:08 AM
02-10-2009 02:14 AM
Hi ander99,
you can use ActiveX functions to read the data from your excel file. For more information see this link, please. You can also use ActiveX to write your values to word.
Hope it helps.
Mike
02-10-2009 02:20 AM
02-10-2009 03:54 AM
02-10-2009 04:04 AM
Hi ander99,
you can use ActiveX with LV71. The example from the link before is for LV6 you can open them just fine with 71. The "ActiveX_for_Beginners.vi" shows how you can read your data. With some modifications you can read a range. If you change the data type at the "variant to data" block to a 2D array of what you need, then you have your data as an array in LabVIEW. The second part is to use Active X to create your diagram in word.
Where do you have currently problems?
Mike
02-11-2009 01:43 AM
I'm having problem to read out data from the test1.xls which i upload.