05-20-2021 09:02 PM
What happens is that I need to make a database of a company as a project, where the name, the shift, the time and the machines can be entered directly from labview, but everything must be registered in excel, but I don't know how to enter the strings in the file for custom writing and stay in Excel or if there is another way to do it, if you know it would help me a lot
05-21-2021 01:13 AM
Hi Cristian,
@Cristian18 wrote:
What happens is that I need to make a database of a company as a project, … but everything must be registered in excel,
How is the thread title "Database" related to Excel?
@Cristian18 wrote:
I don't know how to enter the strings in the file for custom writing and stay in Excel or if there is another way to do it, if you know it would help me a lot
When you want to handle Excel files (like XLS* formatted data) then you can use the RGT functions. When you need to handle "just" CSV files (aka delimited text files) then you can use more simple file functions…
05-21-2021 05:53 PM
But there is no way to do it without RGT functions?