Page 1 of 1
How to make a csv file look nice and tidy?
Posted: Mon Mar 05, 2012 2:48 am
by wlederer
A data trend was exported as a csv file. But after opening it with Excel it looks ugly. Can we format columns, rows, choose proper fonts, colors... using script? Can we recreate original trend as a graphic?
regards, Waldemar
Re: How to make a csv file look nice and tidy?
Posted: Mon Mar 05, 2012 8:38 am
by Ron L.
What you're describing is not an option with the .CSV format. .CSV is simply lists of data without formatting. Once you open the .CSV file in Excel, the formatting you are describing is possible using Microsoft Excel.
In iX Developer 2.0 scheduled for April, we will have a new feature called "Reporting". This will allow you to export your trend data as an .XLS (Excel File) with much of that formatting such as a trend graphic. To do this however, you also will need to use Excel to pre-configure the layout of how your Excel files will export. There will be some documentation and sample Excel files to get you started.
Re: How to make a csv file look nice and tidy?
Posted: Tue Mar 06, 2012 1:54 am
by wlederer
Can we create a xls file using script in the current version of iX Developer?
Re: How to make a csv file look nice and tidy?
Posted: Tue Mar 13, 2012 10:00 am
by Skylar
Sure, if you know how to build that type of file with C# code. You might have a look at this library to help you get started:
http://code.google.com/p/excellibrary/
XLS files will not be officially supported until the next release of iX Developer (2.0).