Most Powerful Open Source ERP

Open Office

Some data about Open Office.
  • Last Update:2016-05-16
  • Version:001
  • Language:en

Some data about Open Office.

Table of Contents

General

  • OpenOffice Menu for firefox provides quick access to the vast OOo site
  • A great start page (broken link : http://kosh.datateamsys.com/~danny/OOo/OOoForumAnswers-2005-03-19-01.txt) to code snippets

UNO

PyUNO

  • PyUNO bridge documentation

FilterData

Passing FilterData to conversion functions of openoffice requires a bit tricky way.

  filterOptions = uno.Any("[]com.sun.star.beans.PropertyValue", (
    PropertyValue( "ExportFormFields", 0, False, 0),
  ),)

Related Articles