Hi Theodore,

thx for your hint. I did view the podcast, but it didn't help very much (mostly 
since I'm not using D2W).

Nevertheless, I found the culprit.

I had 2 more linebreaks after the closing </wo:EGWrapper> tag in my template. I 
removed them and now everything works perfect. It seems to be the same as with 
ERPDFGenerator. If you have linebreaks after the closing </wo:ERPDFWrapper> 
tag, it doesn't work either.

C.U.CW
--
The three great virtues of a programmer are Laziness, Impatience and Hubris. 
(Randal Schwartz)

> On 01.06.2015, at 18:11, Theodore Petrosky <[email protected]> wrote:
> 
> did you view the podcast from June 9, 2009 “Using EREXcelLook”?
> 
> I thought I used it and just following the podcast resulted in a working app 
> that exported my data to excel.
> 
> 
> 
> On Jun 1, 2015, at 12:02 PM, CHRISTOPH WICK | i4innovation GmbH, Bonn 
> <[email protected]> wrote:
> 
>> Hi List,
>> 
>> after some years of not using it, I tried to use EGWrapper from Wonder's 
>> Excel framework today and unfortunately it doesn't work.
>> 
>> My HTML is pretty simple (this one copied from the example, doesn't work 
>> also):
>> 
>>> <wo:EGWrapper enabled="$true" fileName="InfoMaterialAbo.xls">
>>> <table name="Sheet 1" border="1" cellType="CELL_TYPE_NUMERIC" 
>>> cellFormat="0" >
>>>     <tr>
>>>             <td height="20" width="30" >1.1</td>
>>>             <td cellType="CELL_TYPE_STRING">AAA</td>
>>>     </tr>
>>>     <tr>
>>>             <td>1.2</td>
>>>             <td cellType="CELL_TYPE_STRING">2003.12.23</td>
>>>     </tr>
>>>     <tr>
>>>             <td>20</td>
>>>             <td>3.2</td>
>>>     </tr>
>>>     <tr>
>>>             <td >2.2</td>
>>>             <td cellType="CELL_TYPE_FORMULA" >sum(A1:A99)</td>
>>>     </tr>
>>> </table>
>>> </wo:EGWrapper>
>> 
>> 
>> 
>> I get a download of "InfoMaterialAbo.xls" but the file contains only two 
>> linebreaks - no table, no excel.
>> 
>> Excel-framework is included, EGWrapper tag is recognized. Did I miss 
>> something? Is there any other configuration necessary?
>> HTML table is generated, if enabled="$false".
>> 
>> Any ideas how to debug this?
>> 
>> C.U.CW
>> --
>> The three great virtues of a programmer are Laziness, Impatience and Hubris. 
>> (Randal Schwartz)
>> 
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      ([email protected])
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com
>> 
>> This email sent to [email protected]
> 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to