[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: io package / odsread with UNO interface
From: |
Stefan Mahr |
Subject: |
Re: io package / odsread with UNO interface |
Date: |
Mon, 18 Mar 2013 22:53:23 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 |
PhilipNienhuis wrote:
> chk_spreadsheet_support ("" , 3, "/usr/share/libreoffice")
Thanks, works like a charm.
> If you just need to read ods files I'd suggest using the jOpenDocument class
> lib ("JOD"). It's currently in version 1.3rc1, it's GPL and it's by far the
> fastest .ods interface (unless you need to read really really big files,
> only then may UNO be faster).
I decided to try UNO because it should support xls files as well.
Stefan