Login   Register  
PHP Classes
elePHPant
Icontem

File: cfg-test.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alexander Selifonov  >  PHPExcel wrapper for populating XLS files with user data  >  cfg-test.xml  >  Download  
File: cfg-test.xml
Role: Auxiliary data
Content type: text/plain
Description: Configuration file sample (XML)
Class: PHPExcel wrapper for populating XLS files with user data
Generate Excel spreadsheets from templates
Author: By
Last change:
Date: 2010-07-07 05:16
Size: 781 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?>
<printdef>
  <version>1.0</version>
  <title>CPrintFormXls using example</title>
  <description>Sample format for testing</description>
  <dateformat>dd/mm/yyyy</dateformat>
  <stringcharset>WINDOWS-1251</stringcharset>
  <templatefile>template-test.xls</templatefile>
  <sheets>
   <sheet offset="0">
    <field name="last_name" col="3" row="5" type="string" convert="AddBraces" />
    <field name="first_name" col="3" row="7" type="string" />
    <field name="birthdate" col="3" row="9" type="date" />
    <field name="address" col="3" row="11" type="string "/>
    <field name="resident" col="3" row="13" type="bool" />
    <field name="resident" col="5" row="13" type="bool-invert" />
   </sheet>
  </sheets>
</printdef>