SPREADSHEET =========== For the latest updates to this readme file, see: http://openacs.org/xowiki/spreadsheet The lastest version of the code is available at the development site: http://github.com/tekbasse/spreadsheet introduction ------------ Spreadsheet provides procedures for building and using tables and spreadsheets in OpenACS. It is an OpenACS package that allows convenient building and interpreting of web-based sheets via tcl in a web page. Standard spreadsheets are not yet supported. license ------- Copyright (c) 2013 Benjamin Brink po box 20, Marylhurst, OR 97036-0020 usa email: kappa@dekka.com Spreadsheet is open source and published under the GNU General Public License, consistent with the OpenACS system: http://www.gnu.org/licenses/gpl.html A local copy is available at spreadsheet/LICENSE.html This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . features -------- Integrates well with Q-Forms or any web-based form processing. Tables can be represented as text, where each line is a row, and each cell is separated by a common or specified delimiter. Can manipulate Tcl list of lists for easy generation of reports. There are procedures for importing, rotating, and exporting tables in various formats.