pyspread - non-traditional Python spreadsheet application
Contents
Description
pyspread is a non-traditional spreadsheet application that is based on and written in the programming
language Python. The goal of pyspread is to be the most pythonic spreadsheet. Pyspread expects Python
expressions in its grid cells, which makes a spreadsheet specific language obsolete. Each cell returns a
Python object that can be accessed from other cells. These objects can represent anything including lists
or matrices.
Name
pyspread - non-traditional Python spreadsheet application
Options
This program follows the usual GNU command line syntax, with long options starting with two dashes ('-').
-h, --help
Show summary of options.
--version
Show version of program.
-dDIMENSIONS, --dimensions=DIMENSIONS
Size of empty table, which is initially created. DIMENSIONS has the format (Rows, Columns,
Tables). DIMENSIONS defaults to (1000, 100, 3).
Synopsis
pyspread [options] files ...
