1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
<html>
<head>
<title>Spreadsheet::WriteExcel Documentation</title>
</head>
<body bgcolor="#FFFFCC">
<br>
<h3>This is a collection of some useful information and documentation in relation to Spreadsheet::WriteExcel.</h3>
<p>
The main Spreadsheet::WriteExcel <a href="WriteExcel.html">documentation</a>.
</p>
<p>
Some <a href="examples.html">screenshots</a> of the output from the <a href="../examples/README">example</a> programs.
</p>
<p>
Examples of numerical formats for use with the set_num_format() method:
<ul>
<li><a href="number_formats1.html">General numerical formats.</a>
<li><a href="number_formats2.html">Conditional numerical formats.</a>
</ul>
</p>
<p>
The Spreadsheet::WriteExcel <a href="./palette.html">colour palette</a>.
</p>
<p>
A <a href="./rgb5-97.html">comparison</a> of the Excel 5 and Excel 97+ colour palettes.
</p>
<p>
An article about Spreadsheet::WriteExcel appeared in <a href="http://www.tpj.com/">The Perl Journal</a>, Fall 2000. It is reprinted <a href="./tpj.html">here</a> by kind permission of Jon Orwant and The Perl Journal.
</p>
<p>
Peter Dintelmann and Christian Kirsch wrote an article entitled <A HREF="http://www.heise.de/ix/artikel/2001/06/175/">Excel-Dateien mit Perl erstellen - Controller im Glck</A> for theGerman Unix/web journal <A HREF="http://www.heise.de/ix/">iX</A>.
</p>
<p>
The Spreadsheet::WriteExcel documentation has been kindly translated to <a HREF="http://member.nifty.ne.jp/hippo2000/perltips/Spreadsheet/WriteExcel.htm">Japanese</a> by Takanori Kawai, the author of the <a HREF="http://search.cpan.org/search?dist=Spreadsheet-ParseExcel">Spreadsheet::ParseExcel</a> and <a HREF="http://search.cpan.org/search?dist=OLE-Storage_Lite">OLE::Storage_Lite</a> modules.
</p>
<p>
<a href="./install.html">Installation instructions</a>.
</p>
</body>
</html>
|