You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Paul Lee <pa...@skinnypigeon.com> on 2004/07/19 00:31:06 UTC

Can POI read (not create) split and freeze pane?

Hi all,

I am trying to use POI to find out if any WorkSheet has freeze/split panes
and where.

Searching the API, mailing list and web, the closest I find is HSSFSheet's
createFreezePane() and createSplitPane().  I can't find anything like
"getSplitPane()".

Any clue to point me to the right direction would be greatly appreciated.

Thanks,
Paul 


---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-user-help@jakarta.apache.org


RE: Can POI read (not create) split and freeze pane?

Posted by Paul Lee <pa...@skinnypigeon.com>.
I'll try, and will definitely patch it back should I succeed!

-----Original Message-----
From: Danny Mui [mailto:danny@muibros.com] 
Sent: Monday, July 19, 2004 10:12 AM
To: POI Users List
Subject: Re: Can POI read (not create) split and freeze pane?

I dont think HSSF has read on that.  Since I think we already have 
"write" in, shouldn't be too hard to do the read portion.

It's only java and should be fun, dig in!!


Paul Lee wrote:

> Hi all,
> 
> I am trying to use POI to find out if any WorkSheet has freeze/split panes
> and where.
> 
> Searching the API, mailing list and web, the closest I find is HSSFSheet's
> createFreezePane() and createSplitPane().  I can't find anything like
> "getSplitPane()".
> 
> Any clue to point me to the right direction would be greatly appreciated.
> 
> Thanks,
> Paul 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: poi-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-user-help@jakarta.apache.org


Re: Can POI read (not create) split and freeze pane?

Posted by Danny Mui <da...@muibros.com>.
I dont think HSSF has read on that.  Since I think we already have 
"write" in, shouldn't be too hard to do the read portion.

It's only java and should be fun, dig in!!


Paul Lee wrote:

> Hi all,
> 
> I am trying to use POI to find out if any WorkSheet has freeze/split panes
> and where.
> 
> Searching the API, mailing list and web, the closest I find is HSSFSheet's
> createFreezePane() and createSplitPane().  I can't find anything like
> "getSplitPane()".
> 
> Any clue to point me to the right direction would be greatly appreciated.
> 
> Thanks,
> Paul 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: poi-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-user-help@jakarta.apache.org