06-06-2013 12:41 AM
Hello everyone,
In my vi, i'm saving my table control in a csv file using write to spreadsheet. Its working. Table has heading which should come BOLD when i write on to a csv file. Also one coloumn is having more width compared to others. So how can adjust the width and letter as BOLD in labview? so that when table control data is written on to csv file, file should be formatted properly.
06-06-2013 08:04 AM
A CSV is a raw text file. I has no formatting.
06-06-2013 09:47 AM
After writing your file, which application are you using to read and display the data/table??
Is it Word or Excel????
Well by default all files with .csv extension opens with Excel...!!
but as crossrulz suggested, the file that you're writing using 'Write ot Spreadsheet' has no formatting associate with it....!!
For formatting you might need either Report Generation Toolkit or ActiveX based methods and you need to write/edit an excel file.