static/openoffice/index.html (27 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en"> <head> <title>Apache SIS™ add-in for OpenOffice / LibreOffice</title> <meta charset="UTF-8"/> <link rel="stylesheet" type="text/css" href="openoffice.css"/> </head> <body> <h1>Apache <abbr>SIS</abbr>™ add-in for OpenOffice / LibreOffice</h1> <p> <a href="../">Apache <abbr>SIS</abbr></a> is a toolbox offering some Geographic Information System (<abbr>GIS</abbr>) services. <abbr title="Spatial Information System">SIS</abbr> is developed as an open source project under Apache 2 license and can be used as a foundation for independent projects. The <cite>add-in</cite> for <a href="http://www.openoffice.org">OpenOffice</a> or <a href="http://www.libreoffice.org/">LibreOffice</a> described here is a bridge for accessing some Apache <abbr>SIS</abbr> functionalities from Calc spreadsheet. Currently only coordinate operation services are (partially) made accessible, but we hope to open the add-in to more functionalities in the future. </p> <ul> <li><a href="install.html">Apache <abbr>SIS</abbr> add-in installation on OpenOffice / LibreOffice</a></li> <li><a href="formula.html">Formulas added to Calc by the add-in</a></li> <li><a href="example.ods">Spreadsheet example using add-in formulas</a></li> </ul> </body> </html>