axlsx 1.0.9 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. data/Gemfile +7 -0
  2. data/Gemfile.lock +20 -0
  3. data/README.md +46 -3
  4. data/axlsx.gemspec +10 -10
  5. data/doc/Axlsx/App.html +111 -86
  6. data/doc/Axlsx/Ar/ClassMethods.html +188 -0
  7. data/doc/Axlsx/Ar/InstanceMethods.html +108 -0
  8. data/doc/Axlsx/Ar/SingletonMethods.html +312 -0
  9. data/doc/Axlsx/Ar.html +196 -0
  10. data/doc/Axlsx/Axis.html +57 -48
  11. data/doc/Axlsx/Bar3DChart.html +64 -54
  12. data/doc/Axlsx/BarSeries.html +29 -24
  13. data/doc/Axlsx/Border.html +45 -38
  14. data/doc/Axlsx/BorderPr.html +51 -44
  15. data/doc/Axlsx/CatAxis.html +32 -26
  16. data/doc/Axlsx/CatAxisData.html +25 -23
  17. data/doc/Axlsx/Cell.html +486 -65
  18. data/doc/Axlsx/CellAlignment.html +63 -50
  19. data/doc/Axlsx/CellProtection.html +20 -16
  20. data/doc/Axlsx/CellStyle.html +36 -28
  21. data/doc/Axlsx/Chart.html +102 -86
  22. data/doc/Axlsx/Color.html +27 -21
  23. data/doc/Axlsx/ContentType.html +15 -13
  24. data/doc/Axlsx/Core.html +27 -24
  25. data/doc/Axlsx/DataTypeValidator.html +13 -12
  26. data/doc/Axlsx/Default.html +21 -17
  27. data/doc/Axlsx/Drawing.html +82 -68
  28. data/doc/Axlsx/Fill.html +14 -11
  29. data/doc/Axlsx/Font.html +98 -82
  30. data/doc/Axlsx/GradientFill.html +47 -37
  31. data/doc/Axlsx/GradientStop.html +17 -13
  32. data/doc/Axlsx/GraphicFrame.html +39 -34
  33. data/doc/Axlsx/Line3DChart.html +64 -55
  34. data/doc/Axlsx/LineSeries.html +24 -20
  35. data/doc/Axlsx/Marker.html +40 -33
  36. data/doc/Axlsx/NumFmt.html +52 -47
  37. data/doc/Axlsx/OneCellAnchor.html +49 -41
  38. data/doc/Axlsx/Override.html +21 -17
  39. data/doc/Axlsx/Package.html +186 -77
  40. data/doc/Axlsx/PatternFill.html +47 -41
  41. data/doc/Axlsx/Pic.html +99 -83
  42. data/doc/Axlsx/Pie3DChart.html +17 -15
  43. data/doc/Axlsx/PieSeries.html +29 -24
  44. data/doc/Axlsx/RegexValidator.html +6 -5
  45. data/doc/Axlsx/Relationship.html +21 -17
  46. data/doc/Axlsx/Relationships.html +15 -13
  47. data/doc/Axlsx/RestrictionValidator.html +7 -6
  48. data/doc/Axlsx/Row.html +187 -33
  49. data/doc/Axlsx/Scaling.html +35 -29
  50. data/doc/Axlsx/SerAxis.html +23 -19
  51. data/doc/Axlsx/Series.html +140 -28
  52. data/doc/Axlsx/SeriesTitle.html +16 -15
  53. data/doc/Axlsx/Styles.html +179 -164
  54. data/doc/Axlsx/TableStyle.html +28 -23
  55. data/doc/Axlsx/TableStyleElement.html +53 -47
  56. data/doc/Axlsx/TableStyles.html +26 -22
  57. data/doc/Axlsx/Title.html +32 -28
  58. data/doc/Axlsx/TwoCellAnchor.html +50 -42
  59. data/doc/Axlsx/ValAxis.html +18 -15
  60. data/doc/Axlsx/ValAxisData.html +20 -19
  61. data/doc/Axlsx/View3D.html +48 -38
  62. data/doc/Axlsx/Workbook.html +225 -201
  63. data/doc/Axlsx/Worksheet.html +869 -184
  64. data/doc/Axlsx/Xf.html +75 -58
  65. data/doc/Axlsx.html +207 -124
  66. data/doc/_index.html +2 -2
  67. data/doc/css/style.css +1 -1
  68. data/doc/file.LICENSE.html +11 -10
  69. data/doc/file.README.html +142 -93
  70. data/doc/index.html +142 -93
  71. data/doc/js/app.js +4 -4
  72. data/doc/method_list.html +460 -364
  73. data/doc/top-level-namespace.html +2 -2
  74. data/examples/example.rb +71 -14
  75. data/lib/axlsx/package.rb +8 -1
  76. data/lib/axlsx/stylesheet/styles.rb +1 -1
  77. data/lib/axlsx/util/simple_typed_list.rb +5 -0
  78. data/lib/axlsx/version.rb +1 -1
  79. data/lib/axlsx/workbook/workbook.rb +4 -2
  80. data/lib/axlsx/workbook/worksheet/cell.rb +8 -13
  81. data/lib/axlsx/workbook/worksheet/row.rb +15 -0
  82. data/lib/axlsx/workbook/worksheet/worksheet.rb +44 -1
  83. data/lib/axlsx.rb +3 -5
  84. data/test/rels/tc_relationships.rb +2 -6
  85. data/test/workbook/worksheet/tc_row.rb +6 -0
  86. data/test/workbook/worksheet/tc_worksheet.rb +36 -0
  87. metadata +139 -55
