Hello,
I want to create un Excel file.
I try to use xls-serializer like the converter user guide.
But it doesn't work.
My model.xpl :
<p:config xmlns:p="http://www.orbeon.com/oxf/pipeline"
xmlns:oxf="http://www.orbeon.com/oxf/processors">
<p:processor name="oxf:xls-serializer">
<p:input name="config">
<config template="oxf:/apps/JBIT-calculator/test.xls">
</config>
</p:input>
<p:input name="data">
<a>
<b>10</b>
</a>
</p:input>
<p:output name="data" id="xls-binary"/>
</p:processor>
<!-- Serialize -->
<p:processor name="oxf:http-serializer">
<p:input name="data" href="#xls-binary"/>
<p:input name="config">
<config>
<header>
<name>Content-Disposition</name>
<value>attachment; filename=test.xls</value>
</header>
</config>
</p:input>
</p:processor>
</p:config>
In my template test.xls I put this format : # ##0;"/a/b" in the first
cell of the first sheet. The second and the third sheet are empty.
But the excel file result has only the second and the third sheet. The
first was removed.
Can You help me ?
Thank you.
This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be copied,
disclosed to, retained or used by, any other party. If you are not an intended
recipient then please promptly delete this e-mail and any attachment and all
copies and inform the sender. Thank you.