I have Perl applications which read and write to spreadsheets. I am using MS Office 2010 to write spreadsheets which are read by the applications.

I use the following Win32 modules:

use Win32; use Win32::OLE; use Win32::OLE::Const "Microsoft Excel .* Object Library";
Office 10 support ended last month (October). I think that Office was automatically updated at the end of October. When I try and start either Excel or Word I am getting messages like "Error 1706. Setup cannot find the required files" but it they will run when I use a Cancel option a number of times. I am not confident that if I solve this particular problem I will be able to do so if more arise in the future.

Rather than buying one of the versions of Office I am looking at the free alternatives such as LibreOffice. My initial tests seem to show that this can read and write .xls and .xlsx formatted spreadsheets.

Some questions:

Q1. If I use LibraOffice can I still use the Win modules listed above? If so is this likely to remain the case for at least a few years?

Q2. Are there any particular hidden traps that I should be aware of?


In reply to Using Spreadsheets from MS Office alternatives by merrymonk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.