General Information

The gtksheet library is a fork of the GtkSheet widget included in the GTK+extra library. It includes the GtkSheet widget, a widget displaying a spreadsheet-like matrix and GtkItemEntry widget, a GtkEntry derivative to display data in the GtkSheet.

The library is writeen in C and requires GTK+ version 2.x. However python bindings for this library are available.

Getting gtksheet

You can download the latest gtksheet releases here.

The latest gtksheet release is gtksheet version 0.2.0: gtksheet-0.2.0.tar.gz

Finally, you can download the latest development code from the github.com repository using git:

$ git clone git://github.com/vhernandez/gtksheet.git

Documentation

GtkSheet documentation, written mainly by Victor Mierla is included with the source code and, for your convenience, it's available online here:

GtkSheet tutorial
Guide on how to use GtkSheet library.
GtkSheet reference
Reference documentatoin of the GtkSheet library API.

Reporting issues, getting support

Report problems using this software or request features in the issue tracker at github.com.

License

gtksheet is distributed under the GNU Library General Public License (LGPL) version 2.0. See COPYING file in the sources for details.

gtksheet documentation is distributed under the GNU Free Documentation License (GFDL) version 1.1. See docs/COPYING file in the sources for details.