01-30-2014 05:11 AM
Hello everyone,
I am new in labview and I have a problem.
I found my results , It is in 2D array... It sometimes in 1D array because I will remove the header row.
How can I write my results one by one in succeding row?
I attached hereby the excel sheet where I have to write my results.
There are approximately 25 result so I have to run my VI 25 times but the result will display in excel sheet in 25 succeding row.
Hope u get my question...
Thank you
Solved! Go to Solution.
01-30-2014 05:20 AM
01-30-2014 05:26 AM
OK.
But my company requirement is , I have to write results in excel. They already have the format in excel.
Can you show me both way ? how to write file with excel and csv?
01-30-2014 07:07 AM
Is that possible to write results like that?
01-30-2014 08:31 AM
Hi mrdesai,
search the forum for "Excel ActiveX" and look up the LabVIEW help for "WriteSpreadsheetFile" to find suggestions for both possibilities.
Please be more specific when talking about "Excel files": Excel has no problems to work with CSV files even when those are simple text files in contrast to proprietary XLS/XLSX file formats…
01-30-2014 08:56 AM
Hello,
I have a 2D array and its a String... I want to write my result in xlsx format.
And I also have 1D array and its double.. This is also I want to write in a xlsx format....
And these both result I have to write in 1 excel sheet in xlsx format but in different table... 25 times I have to run my VI as I mention earlier and 25 results I want to write in excel sheet one by one in succeding row.
Thank you very much for your previous solution .. but I dont understand how to put all values
01-30-2014 09:13 AM
Hi mrdesai,
there was no solution, just suggestions.
When you insist on XLSX file format you will have to use ActiveX communication to an Excel installed on the same PC as your LabVIEW VI. There are many threads here in the forum discussing the same problem, you only need to read them!
01-30-2014 09:35 AM
Dear GerdW,
I am really not understand the concept of ActiveX... I working on labview since last november and I never heard about that.
If you have a VI for that solution then please put that.. This is the last step of my project and I am not able to solved it.
Thanks in advance
01-30-2014 09:42 AM
01-30-2014 10:10 AM
OK..
I will surely do that...