diff options
| author | Randy Morgan <[email protected]> | 2011-11-27 18:11:42 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-27 18:11:42 +0900 |
| commit | 4d16bfc43780e5d3f7368625700b583e3e98217a (patch) | |
| tree | bd477483555fe52f2690e7f15743d93b9667adef /Gemfile | |
| parent | 11303a4d6664d9a7ff7bc408035d2ab70378a375 (diff) | |
| download | caxlsx-4d16bfc43780e5d3f7368625700b583e3e98217a.tar.gz caxlsx-4d16bfc43780e5d3f7368625700b583e3e98217a.zip | |
adding in row_style and col_style methods to worksheet and active record 'acts_as_axlsx' to provide to_xlsx.
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..857c670d --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source "http://rubygems.org" + +gemspec
\ No newline at end of file |
