Re: Reg: POI-4.0 Issue

2018-12-20 Thread dillibabu venugopal
Hi , Thank you for your response, I will try with your advice and come back to you if I need further assistance on this. Thank you Regards, V. Dillibabu On Thu, Dec 20, 2018 at 4:29 AM Andreas Reichel < andr...@manticore-projects.com> wrote: > Good Morning again, > > it looks we are working

Re: error setting style

2018-12-20 Thread Rob Sargent
Off to a "Lab party" just now, but I hope to get you some chunks of my app (as broken). On 12/20/18 4:53 PM, Greg Woolsey wrote: I'm interested to see how you are creating the new sheet, wondering if something lost a reference to the StylesTable somehow. Since I have code that also

Re: error setting style

2018-12-20 Thread Greg Woolsey
I'm interested to see how you are creating the new sheet, wondering if something lost a reference to the StylesTable somehow. Since I have code that also manipulates styles and adds/removes cells, I'm interested to see if a bug was introduced or documentation needs improving, or perhaps some

Re: error setting style

2018-12-20 Thread Rob Sargent
I have circumvented the situation by using copyStyleFrom(). I posted because a) I'm setting styles on cell in a new sheet in the origin workbook - which to me contradicts the helpful hint and b) I had been doing exactly that in the recent pass. If you still want my code which generates the

how to instrument the apache bundles poi 4.0.0_1

2018-12-20 Thread Mills, Gary (GE Digital)
Thanks again! Really! Yeah, I just now sent a request to join / sign up to ServiceMix nabble , hopefully they'll let me in soon. -Original Message- From: Andreas Beeker Sent: Thursday, December 20, 2018 4:57 PM To: user@poi.apache.org Subject: EXT: Re: how to instrument the apache

Re: error setting style

2018-12-20 Thread Greg Woolsey
Can you provide a test case, sample code, or full stacktrace? How is the new sheet created? It looks to me from the code that the message means exactly what it says - the style you are trying to set and the cell you are trying to set it on come from different Workbook objects. Both the style and

how to instrument the apache bundles poi 4.0.0_1

2018-12-20 Thread Mills, Gary (GE Digital)
Andreas, please forgive me, I'm terribly sorry, but can you please tell me or direct me to where I can get support for the apache.servicemix.bundles ? -Original Message- From: Andreas Beeker Sent: Thursday, December 20, 2018 4:23 PM To: user@poi.apache.org Subject: EXT: Re: how to

how to instrument the apache bundles poi 4.0.0_1

2018-12-20 Thread Mills, Gary (GE Digital)
Ok, wow! Incredible! Thanks again Andreas. That poi-contrib module is all over the servicemix.bundle.poi in practically all the releases.  -Original Message- From: Andreas Beeker Sent: Thursday, December 20, 2018 4:23 PM To: user@poi.apache.org Subject: EXT: Re: how to instrument

Re: how to instrument the apache bundles poi 4.0.0_1

2018-12-20 Thread Andreas Beeker
I did that patch locally to validate some OSGI problems before POI 4.0.0 was released. I've seen that there's already a 4.0.0 version of the service mix bundle - as Dave suggested - but I haven't checked the differences. My hope was, that the patch might help you in fixing the service mix.

how to instrument the apache bundles poi 4.0.0_1

2018-12-20 Thread Mills, Gary (GE Digital)
Andreas, I'm sorry but I'm confused. Wondering if reply to emails got crossed. I'm trying to resolve dependencies for the apache.servicemix.bundle.poi , upgrading from 3.9_2 to 4.0.0_1 . Is this patch for me, for this fix? If so can I get it from Maven repos? The poi-contrib is bundled in

Re: how to instrument the apache bundles poi 4.0.0_1

2018-12-20 Thread Andreas Beeker
For POI 4.0.0, I've created a patch (http://people.apache.org/~kiwiwings/servicemix-poi-4.0.0.patch), feel free to use it as a starting point. I've just realized that there's a sandbox for Apache committers, maybe I should push my updates there ...

how to instrument the apache bundles poi 4.0.0_1

2018-12-20 Thread Mills, Gary (GE Digital)
Thanks Dave, will do. Not getting any response on this at all. It's on stacktrace, here, stacktrace super, If there are any folks out there successfully implementing servicemix bundle poi for 4.0.0_1 your help would be greatly appreciated. -Original Message- From: Dave Fisher

error setting style

2018-12-20 Thread Rob Sargent
I'm using 4.0.1 as of this morning hoping this would help.  I have recently begun to get: Exception in thread "main" java.lang.IllegalArgumentException: This Style does not belong to the supplied Workbook Styles Source. Are you trying to assign a style from one workbook to the cell of

setting style on new sheet, getting grief

2018-12-20 Thread Rob Sargent
I'm using 4.0.1 as of this morning hoping this would help.  I have recently begun to get: Exception in thread "main" java.lang.IllegalArgumentException: This Style does not belong to the supplied Workbook Styles Source. Are you trying to assign a style from one workbook to the cell of

Re: how to instrument the apache bundles poi 4.0.0_1

2018-12-20 Thread pj.fanning
This is the mailing list for the Apache POI project. The Service Mix POI bundle is not maintained by us. If you are working on maintaining projects with POI dependencies, I would recommend using POI 4.0,1 and removing anything to with poi-contrib which is not maintained. -- Sent from:

how to instrument the apache bundles poi 4.0.0_1

2018-12-20 Thread Mills, Gary (GE Digital)
Hey PJ, thanks for the reply. Is there a new release out? I'm working off of this link for the releases, I do not see a 4.0.1 but a 4.0.0_1 Please let me know, thanks https://mvnrepository.com/artifact/org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi -Original Message-