diff options
| author | Randy Morgan <[email protected]> | 2012-09-30 09:06:34 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-09-30 09:06:34 +0900 |
| commit | f931069c349a2507da4ec9f4fefa51aa246d5eb5 (patch) | |
| tree | 0112dcf883eb68a1f3f3a4b51f43a913163eec05 /lib/axlsx.rb | |
| parent | 5b5cc224ff0eee74e25927648e7e7e328ca105c0 (diff) | |
| download | caxlsx-f931069c349a2507da4ec9f4fefa51aa246d5eb5.tar.gz caxlsx-f931069c349a2507da4ec9f4fefa51aa246d5eb5.zip | |
Reformatted docs for Axlsx module
Diffstat (limited to 'lib/axlsx.rb')
| -rw-r--r-- | lib/axlsx.rb | 7 |
1 files changed, 6 insertions, 1 deletions
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 |
