Re: https://metacpan.org/pod/OpenOffice::OODoc
[email protected] (hw) Sun, 28 Jan 2024 22:44:52 +0100
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2024-01-28 at 12:21 -0800, Jim Gibson via beginners wrote: > Check out the OpenOffice::OODoc module on CPAN: > <https://metacpan.org/pod/OpenOffice::OODoc::Intro> > > The documentation is a little sparse, especially with regard to “spreadsheet” mode, and I don’t have Libre Office on my system to test it out, but the following code produces an ods file that can be opened by Microsoft Excel with the expected content on my Mac Pro running perl version 5.34.3: Microsoft Excel can open Libreoffice ods files? Cool, your example works fine with libreoffice, too, thanks! That looks like a good start :) Hmm, cellValue() always puts text. How do I put numbers and formulars instead? The documentation is really unwieldy ...