From f931069c349a2507da4ec9f4fefa51aa246d5eb5 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 30 Sep 2012 09:06:34 +0900 Subject: Reformatted docs for Axlsx module --- lib/axlsx.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/axlsx.rb') diff --git a/lib/axlsx.rb b/lib/axlsx.rb index e0cbf4e8..1fd9051e 100644 --- a/lib/axlsx.rb +++ b/lib/axlsx.rb @@ -37,7 +37,12 @@ if !Object.respond_to?(:instance_values) end end -# xlsx generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine. +# xlsx generation with charts, images, automated column width, customizable styles +# and full schema validation. Axlsx excels at helping you generate beautiful +# Office Open XML Spreadsheet documents without having to understand the entire +# ECMA specification. Check out the README for some examples of how easy it is. +# Best of all, you can validate your xlsx file before serialization so you know +# for sure that anything generated is going to load on your client's machine. module Axlsx # determines the cell range for the items provided -- cgit v1.2.3