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

RE: POI in .NET

2004-07-08 Thread Kais Dukes
Hi Avik Thats 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

RE: POI in .NET

2004-07-08 Thread Avik Sengupta
: 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/dist/poi-2.5.1-dev-20040708.dll The following C# code uses poi to create a new excel file.. it compiles

Re: POI in .NET

2004-07-08 Thread wolfgang unger
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 .. tested

RE: POI in .NET

2004-07-08 Thread Veit, Michael
... -Original Message- From: Avik Sengupta [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 9:50 AM 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

RE: POI in .NET

2004-07-08 Thread Veit, Michael
on the server which is not a good (secure) thing. -Original Message- From: wolfgang unger [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 10:10 AM To: POI Users List Subject: Re: POI in .NET Cool, but: I don't understand the sense... It is very much easier accessing Office with VB, C++ (C

Re: POI in .NET

2004-07-08 Thread Avik Sengupta
... It is very much easier accessing Office with VB, C++ (C# ?)and OLE. Why should I want to use the complex Poi stuff, when I can do it so simple like in VB without POI? I thought the only reason using POI isJava... Greetings wolfgang Have you yearned to use the wonders of POI in you .NET