‎06-04-2014 11:56 AM
Hi,
Could one suggest the smart way to make following.
‎06-04-2014 12:13 PM
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.
‎06-04-2014 12:15 PM
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.
‎06-08-2014 03:24 PM
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?
‎06-08-2014 03:28 PM
@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?
‎06-08-2014 03:30 PM
Hi. Write XL file in net and update it periodically.
‎06-08-2014 05:19 PM
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.