Not there yet. . Post an [RFE] in bugzilla paste your email.  This would
be very easy to add, its just not at the top of my list (everything
formulas IS)

-andy

> 
> *how does one freeze a row so that it doesn't scroll?*
> 
> The code to do this in the Spreadsheet::WriteExcel module is:
>     my $workbook = Spreadsheet::WriteExcel->new($out_file);
>     my $worksheet = $workbook->addworksheet("Primers");
> 
>     # freeze the header row
>     $worksheet->freeze_panes(1, 0);
> 
> I don't see anything similar in HSSFSheet and HSSFRow.  I'm hoping I just
> missed it and there is a way to do it (as this is a crucial feature for my
> users).
> 
> If it is not there, please consider this an enhancement request for one.
> 
> Thanks much,
> Michael
> 
> -----------------------------
> Michael Peterson
> Systems Programmer, Scientific Computing Group
> Syngenta, Inc.
> Research Triangle Park, NC
> http://www.syngenta.com
> -----------------------------
> 
> "Five minutes after any agreement is signed with
> Microsoft they'll be thinking of how to violate
> the agreements. They're predators. They crush their
> competition. They crush new ideas. They stifle
> innovation. That's what they do."
> 
> -Thomas Reilly, attorney general of Massachusetts
> http://www.newsobserver.com/thursday/news/editorials/Story/839842p-827111c.html
> 
> 
-- 
http://www.superlinksoftware.com
http://jakarta.apache.org/poi - port of Excel/Word/OLE 2 Compound
Document 
                            format to java
http://developer.java.sun.com/developer/bugParade/bugs/4487555.html 
                        - fix java generics!
The avalanche has already started. It is too late for the pebbles to
vote.
-Ambassador Kosh

Reply via email to