html/en/doc_en.html in writeexcel-1.0.1 vs html/en/doc_en.html in writeexcel-1.0.2
- old
+ new
@@ -701,11 +701,11 @@
<p>The <code>sheets</code> method returns a list, or a sliced list, of the worksheets in a workbook.</p>
<p>If no arguments are passed the method returns a list of all the worksheets in the workbook. This is useful if you want to repeat an operation on each worksheet:</p>
<pre>
- workbook.sheets.each do |worksheet|
+ workbook.sheets.each do |worksheet|
print worksheet.name
end
</pre>
<p>You can also specify a slice list to return one or more worksheet objects:</p>
@@ -5828,10 +5828,11 @@
autofilter.rb Examples of worksheet autofilters.
bigfile.rb Write past the 7MB limit with OLE::Storage_Lite.
chart_area.rb A demo of area style charts.
chart_bar.rb A demo of bar (vertical histogram) style charts.
chart_column.rb A demo of column (histogram) style charts.
+ chart_legend.rb A demo of chart with/without legend.
chart_line.rb A demo of line style charts.
chart_pie.rb A demo of pie style charts.
chart_scatter.rb A demo of scatter style charts.
chart_stock.rb A demo of stock style charts.
chess.rb An example of reusing formatting via properties.
@@ -5855,17 +5856,19 @@
merge5.rb An advanced example of merging with formatting.
merge6.rb An example of merging with Unicode strings.
outline.rb An example of outlines and grouping.
outline_collapsed.rb An example of collapsed outlines.
panes.rb An examples of how to create panes.
+ password_protection.rb An example of sheet protection by password.
properties.rb Add document properties to a workbook.
properties_jp.rb Add document properties in Japanese to a workbook.
protection.rb Example of cell locking and formula hiding.
repeat.rb Example of writing repeated formulas.
right_to_left.rb Change default sheet direction to right to left.
row_wrap.rb How to wrap data from one worksheet onto another.
sales.rb An example of a simple sales spreadsheet.
+ stats.rb A simple example of how to use functions.
stocks.rb Demonstrates conditional formatting.
tab_colors.rb Example of how to set worksheet tab colours.
write_arrays.rb Example of writing 1D or 2D arrays of data.
</pre>
@@ -5929,10 +5932,10 @@
<p>Please note that the provision of this information does not constitute an invitation to start hacking at the BIFF or OLE file formats. There are more interesting ways to waste your time. ;-)</p>
<h1><a class='u' href='#___top' title='click to go to top of document'
name="LICENSE"
>LICENSE</a></h1>
-<p>Same as Ruby.</p>
+<p>MIT Lisence.</p>
<h1><a class='u' href='#___top' title='click to go to top of document'
name="COPYRIGHT"
>COPYRIGHT</a></h1>