README.rdoc in write_xlsx-0.62.0 vs README.rdoc in write_xlsx-0.64.0
- old
+ new
@@ -1,8 +1,8 @@
= write_xlsx
-gem to create a new file in the Excel 2007+ XLSX format, and you can use the same interface as writeexcel gem. write_xlsx is converted from Perl's module Excel::Writer::XLSX-0.62, https://github.com/jmcnamara/excel-writer-xlsx .
+gem to create a new file in the Excel 2007+ XLSX format, and you can use the same interface as writeexcel gem. write_xlsx is converted from Perl's module Excel::Writer::XLSX-0.63, https://github.com/jmcnamara/excel-writer-xlsx .
== Description
The WriteXLSX supports the following features:
* Multiple worksheets
@@ -73,9 +73,22 @@
worksheet.write('A4', '=SIN(PI()/4)')
workbook.close
== Recent change
+2013-03-05 v0.64.0
+ Added the option to format individual points in a chart series.
+ This allows Pie chart segments to be formatted.
+
+
+2013-03-05 v0.63.0
+ Added Chart data tools such as:
+ Error Bars
+ Up-Down Bars
+ High-Low Lines
+ Drop Lines.
+ See the chart_data_tools.rb example.
+
2013-02-24 v0.62.0
Added option for adding a data table to a Chart X-axis.
See output from chart_data_table.rb example.
2013-02-23 v0.61.0