summaryrefslogtreecommitdiffhomepage
path: root/doc/file.README.html
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-23 12:28:10 +0900
committerRandy Morgan <[email protected]>2011-11-23 12:28:10 +0900
commit6739c249e7bf3cf7d2132b2aa49b6faf6bebec29 (patch)
treec68e1527212c3665464debeebd2d97c127b0887e /doc/file.README.html
parent099a1d5a7824b7a6392bfe2f124ebeaf9d8122db (diff)
downloadcaxlsx-6739c249e7bf3cf7d2132b2aa49b6faf6bebec29.tar.gz
caxlsx-6739c249e7bf3cf7d2132b2aa49b6faf6bebec29.zip
-refactoring chart position and axis data/category for chart.
-additional specs and documentation improvements.
Diffstat (limited to 'doc/file.README.html')
-rw-r--r--doc/file.README.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/file.README.html b/doc/file.README.html
index e4129686..312220af 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -99,7 +99,7 @@ It enables the you to generate 100% valid xlsx files that include customised sty
<span class='require identifier id'>require</span> <span class='string val'>'axlsx'</span>
</pre>
-<p>A Simple Workbooka</p>
+<p>A Simple Workbook</p>
<pre class="code"> <span class='p identifier id'>p</span> <span class='assign token'>=</span> <span class='Axlsx constant id'>Axlsx</span><span class='colon2 op'>::</span><span class='Package constant id'>Package</span><span class='dot token'>.</span><span class='new identifier id'>new</span>
<span class='p identifier id'>p</span><span class='dot token'>.</span><span class='workbook identifier id'>workbook</span><span class='dot token'>.</span><span class='add_worksheet identifier id'>add_worksheet</span> <span class='do do kw'>do</span> <span class='bitor op'>|</span><span class='sheet identifier id'>sheet</span><span class='bitor op'>|</span>
@@ -205,10 +205,18 @@ It enables the you to generate 100% valid xlsx files that include customised sty
<h2>Changelog</h2>
<ul>
-<li><strong>October.22.11</strong>: 1.0.7 release
+<li><strong>October.?.13</strong>: 1.0.7 release preparation
<ul>
-<li>Updated serialization write test to verify write permissions and warn if it cannot run the test</li>
+<li>Updated serialization write test to verify write permissions and warn if it cannot run the test due to permission restrcitions.</li>
+<li>updated rake to include build, genoc and deploy tasks.</li>
+<li>rebuilt documentation.</li>
+<li>moved version constant to its own file</li>
+<li>fixed bug in SerAxis that was requiring tickLblSkip and tickMarkSkip to be boolean. Should be unsigned int.</li>
+<li>Review and improve docs</li>
+<li>rebuild of anchor positioning to remove some spagetti code. Chart now supports a start_at and end_at method that accept an arrar for col/row positioning. See example6 for an example. You can still pass :start_at and :end_at options to worksheet.add_chart.</li>
+<li>Added support for 3D options when creating a new chart. This lets you set the persective, rotation and other 3D attributes when using worksheet.add_chart</li>
+<li>Refactored cat and val axis data to keep series serialization a bit more DRY</li>
</ul>
</li>
</ul>
@@ -216,14 +224,6 @@ It enables the you to generate 100% valid xlsx files that include customised sty
<p>Please see the <a href="file.CHANGELOG.html" title="CHANGELOG">CHANGELOG</a> document for past release information.</p>
-<h2>On Deck</h2>
-
-<ul>
-<li>Verification with ruby 1.9.3</li>
-<li>Active Record support via package::serialize_ar so you can dump an AR result into a worksheet in one go.</li>
-</ul>
-
-
<h2>Copyright</h2>
<p>Axlsx &copy; 2011 by <a href="mailto:[email protected]">Randy Morgan</a>. Axlsx is
@@ -231,7 +231,7 @@ licensed under the MIT license. Please see the <a href="file.LICENSE.html" title
</div></div>
<div id="footer">
- Generated on Tue Nov 22 23:52:31 2011 by
+ Generated on Wed Nov 23 12:23:40 2011 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.7.3 (ruby-1.8.7).
</div>