c++ app samples that communicates with libreoffice, to work with a CALC doc.

Stephan Bergmann sbergman at redhat.com
Mon Sep 29 05:49:13 PDT 2014


On 09/29/2014 02:26 PM, nicholas ferguson wrote:
> I'm working up an independent c++ app (win32 console application) that talks
> to Libreoffice, "preferably via pipes"... and will open, close and manage a
> Calc spreadsheet. This is a proof of concept..to see if LibreOffice can add
> value.  Can anyone send me a sample.  sample can be for a linux or windows
> platform.

The LO SDK (see <http://api.libreoffice.org/docs/install.html> for 
installation details) contains 
examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp/, a C++ application 
that internally uses LO via "UNO Simple Bootstrap" aka 
<https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/C%2B%2B/Transparent_Use_of_Office_UNO_Components> 
to open an empty spreadsheet.

Stephan


More information about the LibreOffice mailing list