README.rdoc in writeexcel-1.0.2 vs README.rdoc in writeexcel-1.0.3
- old
+ new
@@ -1,9 +1,11 @@
= writeexcel
Write to a cross-platform Excel binary file.
+{<img src="https://badge.fury.io/rb/writeexcel.png" alt="Gem Version" />}[http://badge.fury.io/rb/writeexcel]
+
== Description
This library is converted from Spreadsheet::WriteExcel module of Perl.
http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.38/
@@ -80,9 +82,12 @@
* Worksheet.keep_leading_zeros()
* ignore. if write 0001, use string such as write(1,2, '0001')
* and ......
== Recent Change
+v1.0.3
+* Bug fix issue 29. bug in extern sheet reference.
+
v1.0.2
* Bug fix issue 28. bug in non ascii worksheet names.
* Bug fix in testcase issue 28. fail due to defferent timezone.
v1.0.1