Home
The Toolkit for Online Communities
15939 Community Members, 0 members online, 2391 visitors today
Log In Register

Spreadsheet

OpenACS Home : xowiki : Spreadsheet
Search · Index
Previous Month June 2013
Sun Mon Tue Wed Thu Fri Sat
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 (1) 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6

Popular tags

ad_form , ADP , ajax , aolserver , asynchronous , bgdelivery , bugtracker , COMET , cvs , debian , emacs , FreeBSD , includelets , install , installation , installers , javascript , libthread , linux , monitoring , nginx , oracle , osx , patches , performance , postgres , pound , redhat , selenium , ssl

No registered users in community xowiki
in last 30 minutes

Contributors

OpenACS.org

Spreadsheet

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 <http://www.gnu.org/licenses/>.

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.