Re: POI in .NET

2004-07-19 Thread acoliver
the above email. > From: Avik Sengupta <[EMAIL PROTECTED]> > Reply-To: "POI Developers List" <[EMAIL PROTECTED]> > Date: 14 Jul 2004 16:37:01 +0530 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: POI in .NET >=20 > I ran the POI tests

Re: POI in .NET

2004-07-14 Thread Avik Sengupta
I ran the POI tests on the 2.0-final version, and attached are the results. Most tests pass, and given the massive change in paradigm, i think this looks good. Will look at the one's that don't. To give you a flavour of why tests fail, the testFloat in TestFormulas fail with "1.5*5.1!=1.5*5.099

RE: POI in .NET

2004-07-08 Thread Avik Sengupta
t; Sent: 08 July 2004 14:50 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: POI in .NET > > Have you yearned to use the wonders of POI in you .NET applications? > Well, then yearn no more. POI compiled into a .NET dll is available at > > http://www.apache.org/~avik/d

RE: POI in .NET

2004-07-08 Thread Kais Dukes
Hi Avik That’s really cool. Is this just HSSF, or Word as well?? Kind Regards, Kais -Original Message- From: Avik Sengupta [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 14:50 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: POI in .NET Have you yearned to use the wonders of POI

POI in .NET

2004-07-08 Thread Avik Sengupta
Have you yearned to use the wonders of POI in you .NET applications? Well, then yearn no more. POI compiled into a .NET dll is available at http://www.apache.org/~avik/dist/poi-2.5.1-dev-20040708.dll The following C# code uses poi to create a new excel file.. it compiles and runs successfully ..