<?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> |