summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-06-12 12:54:27 +0900
committerRandy Morgan <[email protected]>2012-06-12 12:54:27 +0900
commit84859056e05b96f0ef856dfec2a08a21342d3b95 (patch)
treed62eb28bafbf51e4093597717db6304ac8bd64aa /README.md
parentcd378cde3cc6db047f0e23c63980fdd6b240aafe (diff)
downloadcaxlsx-84859056e05b96f0ef856dfec2a08a21342d3b95.tar.gz
caxlsx-84859056e05b96f0ef856dfec2a08a21342d3b95.zip
add markdown style link for non yard renderers
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2d1a33f4..2cd4447e 100644
--- a/README.md
+++ b/README.md
@@ -93,9 +93,7 @@ To install Axlsx, use the following command:
The example listing is getting overly large to maintain here.
If you are using Yard, you will be able to see the examples in line below.
-If not, please refer to the Please see the {file:examples/example.rb} file.
-
-![examples](https://github.com/randym/axlsx/raw/master/examples/examples.rb)
+If not, please refer to the Please see the [examples](examples/example.rb) here.
{include:file:examples/example.rb}
@@ -120,6 +118,9 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
percentage in serialization and ensure that formula are not stored
in value caches
- fix bug that causes repair warnings when using a text only title reference.
+ - Add title property to axis so you can lable the x/y/series axis for
+ charts.
+ - Add sheet views with panes
- **May.30.12**: 1.1.6 release
- data protection with passwords for sheets
@@ -163,6 +164,10 @@ in value caches
Please see the {file:CHANGELOG.md} document for past release information.
#Thanks!
+
+Open source software is a community effort. None of this could have been
+done without the help of the people below.
+
--------
[ochko](https://github.com/ochko) - for performance fixes, kicking the crap out of axlsx and helping to maintain my general sanity.
@@ -184,7 +189,7 @@ Please see the {file:CHANGELOG.md} document for past release information.
[scpike](https://github.com/scpike) - for keeping numbers fixed even when they are rational and a super clean implementation of conditional formatting.
-[janhuehne](https://github.com/janhuehne) - for working out the decoder ring and adding in cell level validation.
+[janhuehne](https://github.com/janhuehne) - for working out the decoder ring and adding in cell level validation, and providing a support for window panes.
#Copyright and License
----------