How to use LibreOffice 4.0.0 SDK APIs?

Hi,

I’m new to programming in open source community, and have to know how to use the SDK exactly and it’s APIs for C++ programming. How to go about it as a beginner?

May I also ask,

Does the SDK directory contain samples?

Like code samples on:
How to insert a header text,
How to change font

For Excel code samples like:
How to select a row,
How to insert a row,
How to edit a cell,
How to resize a column,
How to insert a formula,
How to sort a column of text.
How to change ‘content type’ of a cell to number / text

To answer your question, I would look at finding out:

  • how to import the sdk library into your c++ project so you can actually use the sdk in your c++ project, and go from there.

For further help you can:

  1. Go to the directory where you installed the SDK.
  2. search through the subdirectories and look for directories named something like “documentation / tutorial / samples /”.

There should be some good information there to save you from having to rely too much on waiting for answers.

regards.