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 /doc/file.LICENSE.html | |
| 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 'doc/file.LICENSE.html')
| -rw-r--r-- | doc/file.LICENSE.html | 51 |
1 files changed, 28 insertions, 23 deletions
diff --git a/doc/file.LICENSE.html b/doc/file.LICENSE.html index 239b148f..6841b470 100644 --- a/doc/file.LICENSE.html +++ b/doc/file.LICENSE.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> File: LICENSE @@ -54,32 +54,37 @@ <iframe id="search_frame"></iframe> - <div id="content"><div id='filecontents'> -<p>Copyright © 2011 Randy Morgan</p> - -<p>Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the “Software”), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions:</p> - -<p>The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software.</p> - -<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE.</p> + <div id="content"><div id='filecontents'><p> +Copyright © 2011 Randy Morgan +</p> +<p> +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to the +following conditions: +</p> +<p> +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. +</p> +<p> +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +</p> </div></div> <div id="footer"> - Generated on Sat Nov 26 13:16:35 2011 by + Generated on Sun Nov 27 18:05:01 2011 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> - 0.7.3 (ruby-1.9.3). + 0.7.3 (ruby-1.8.7). </div> </body> |
