[Haskell-cafe] Announce: lhae-0.0.3

Alexander Bau abau at imn.htwk-leipzig.de
Wed Sep 29 09:13:21 EDT 2010


lhae[1] is a spreadsheet program. It features a simple formula language 
and some basic statistical methods, like descriptive statistics and pivot
tables. 

0.0.2 -> 0.0.3:
---------------

Improvements:
- Right click menu at columns/row headers and cells
- Insert rows/columns between exisiting rows/columns
- Boolean values
- New functions: ==,/=,<,<=,>,>=,not
- If-then-else expressions
- New constants: true,false,pi
- Filtering of columns/rows
- Relative references
- Copy formulas into multiple cells

Fixed bugs:
- Import from csv files
- Table updates when deleting/inserting rows/columns
- When closing tables: no more "Want to save?" queries on already saved  
tables

[1] http://hackage.haskell.org/package/lhae



More information about the Haskell-Cafe mailing list