diff options
| author | Randy Morgan <[email protected]> | 2012-02-21 08:25:39 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-02-21 08:25:39 +0900 |
| commit | f8ba7abe17a1b21ac22172ec64b7c0f1aa132e76 (patch) | |
| tree | 7c34f90dd0f58cdd21d55786c3e477443edd8c22 /README.md | |
| parent | 78f50d06d7ed41f57e87bd2eb7b304b642939306 (diff) | |
| download | caxlsx-f8ba7abe17a1b21ac22172ec64b7c0f1aa132e76.tar.gz caxlsx-f8ba7abe17a1b21ac22172ec64b7c0f1aa132e76.zip | |
credit where credit is due
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,7 +16,7 @@ Synopsis -------- Axlsx is an Office Open XML Spreadsheet generator for the Ruby programming language. -With Axlsx you can create excel worksheets with charts, images (with links), automated and fixed column widths, customizable styles, functions, merged cells, auto filters, file adn stream serialization as well as full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. +With Axlsx you can create excel worksheets with charts, images (with links), automated and fixed column widths, customizable styles, functions, merged cells, auto filters, file and stream serialization as well as full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. If you are working in rails, or with active record see: http://github.com/randym/acts_as_xlsx @@ -320,6 +320,8 @@ Please see the {file:CHANGELOG.md} document for past release information. [ffmike](https://github.com/ffmike) - for knocking down an over restrictive i18n dependency, massive patience and great communication skills. +[JohnathanTron](https://github.com/JonathanTron) - for giving the gem some style, and making sure it applies. + #Copyright and License ---------- |
