Re: Help with EGWrapper / generated Excel file is always empty

2015-06-01 Thread Klaus Berkling

> On Jun 1, 2015, at 10:16 AM, CHRISTOPH WICK | i4innovation GmbH, Bonn 
> mailto:c...@i4innovation.de>> wrote:
> 
> thx for your hint. I did view the podcast, but it didn't help very much 
> (mostly since I'm not using D2W).

You don’t have to go full D2W.

Here is some sample code: 
https://github.com/kiberkli/Conference/blob/master/Sources/com/dyned/conf/comp/VenueAttendeesPage.java
 

… but you probably want the whole project.

Search for 'Excel’.

Hope this helps. ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Help with EGWrapper / generated Excel file is always empty

2015-06-01 Thread CHRISTOPH WICK | i4innovation GmbH, Bonn
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  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  
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  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 
>  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):
>> 
>>> 
>>> >> cellFormat="0" >
>>> 
>>> 1.1
>>> AAA
>>> 
>>> 
>>> 1.2
>>> 2003.12.23
>>> 
>>> 
>>> 20
>>> 3.2
>>> 
>>> 
>>> 2.2
>>> sum(A1:A99)
>>> 
>>> 
>>> 
>> 
>> 
>> 
>> 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  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com
>> 
>> This email sent to tedp...@yahoo.com
> 



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  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Help with EGWrapper / generated Excel file is always empty

2015-06-01 Thread Theodore Petrosky
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 
 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):
> 
>> 
>> > >
>>  
>>  1.1
>>  AAA
>>  
>>  
>>  1.2
>>  2003.12.23
>>  
>>  
>>  20
>>  3.2
>>  
>>  
>>  2.2
>>  sum(A1:A99)
>>  
>> 
>> 
> 
> 
> 
> 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  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com
> 
> This email sent to tedp...@yahoo.com


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

This email sent to arch...@mail-archive.com

Help with EGWrapper / generated Excel file is always empty

2015-06-01 Thread CHRISTOPH WICK | i4innovation GmbH, Bonn
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):

> 
> 
>   
>   1.1
>   AAA
>   
>   
>   1.2
>   2003.12.23
>   
>   
>   20
>   3.2
>   
>   
>   2.2
>   sum(A1:A99)
>   
> 
> 



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)



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  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com