From 6739c249e7bf3cf7d2132b2aa49b6faf6bebec29 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Wed, 23 Nov 2011 12:28:10 +0900 Subject: -refactoring chart position and axis data/category for chart. -additional specs and documentation improvements. --- doc/index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html index e4129686..312220af 100644 --- a/doc/index.html +++ b/doc/index.html @@ -99,7 +99,7 @@ It enables the you to generate 100% valid xlsx files that include customised sty require 'axlsx' -

A Simple Workbooka

+

A Simple Workbook

  p = Axlsx::Package.new
   p.workbook.add_worksheet do |sheet|
@@ -205,10 +205,18 @@ It enables the you to generate 100% valid xlsx files that include customised sty
 

Changelog

@@ -216,14 +224,6 @@ It enables the you to generate 100% valid xlsx files that include customised sty

Please see the CHANGELOG document for past release information.

-

On Deck

- - - -

Copyright

Axlsx © 2011 by Randy Morgan. Axlsx is @@ -231,7 +231,7 @@ licensed under the MIT license. Please see the

-- cgit v1.2.3