cvs: peardoc /en/package/structures/structures-datagrid/structures-datagrid-renderer xls.xml
[email protected] ("Mark Wiesemann")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvswiesemann1199194788@cvsserver> |
wiesemann Tue Jan 1 13:39:48 2008 UTC
Modified files:
/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer
xls.xml
Log:
- documentation for new option
http://cvs.php.net/viewvc.cgi/peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml?r1=1.10&r2=1.11&diff_format=u
Index: peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml
diff -u peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml:1.10 peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml:1.11
--- peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml:1.10 Fri Nov 9 23:11:49 2007
+++ peardoc/en/package/structures/structures-datagrid/structures-datagrid-renderer/xls.xml Tue Jan 1 13:39:48 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<refentry id="package.structures.structures-datagrid.structures-datagrid-renderer.xls">
<refnamediv>
<refname>Structures_DataGrid_Renderer_XLS</refname>
@@ -190,6 +190,16 @@
<entry>null</entry>
</row>
<row>
+ <entry>version</entry>
+ <entry>int</entry>
+ <entry>If you don't pass a worksheet object to this renderer, you can set
+ the BIFF version with this option. The only accepted value by
+ Spreadsheet_Excel_Writer is 8 (for usage of the BIFF8 format). All other
+ values will lead to the older format (which is needed if you get errors
+ in Excel, e.g. about a broken file).</entry>
+ <entry>8</entry>
+ </row>
+ <row>
<entry>worksheet</entry>
<entry>object</entry>
<entry>Optional reference to a Spreadsheet_Excel_Writer_Worksheet object.