Skip to content
fosnola edited this page Aug 10, 2016 · 20 revisions

Introduction:

Libstaroffice is a new project for converting StarOffice v1-v5 files ; it is based on librevenge (see Document Liberation Project).

Note:

  • actually it is only at the early stages, it may be used to convert:
    • .sdc spreadsheet's files but it still ignores any macros, any embedded charts,
    • .sda/sdg graphic's files,
    • and basic .sdw files, i.e. it only tries to retrieve the page's formatting, the main text but ignores(or convert badly) any embedded pictures, ...
  • a online converter(which is better can be find at http://oooconv.free.fr/oooconv/oooconv_en.html.

Developers:

see https://github.com/fosnola/libstaroffice/wiki/Developers

Recognized Formats:

  1. .sda v3-v5 files: try to retrieve the different shapes, graphics, ...
  2. .sdc v3-v5 files: try only to retrieve the sheets' main content and graphics
  • the cells' text, value and formula with their formatting,
  • the column widths and the row heights,
  • the sheets' names,
  • the cells' comments,
  • the header/footer contents,
  • some embedded graphic and small text zone
  1. .sdw v3-v5 files: try only to retrieve the main text zone, i.e.
  • the page formatting, the header/footer
  • the main text zone
  • the annotation, the fields, the list but not the outline, ...
  • some tables in v3 are retrieved but not their formatting,
  • some pictures, ... are retrieved but there positions, size is still bad.
Clone this wiki locally