Re: https://metacpan.org/pod/OpenOffice::OODoc

Mike <[email protected]> Tue, 30 Jan 2024 20:45:56 -0600
Newsgroups gmane.comp.lang.perl.beginners
Message-ID <[email protected]>
FWIW, in Spreadsheet::WriteExcel I do this:

$sheet = $book1 -> worksheets(2) -> {Name};
$sheet = $book1 -> worksheets($sheet);
$sheet -> Activate;

$sheet -> Range("B2") -> Activate;
$ex -> ActiveWindow -> {FreezePanes} = "True";


Mike


On 1/28/24 16:26, hw wrote:
> So how do I freeze rows/columns?


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/