RE: Use POI to call Excel macro

2006-07-28 Thread Chaudhary, Harsh
OK, I will take your word for it. I need to call a macro every time I run a jUnit test as my reference data comes from an Excel spreadsheet from an actuary. But the codebase itself is installed on a UNIX machine. Harsh. -Original Message- From: KHZ (SAW) [mailto:[EMAIL PROTECTED] Sent:

Re: Use POI to call Excel macro

2006-07-28 Thread Oytun Askin (GMail)
Hey there, try JaCob , they seem to have a good way of communicating with most MS products from Java. They are also mutli-thread aware. The website is http://www.sourceforge.net/projects/jacob-project i beileve. Good luck, hope this helps. On 7/28/06, Chaudhary, Harsh [EMAIL PROTECTED] wrote:

RE: Use POI to call Excel macro

2006-07-28 Thread Chaudhary, Harsh
Message- From: Oytun Askin (GMail) [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 11:22 AM To: POI Users List Subject: Re: Use POI to call Excel macro Hey there, try JaCob , they seem to have a good way of communicating with most MS products from Java. They are also mutli-thread aware

RE: Use POI to call Excel macro

2006-07-28 Thread Anthony Andrews
they can be added to the code base. Oh well, I guess I will have to make my local box point to the other tiers for testing them. Harsh. -Original Message- From: Oytun Askin (GMail) [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 11:22 AM To: POI Users List Subject: Re: Use POI

RE: Use POI to call Excel macro

2006-07-28 Thread Chaudhary, Harsh
Message- From: Anthony Andrews [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 11:34 AM To: POI Users List Subject: RE: Use POI to call Excel macro Which IDE do you use? If you use Eclipse and are lucky enough to have the SWT package installed - I think that it is a part of the core