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)
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]
