LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Updating file by Labview

Hi,

Could one suggest the smart way to make following.

I need periodically update the XL file adding the row into file.
Thanks.
0 Kudos
Message 1 of 7
(2,975 Views)

Does XL mean Excel?

 

Search the forums, there are hundreds if not thousands of threads discussing how to work with Excel.

 

Report Generation Toolkit, or ActiveX calls.

0 Kudos
Message 2 of 7
(2,964 Views)

Do you need in MS Excell file format? Then you may have to use the ActiveX method to add the data. You can search for the examples in LabVIEW on using the ActiveX method with Excel. If it is a normal spreadsheet then you can use the write to text file function to do that.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 3 of 7
(2,961 Views)

Thank you very much for advise, I have listed the forums. I think the easy and simple way is to use Network Streams Functions. Am I wrong?

0 Kudos
Message 4 of 7
(2,900 Views)

@Yankel wrote:

Thank you very much for advise, I have listed the forums. I think the easy and simple way is to use Network Streams Functions. Am I wrong?


For writing Excel files?  The network streams have nothing to do with writing a file.  They are for network communications between two LabVIEW programs.

 

What EXACTLY are you trying to do?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 7
(2,897 Views)

Hi. Write XL file in net and update it periodically.

0 Kudos
Message 6 of 7
(2,895 Views)

If you have a network address for the Excel file, I would just edit it directly.  No need to bring in another application to transfer the file when you can just let Windows do it for you.  Just good luck with the ActiveX neeeded to write/edit actual xls(x) files.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 7 of 7
(2,875 Views)