On Thu, 22 Sep 2011, Lan, Hongying wrote:
1.) Is there any value in sharing this code with the community. My instinct says yes, but not knowing what's the future for CellUtil in general, I can't be sure. There could be solutions in the works that would address the issues I encountered already.

I'd suggest you open a new bug in bugzilla, and post the code there

Personally I don't use CellUtil (I normally code everything directly to get full control), but I believe lots of people do so it'll hopefully be helpful to them!

2.) Since, the CellUtil.java class I wrote only works for XSSF workbooks, it obviously can't replace the one in the POI packages right now. Any advice on how to or where would be the best place to share my code if it's deemed worthy enough.

If you could, ensure that the bits that need to work with concrete classes (rather than interfaces) are small and in the same place. That should make it easier for someone to come along later and add equivalent HSSF support

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to