summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNoel Peden <[email protected]>2019-09-08 19:49:15 -0700
committerNoel Peden <[email protected]>2019-09-08 19:49:15 -0700
commit6b6673fef9ea4443d90812f12ed76da30bb7cac2 (patch)
tree123c008de61ed3de83d71bc5ea2bd1676fee39a5
parent51f4e4fc7c0c2b661b84d892ca8a93e28996b95f (diff)
parente9b2db709066746ba5ff9073015de76bf3fc9c0e (diff)
downloadcaxlsx-6b6673fef9ea4443d90812f12ed76da30bb7cac2.tar.gz
caxlsx-6b6673fef9ea4443d90812f12ed76da30bb7cac2.zip
Merge branch 'master' of https://github.com/caxlsx/axlsx
-rw-r--r--README.md32
1 files changed, 20 insertions, 12 deletions
diff --git a/README.md b/README.md
index 68a78a64..2aab3264 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
+Notice: Community Axlsx organization
+===================================================
+All Axlsx related gems have been forked or moved to a community organization: http://github.com/caxlsx
+* Axlsx
+* acts_as_axlsx
+* axlsx_rails
+* activeadmin-axlsx
+
+The gems will be released as is as a starting point to allow releases of other gems that depend on these gems. Submit issues as usual.
+
+Please consider helping develop and test these gems.
+
Axlsx: Office Open XML Spreadsheet Generation
====================================
[![Build Status](https://secure.travis-ci.org/randym/axlsx.svg?branch=master)](http://travis-ci.org/randym/axlsx/)
@@ -7,9 +19,7 @@ appreciation for the gem, please don't hesitate to make a donation.
**IRC**:[irc.freenode.net / #axlsx](irc://irc.freenode.net/axlsx)
-**Git**:[http://github.com/randym/axlsx](http://github.com/randym/axlsx)
-
-**Twitter**: [https://twitter.com/morgan_randy](https://twitter.com/morgan_randy)
+**Git**:[http://github.com/caxlsx/axlsx](http://github.com/randym/axlsx)
**Google Group**: [https://groups.google.com/forum/?fromgroups#!forum/axlsx](https://groups.google.com/forum/?fromgroups#!forum/axlsx)
@@ -30,7 +40,7 @@ appreciation for the gem, please don't hesitate to make a donation.
**Release Date**: September 12th 2013
If you are working in rails, or with active record see:
-[acts_as_xlsx](http://github.com/randym/acts_as_xlsx)
+[acts_as_xlsx](http://github.com/caxlsx/acts_as_xlsx)
acts_as_xlsx is a simple ActiveRecord mixin that lets you generate a workbook with:
@@ -40,7 +50,7 @@ Posts.where(created_at > Time.now-30.days).to_xlsx
** and **
-* http://github.com/straydogstudio/axlsx_rails
+* http://github.com/caxlsx/axlsx_rails
Axlsx_Rails provides an Axlsx renderer so you can move all your spreadsheet code from your controller into view files. Partials are supported so you can organize any code into reusable chunks (e.g. cover sheets, common styling, etc.) You can use it with acts_as_xlsx, placing the to_xlsx call in a view and add ':package => xlsx_package' to the parameter list. Now you can keep your controllers thin!
There are guides for using axlsx and acts_as_xlsx here:
@@ -48,7 +58,7 @@ There are guides for using axlsx and acts_as_xlsx here:
If you are working with ActiveAdmin see:
-[activeadmin-axlsx](http://github.com/randym/activeadmin-axlsx)
+[activeadmin-axlsx](http://github.com/caxlsx/activeadmin-axlsx)
It provides a plugin and dsl for generating downloadable reports.
@@ -61,7 +71,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, customized styles, functions, tables, conditional formatting, print options, comments, 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.
-![Screen 1](https://github.com/randym/axlsx/raw/master/examples/sample.png)
+![Screen 1](https://github.com/caxlsx/axlsx/raw/master/examples/sample.png)
@@ -140,7 +150,7 @@ Axlsx::Package.new do |p|
end
```
-Please see the [examples](https://github.com/randym/axlsx/tree/master/examples/example.rb) for more.
+Please see the [examples](https://github.com/caxlsx/axlsx/tree/master/examples/example.rb) for more.
{include:file:examples/example.rb}
@@ -246,11 +256,9 @@ related to themes, which axlsx does not implement at this time.
Open source software is a community effort. None of this could have been
done without the help of these awesome folks.
-[contributors](https://github.com/randym/axlsx/graphs/contributors)
+[contributors](https://github.com/caxlsx/axlsx/graphs/contributors)
-#Copyright and License
+#License
----------
-Axlsx &copy; 2011-2013 by [Randy Morgan](mailto:[email protected]).
-
Axlsx is licensed under the MIT license. Please see the LICENSE document for more information.