summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-27 22:11:25 +0900
committerRandy Morgan <[email protected]>2011-11-27 22:11:25 +0900
commit0538f46b42c3283fc5261c25800eceefb792d918 (patch)
tree981502e4b91eaafb72bc6c710b7138d123b68fee
parent058faf2581970fa18c314ad07f5658adeca32c69 (diff)
downloadcaxlsx-0538f46b42c3283fc5261c25800eceefb792d918.tar.gz
caxlsx-0538f46b42c3283fc5261c25800eceefb792d918.zip
more README
-rw-r--r--README.md2
-rw-r--r--doc/Axlsx.html2
-rw-r--r--doc/Axlsx/App.html2
-rw-r--r--doc/Axlsx/Ar.html2
-rw-r--r--doc/Axlsx/Ar/ClassMethods.html2
-rw-r--r--doc/Axlsx/Ar/InstanceMethods.html2
-rw-r--r--doc/Axlsx/Ar/SingletonMethods.html2
-rw-r--r--doc/Axlsx/Axis.html2
-rw-r--r--doc/Axlsx/Bar3DChart.html2
-rw-r--r--doc/Axlsx/BarSeries.html2
-rw-r--r--doc/Axlsx/Border.html2
-rw-r--r--doc/Axlsx/BorderPr.html2
-rw-r--r--doc/Axlsx/CatAxis.html2
-rw-r--r--doc/Axlsx/CatAxisData.html2
-rw-r--r--doc/Axlsx/Cell.html2
-rw-r--r--doc/Axlsx/CellAlignment.html2
-rw-r--r--doc/Axlsx/CellProtection.html2
-rw-r--r--doc/Axlsx/CellStyle.html2
-rw-r--r--doc/Axlsx/Chart.html2
-rw-r--r--doc/Axlsx/Color.html2
-rw-r--r--doc/Axlsx/ContentType.html2
-rw-r--r--doc/Axlsx/Core.html2
-rw-r--r--doc/Axlsx/DataTypeValidator.html2
-rw-r--r--doc/Axlsx/Default.html2
-rw-r--r--doc/Axlsx/Drawing.html2
-rw-r--r--doc/Axlsx/Fill.html2
-rw-r--r--doc/Axlsx/Font.html2
-rw-r--r--doc/Axlsx/GradientFill.html2
-rw-r--r--doc/Axlsx/GradientStop.html2
-rw-r--r--doc/Axlsx/GraphicFrame.html2
-rw-r--r--doc/Axlsx/Line3DChart.html2
-rw-r--r--doc/Axlsx/LineSeries.html2
-rw-r--r--doc/Axlsx/Marker.html2
-rw-r--r--doc/Axlsx/NumFmt.html2
-rw-r--r--doc/Axlsx/OneCellAnchor.html2
-rw-r--r--doc/Axlsx/Override.html2
-rw-r--r--doc/Axlsx/Package.html2
-rw-r--r--doc/Axlsx/PatternFill.html2
-rw-r--r--doc/Axlsx/Pic.html2
-rw-r--r--doc/Axlsx/Pie3DChart.html2
-rw-r--r--doc/Axlsx/PieSeries.html2
-rw-r--r--doc/Axlsx/RegexValidator.html2
-rw-r--r--doc/Axlsx/Relationship.html2
-rw-r--r--doc/Axlsx/Relationships.html2
-rw-r--r--doc/Axlsx/RestrictionValidator.html2
-rw-r--r--doc/Axlsx/Row.html2
-rw-r--r--doc/Axlsx/Scaling.html2
-rw-r--r--doc/Axlsx/SerAxis.html2
-rw-r--r--doc/Axlsx/Series.html2
-rw-r--r--doc/Axlsx/SeriesTitle.html2
-rw-r--r--doc/Axlsx/Styles.html2
-rw-r--r--doc/Axlsx/TableStyle.html2
-rw-r--r--doc/Axlsx/TableStyleElement.html2
-rw-r--r--doc/Axlsx/TableStyles.html2
-rw-r--r--doc/Axlsx/Title.html2
-rw-r--r--doc/Axlsx/TwoCellAnchor.html2
-rw-r--r--doc/Axlsx/ValAxis.html2
-rw-r--r--doc/Axlsx/ValAxisData.html2
-rw-r--r--doc/Axlsx/View3D.html2
-rw-r--r--doc/Axlsx/Workbook.html2
-rw-r--r--doc/Axlsx/Worksheet.html2
-rw-r--r--doc/Axlsx/Xf.html2
-rw-r--r--doc/_index.html2
-rw-r--r--doc/file.LICENSE.html2
-rw-r--r--doc/file.README.html4
-rw-r--r--doc/index.html4
-rw-r--r--doc/top-level-namespace.html2
67 files changed, 69 insertions, 69 deletions
diff --git a/README.md b/README.md
index 7ade0a98..2ad5873a 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Feature List
**7. Add jpg, gif and png images to worksheets
-**8. Build in mixin with Active record. simply add acts_as_xlsx to you models and they will support to_xlsx
+**8. Built in mixin with Active record. simply add acts_as_xlsx to you models and they will support to_xlsx if you add this gem to your Rails3 project
Installing
----------
diff --git a/doc/Axlsx.html b/doc/Axlsx.html
index 956a23f1..d8757fcc 100644
--- a/doc/Axlsx.html
+++ b/doc/Axlsx.html
@@ -2394,7 +2394,7 @@ DRAWING_R are allowed</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:36 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/App.html b/doc/Axlsx/App.html
index 47c9c28a..a5ed6029 100644
--- a/doc/Axlsx/App.html
+++ b/doc/Axlsx/App.html
@@ -2528,7 +2528,7 @@ object.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:37 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Ar.html b/doc/Axlsx/Ar.html
index 6cd2e108..27b11b00 100644
--- a/doc/Axlsx/Ar.html
+++ b/doc/Axlsx/Ar.html
@@ -187,7 +187,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:36 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Ar/ClassMethods.html b/doc/Axlsx/Ar/ClassMethods.html
index 3389b948..9107ed38 100644
--- a/doc/Axlsx/Ar/ClassMethods.html
+++ b/doc/Axlsx/Ar/ClassMethods.html
@@ -179,7 +179,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:36 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Ar/InstanceMethods.html b/doc/Axlsx/Ar/InstanceMethods.html
index 17a41790..18ab5996 100644
--- a/doc/Axlsx/Ar/InstanceMethods.html
+++ b/doc/Axlsx/Ar/InstanceMethods.html
@@ -99,7 +99,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:36 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Ar/SingletonMethods.html b/doc/Axlsx/Ar/SingletonMethods.html
index f3752b7b..58b6b29c 100644
--- a/doc/Axlsx/Ar/SingletonMethods.html
+++ b/doc/Axlsx/Ar/SingletonMethods.html
@@ -303,7 +303,7 @@ be applied to all types.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:36 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Axis.html b/doc/Axlsx/Axis.html
index 460bcb51..e203a6d0 100644
--- a/doc/Axlsx/Axis.html
+++ b/doc/Axlsx/Axis.html
@@ -1033,7 +1033,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:37 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Bar3DChart.html b/doc/Axlsx/Bar3DChart.html
index a1b1487e..2ee02ac2 100644
--- a/doc/Axlsx/Bar3DChart.html
+++ b/doc/Axlsx/Bar3DChart.html
@@ -1141,7 +1141,7 @@ width.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/BarSeries.html b/doc/Axlsx/BarSeries.html
index fb16bba7..2faf6ddf 100644
--- a/doc/Axlsx/BarSeries.html
+++ b/doc/Axlsx/BarSeries.html
@@ -683,7 +683,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Border.html b/doc/Axlsx/Border.html
index da23f5f5..87cf8a05 100644
--- a/doc/Axlsx/Border.html
+++ b/doc/Axlsx/Border.html
@@ -743,7 +743,7 @@ cells.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/BorderPr.html b/doc/Axlsx/BorderPr.html
index 058a03ca..2b537514 100644
--- a/doc/Axlsx/BorderPr.html
+++ b/doc/Axlsx/BorderPr.html
@@ -675,7 +675,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/CatAxis.html b/doc/Axlsx/CatAxis.html
index f7fa02ab..68c9bdcb 100644
--- a/doc/Axlsx/CatAxis.html
+++ b/doc/Axlsx/CatAxis.html
@@ -735,7 +735,7 @@ based on the data that is used for the axis labels, not a specific choice.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/CatAxisData.html b/doc/Axlsx/CatAxisData.html
index 70e505e6..66f9714f 100644
--- a/doc/Axlsx/CatAxisData.html
+++ b/doc/Axlsx/CatAxisData.html
@@ -379,7 +379,7 @@ typed list of cells.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Cell.html b/doc/Axlsx/Cell.html
index b99fb502..28d2ca2a 100644
--- a/doc/Axlsx/Cell.html
+++ b/doc/Axlsx/Cell.html
@@ -1128,7 +1128,7 @@ the each sheet.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/CellAlignment.html b/doc/Axlsx/CellAlignment.html
index 7d071f50..1112c3b9 100644
--- a/doc/Axlsx/CellAlignment.html
+++ b/doc/Axlsx/CellAlignment.html
@@ -1197,7 +1197,7 @@ Right-to-Left</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:50 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/CellProtection.html b/doc/Axlsx/CellProtection.html
index 0e231d64..f5e52480 100644
--- a/doc/Axlsx/CellProtection.html
+++ b/doc/Axlsx/CellProtection.html
@@ -538,7 +538,7 @@ spreadsheet.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:50 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/CellStyle.html b/doc/Axlsx/CellStyle.html
index 8a469a4b..9453f335 100644
--- a/doc/Axlsx/CellStyle.html
+++ b/doc/Axlsx/CellStyle.html
@@ -912,7 +912,7 @@ the outline it is to be applied to.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Chart.html b/doc/Axlsx/Chart.html
index c017f7ca..9f7fbffa 100644
--- a/doc/Axlsx/Chart.html
+++ b/doc/Axlsx/Chart.html
@@ -1616,7 +1616,7 @@ markers</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:37 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Color.html b/doc/Axlsx/Color.html
index 9ea589ac..4a6ca01a 100644
--- a/doc/Axlsx/Color.html
+++ b/doc/Axlsx/Color.html
@@ -634,7 +634,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/ContentType.html b/doc/Axlsx/ContentType.html
index d89927b6..c8f74857 100644
--- a/doc/Axlsx/ContentType.html
+++ b/doc/Axlsx/ContentType.html
@@ -318,7 +318,7 @@ package package.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:50 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Core.html b/doc/Axlsx/Core.html
index d12bac9f..c32d9095 100644
--- a/doc/Axlsx/Core.html
+++ b/doc/Axlsx/Core.html
@@ -444,7 +444,7 @@ time when this method is called.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:37 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/DataTypeValidator.html b/doc/Axlsx/DataTypeValidator.html
index 11225234..c17110cc 100644
--- a/doc/Axlsx/DataTypeValidator.html
+++ b/doc/Axlsx/DataTypeValidator.html
@@ -306,7 +306,7 @@ types or the block passed returns false</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Default.html b/doc/Axlsx/Default.html
index 898601b5..8bc61719 100644
--- a/doc/Axlsx/Default.html
+++ b/doc/Axlsx/Default.html
@@ -540,7 +540,7 @@ specified.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Drawing.html b/doc/Axlsx/Drawing.html
index 51c5008a..e714b0a6 100644
--- a/doc/Axlsx/Drawing.html
+++ b/doc/Axlsx/Drawing.html
@@ -1207,7 +1207,7 @@ refer to that method for documentation.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:37 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Fill.html b/doc/Axlsx/Fill.html
index 38b18ba8..8e39074d 100644
--- a/doc/Axlsx/Fill.html
+++ b/doc/Axlsx/Fill.html
@@ -438,7 +438,7 @@ pattern for cells.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:37 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Font.html b/doc/Axlsx/Font.html
index 8b6156c5..6eaedb71 100644
--- a/doc/Axlsx/Font.html
+++ b/doc/Axlsx/Font.html
@@ -1495,7 +1495,7 @@ dependant values</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/GradientFill.html b/doc/Axlsx/GradientFill.html
index e29c0524..7d8ab921 100644
--- a/doc/Axlsx/GradientFill.html
+++ b/doc/Axlsx/GradientFill.html
@@ -985,7 +985,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:50 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/GradientStop.html b/doc/Axlsx/GradientStop.html
index e17bba97..6600c02a 100644
--- a/doc/Axlsx/GradientStop.html
+++ b/doc/Axlsx/GradientStop.html
@@ -503,7 +503,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:50 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/GraphicFrame.html b/doc/Axlsx/GraphicFrame.html
index be8ce3fa..953750a4 100644
--- a/doc/Axlsx/GraphicFrame.html
+++ b/doc/Axlsx/GraphicFrame.html
@@ -615,7 +615,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Line3DChart.html b/doc/Axlsx/Line3DChart.html
index efeaea3e..dca339ba 100644
--- a/doc/Axlsx/Line3DChart.html
+++ b/doc/Axlsx/Line3DChart.html
@@ -967,7 +967,7 @@ width.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/LineSeries.html b/doc/Axlsx/LineSeries.html
index 4ba5b171..6037d9a3 100644
--- a/doc/Axlsx/LineSeries.html
+++ b/doc/Axlsx/LineSeries.html
@@ -580,7 +580,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Marker.html b/doc/Axlsx/Marker.html
index 610eb316..a6459408 100644
--- a/doc/Axlsx/Marker.html
+++ b/doc/Axlsx/Marker.html
@@ -821,7 +821,7 @@ attach to.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:37 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/NumFmt.html b/doc/Axlsx/NumFmt.html
index 173c94aa..78cb7732 100644
--- a/doc/Axlsx/NumFmt.html
+++ b/doc/Axlsx/NumFmt.html
@@ -534,7 +534,7 @@ attributes.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/OneCellAnchor.html b/doc/Axlsx/OneCellAnchor.html
index b3d7a91c..699362dd 100644
--- a/doc/Axlsx/OneCellAnchor.html
+++ b/doc/Axlsx/OneCellAnchor.html
@@ -941,7 +941,7 @@ ppi resolution</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:50 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Override.html b/doc/Axlsx/Override.html
index af349ffe..62854d43 100644
--- a/doc/Axlsx/Override.html
+++ b/doc/Axlsx/Override.html
@@ -527,7 +527,7 @@ specified.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Package.html b/doc/Axlsx/Package.html
index df054277..bac1e040 100644
--- a/doc/Axlsx/Package.html
+++ b/doc/Axlsx/Package.html
@@ -866,7 +866,7 @@ instance is returned.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:36 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/PatternFill.html b/doc/Axlsx/PatternFill.html
index e6b5fa3e..0872337e 100644
--- a/doc/Axlsx/PatternFill.html
+++ b/doc/Axlsx/PatternFill.html
@@ -651,7 +651,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Pic.html b/doc/Axlsx/Pic.html
index 6e99b241..9a3e868e 100644
--- a/doc/Axlsx/Pic.html
+++ b/doc/Axlsx/Pic.html
@@ -1569,7 +1569,7 @@ rowOff</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:37 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Pie3DChart.html b/doc/Axlsx/Pie3DChart.html
index 93e662a4..c55fb0b3 100644
--- a/doc/Axlsx/Pie3DChart.html
+++ b/doc/Axlsx/Pie3DChart.html
@@ -471,7 +471,7 @@ that you can add to your worksheet.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/PieSeries.html b/doc/Axlsx/PieSeries.html
index b3b8333c..b5b68aa9 100644
--- a/doc/Axlsx/PieSeries.html
+++ b/doc/Axlsx/PieSeries.html
@@ -682,7 +682,7 @@ series.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/RegexValidator.html b/doc/Axlsx/RegexValidator.html
index 20182d2a..8bd05908 100644
--- a/doc/Axlsx/RegexValidator.html
+++ b/doc/Axlsx/RegexValidator.html
@@ -254,7 +254,7 @@ the value is invalid</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Relationship.html b/doc/Axlsx/Relationship.html
index c99f45a4..d85fdca8 100644
--- a/doc/Axlsx/Relationship.html
+++ b/doc/Axlsx/Relationship.html
@@ -528,7 +528,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Relationships.html b/doc/Axlsx/Relationships.html
index c0811bdb..19be3c8d 100644
--- a/doc/Axlsx/Relationships.html
+++ b/doc/Axlsx/Relationships.html
@@ -321,7 +321,7 @@ are related.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/RestrictionValidator.html b/doc/Axlsx/RestrictionValidator.html
index 9822a2a2..de186747 100644
--- a/doc/Axlsx/RestrictionValidator.html
+++ b/doc/Axlsx/RestrictionValidator.html
@@ -282,7 +282,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Row.html b/doc/Axlsx/Row.html
index 605336b7..5a31a337 100644
--- a/doc/Axlsx/Row.html
+++ b/doc/Axlsx/Row.html
@@ -878,7 +878,7 @@ into columns</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Scaling.html b/doc/Axlsx/Scaling.html
index 66f20a5e..dac7a339 100644
--- a/doc/Axlsx/Scaling.html
+++ b/doc/Axlsx/Scaling.html
@@ -712,7 +712,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/SerAxis.html b/doc/Axlsx/SerAxis.html
index bd7e6573..96225393 100644
--- a/doc/Axlsx/SerAxis.html
+++ b/doc/Axlsx/SerAxis.html
@@ -612,7 +612,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Series.html b/doc/Axlsx/Series.html
index 496fbfa3..eccfec7f 100644
--- a/doc/Axlsx/Series.html
+++ b/doc/Axlsx/Series.html
@@ -676,7 +676,7 @@ index of the series.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:37 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/SeriesTitle.html b/doc/Axlsx/SeriesTitle.html
index 6a687fb7..1fa9f7d7 100644
--- a/doc/Axlsx/SeriesTitle.html
+++ b/doc/Axlsx/SeriesTitle.html
@@ -276,7 +276,7 @@ chart titles.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Styles.html b/doc/Axlsx/Styles.html
index f60cee9b..4ca95767 100644
--- a/doc/Axlsx/Styles.html
+++ b/doc/Axlsx/Styles.html
@@ -1676,7 +1676,7 @@ p.serialize(f)</pre>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/TableStyle.html b/doc/Axlsx/TableStyle.html
index be6dc553..c5a4cc6d 100644
--- a/doc/Axlsx/TableStyle.html
+++ b/doc/Axlsx/TableStyle.html
@@ -676,7 +676,7 @@ a valid workbook are created.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/TableStyleElement.html b/doc/Axlsx/TableStyleElement.html
index 84e7ca4e..f1db21cb 100644
--- a/doc/Axlsx/TableStyleElement.html
+++ b/doc/Axlsx/TableStyleElement.html
@@ -648,7 +648,7 @@ secondRowStripe, firstColumnStripe, or secondColumnStripe.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:41 2011 by
+ Generated on Sun Nov 27 22:10:50 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/TableStyles.html b/doc/Axlsx/TableStyles.html
index fd467102..2ab1516a 100644
--- a/doc/Axlsx/TableStyles.html
+++ b/doc/Axlsx/TableStyles.html
@@ -567,7 +567,7 @@ objects.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Title.html b/doc/Axlsx/Title.html
index e2cbfc5f..382c15f2 100644
--- a/doc/Axlsx/Title.html
+++ b/doc/Axlsx/Title.html
@@ -519,7 +519,7 @@ remove the cell reference.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:37 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/TwoCellAnchor.html b/doc/Axlsx/TwoCellAnchor.html
index 68e7ba13..85724ce2 100644
--- a/doc/Axlsx/TwoCellAnchor.html
+++ b/doc/Axlsx/TwoCellAnchor.html
@@ -931,7 +931,7 @@ are 0 and 0 respectively</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:50 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/ValAxis.html b/doc/Axlsx/ValAxis.html
index 2b892a4f..c343cbdf 100644
--- a/doc/Axlsx/ValAxis.html
+++ b/doc/Axlsx/ValAxis.html
@@ -515,7 +515,7 @@ be one of [:between, :midCat]</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/ValAxisData.html b/doc/Axlsx/ValAxisData.html
index 93a6c803..1d33c028 100644
--- a/doc/Axlsx/ValAxisData.html
+++ b/doc/Axlsx/ValAxisData.html
@@ -307,7 +307,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:39 2011 by
+ Generated on Sun Nov 27 22:10:49 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/View3D.html b/doc/Axlsx/View3D.html
index 6d14ad06..db4243f5 100644
--- a/doc/Axlsx/View3D.html
+++ b/doc/Axlsx/View3D.html
@@ -933,7 +933,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Workbook.html b/doc/Axlsx/Workbook.html
index f614f82b..ecc84f97 100644
--- a/doc/Axlsx/Workbook.html
+++ b/doc/Axlsx/Workbook.html
@@ -1448,7 +1448,7 @@ is used.</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:38 2011 by
+ Generated on Sun Nov 27 22:10:48 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Worksheet.html b/doc/Axlsx/Worksheet.html
index ce910115..31fdb97c 100644
--- a/doc/Axlsx/Worksheet.html
+++ b/doc/Axlsx/Worksheet.html
@@ -2099,7 +2099,7 @@ by using an array for the :styles option</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:40 2011 by
+ Generated on Sun Nov 27 22:10:50 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/Axlsx/Xf.html b/doc/Axlsx/Xf.html
index 911b8ba0..5f4fa9ca 100644
--- a/doc/Axlsx/Xf.html
+++ b/doc/Axlsx/Xf.html
@@ -1717,7 +1717,7 @@ applies to cellXfs items</p>
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:37 2011 by
+ Generated on Sun Nov 27 22:10:47 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/_index.html b/doc/_index.html
index 1a25f952..2350cb4f 100644
--- a/doc/_index.html
+++ b/doc/_index.html
@@ -662,7 +662,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:36 2011 by
+ Generated on Sun Nov 27 22:10:45 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/file.LICENSE.html b/doc/file.LICENSE.html
index 0112b808..60ffdd2a 100644
--- a/doc/file.LICENSE.html
+++ b/doc/file.LICENSE.html
@@ -77,7 +77,7 @@ DEALINGS IN THE SOFTWARE.</p>
</div></div>
<div id="footer">
- Generated on Sun Nov 27 22:08:36 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/file.README.html b/doc/file.README.html
index cf258999..54f393c0 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -90,7 +90,7 @@ With Axlsx you can create worksheets with charts, images, automated column width
<p>**7. Add jpg, gif and png images to worksheets</p>
-<p>**8. Build in mixin with Active record. simply add acts_as_xlsx to you models and they will support to_xlsx</p>
+<p>**8. Built in mixin with Active record. simply add acts_as_xlsx to you models and they will support to_xlsx if you add this gem to your Rails3 project</p>
<h2>Installing</h2>
@@ -347,7 +347,7 @@ licensed under the MIT license. Please see the <a href="file.LICENSE.html" title
</div></div>
<div id="footer">
- Generated on Sun Nov 27 22:08:36 2011 by
+ Generated on Sun Nov 27 22:10:46 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/index.html b/doc/index.html
index cf258999..a2b1007f 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -90,7 +90,7 @@ With Axlsx you can create worksheets with charts, images, automated column width
<p>**7. Add jpg, gif and png images to worksheets</p>
-<p>**8. Build in mixin with Active record. simply add acts_as_xlsx to you models and they will support to_xlsx</p>
+<p>**8. Built in mixin with Active record. simply add acts_as_xlsx to you models and they will support to_xlsx if you add this gem to your Rails3 project</p>
<h2>Installing</h2>
@@ -347,7 +347,7 @@ licensed under the MIT license. Please see the <a href="file.LICENSE.html" title
</div></div>
<div id="footer">
- Generated on Sun Nov 27 22:08:36 2011 by
+ Generated on Sun Nov 27 22:10:45 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>
diff --git a/doc/top-level-namespace.html b/doc/top-level-namespace.html
index eff78eb4..977baae5 100644
--- a/doc/top-level-namespace.html
+++ b/doc/top-level-namespace.html
@@ -94,7 +94,7 @@
</div>
<div id="footer">
- Generated on Sun Nov 27 22:08:41 2011 by
+ Generated on Sun Nov 27 22:10:50 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.9.3).
</div>