data/doc/_index.html CHANGED
@@ -626,9 +626,9 @@
626
626
  </div>
627
627
 
628
628
  <div id="footer">
629
- Generated on Sat Nov 26 13:16:35 2011 by
629
+ Generated on Wed Nov 30 08:53:34 2011 by
630
630
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
631
- 0.7.3 (ruby-1.9.3).
631
+ 0.7.3 (ruby-1.8.7).
632
632
  </div>
633
633
 
634
634
  </body>
data/doc/css/style.css CHANGED
@@ -294,7 +294,7 @@ li.r2 { background: #fafafa; }
294
294
  #filecontents pre.code, .docstring pre.code { display: block; }
295
295
  .source_code .lines { padding-right: 12px; color: #555; text-align: right; }
296
296
  #filecontents pre.code, .docstring pre.code,
297
- .tags .example { padding: 5px 12px; margin-top: 4px; border: 1px solid #eef; background: #f5f5ff; }
297
+ .tags pre.example { padding: 5px 12px; margin-top: 4px; border: 1px solid #eef; background: #f5f5ff; }
298
298
  pre.code { color: #000; }
299
299
  pre.code .info.file { color: #555; }
300
300
  pre.code .val { color: #036A07; }
@@ -2,7 +2,7 @@
2
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
6
  <title>
7
7
  File: LICENSE
8
8
 
@@ -58,17 +58,18 @@
58
58
  <p>Copyright © 2011 Randy Morgan</p>
59
59
 
60
60
  <p>Permission is hereby granted, free of charge, to any person obtaining a
61
- copy of this software and associated documentation files (the “Software”),
62
- to deal in the Software without restriction, including without limitation
63
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
64
- and/or sell copies of the Software, and to permit persons to whom the
65
- Software is furnished to do so, subject to the following conditions:</p>
61
+ copy of this software and associated documentation files (the
62
+ “Software”), to deal in the Software without restriction, including
63
+ without limitation the rights to use, copy, modify, merge, publish,
64
+ distribute, sublicense, and/or sell copies of the Software, and to permit
65
+ persons to whom the Software is furnished to do so, subject to the
66
+ following conditions:</p>
66
67
 
67
68
  <p>The above copyright notice and this permission notice shall be included in
68
69
  all copies or substantial portions of the Software.</p>
69
70
 
70
- <p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
71
+ <p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
72
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72
73
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73
74
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74
75
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
@@ -77,9 +78,9 @@ DEALINGS IN THE SOFTWARE.</p>
77
78
  </div></div>
78
79
 
79
80
  <div id="footer">
80
- Generated on Sat Nov 26 13:16:35 2011 by
81
+ Generated on Wed Nov 30 08:53:35 2011 by
81
82
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
82
- 0.7.3 (ruby-1.9.3).
83
+ 0.7.3 (ruby-1.8.7).
83
84
  </div>
84
85
 
85
86
  </body>