04-08-2015 01:13 AM
Hello eveyone,
I'm using report generation toolkit to create reports in .csv format. Based on the buttons pressed file will be created in the specified path. Then i'm opening the file and loading data into it. I want it to save automatically, but in my case, file will be opened and minimised in tool bar, if i open the file data will be there in it but it will not saved, if i try to save it manually also its showing error. I want it to save automatically. How can I do it?
04-08-2015 01:41 AM
04-08-2015 03:40 AM
Hello,
I understand write to spreadsheet is easier, but the thing is I need to implement few settings like specific cell numbers, making few texts bold etc, that can not be done using write to spread sheet right? Say for example if i'm having 1 page content, how can I make just the 1st line as Bold?
04-08-2015 03:47 AM
A csv file doesn't know about text formatting except what ASCII provides (e.g. tabulator)
That being said, you either should write a simple csv file with Write To Spreadsheet File.vi like Dennis tells you or you have to create an Excel file (xls or xlsx).
Norbert
04-08-2015 07:14 AM
sushmith_ks wrote: I understand write to spreadsheet is easier, but the thing is I need to implement few settings like specific cell numbers, making few texts bold etc, that can not be done using write to spread sheet right? Say for example if i'm having 1 page content, how can I make just the 1st line as Bold?
CSV files are pure text. No formatting at all. If you really want the formatting, then make an xlsx file.