search for: numberformat

Displaying 4 results from an estimated 4 matches for "numberformat".

2006 Jul 29
9
export to a CSV or XLS file
hello everyone, Any idea how can i export a resultset from a database to a CSV or XLS file from the application ? would like the user to have the option to export selected data to a CSV/XLS file. Any plugins or libraries avaiable to accomplish this ? Thanks for your time, VASU. -- Posted via http://www.ruby-forum.com/.
2010 Apr 05
3
syntax error, unexpected '\n', expecting tASSOC
...return ''<b>''+ (this.point.name || this.series.name) +''</b><br/>''+ Highcharts.dateFormat(''%A %B %e %Y'', this.x) + '':<br/>''+ ''1 USD = ''+ Highcharts.numberFormat(this.y, 2) +'' EUR''; }" @pie_chart = Highchart.line({ :chart => { :renderTo => ''container'', :zoomType => ''x'', :margin => [330, 30, 30...
2009 Jun 03
4
Excel Export in a beauty way
Hallo all, I`ve read a lot of things in this forum about an Excel export via R. It is no problem to export my data frames via write.table or write.xls (xls or csv), but some things are not very convenient for me: I always have to adjust the column with to see all the numbers or the text and there is no frame between the cells. And I missing the possibility to make some headers bold or coloured.
2010 Mar 26
0
Reading a SpreadsheetML / XMLNS into R xmlns="urn:schemas-microsoft-com:office:spreadsheet
...; <Style ss:ID="Default" ss:Name="Normal"> <Alignment ss:Vertical="Bottom"/> <Borders/> <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/> <Interior/> <NumberFormat/> <Protection/> </Style> </Styles> <Worksheet ss:Name="age 0in 2010"> <Table ss:ExpandedColumnCount="12" ss:ExpandedRowCount="526" x:FullColumns="1" x:FullRows="1" ss:DefaultRowHeight="15">...