http://stackoverflow.com/questions/4674116/are-there-any-open-source-spreadsheet-implementations-in-smalltalk-which-are-use

El 17/06/2013 11:17, Sven Van Caekenberghe escribió:
Hi,

Is there an easy way to view tabular data in Pharo, much like a spreadsheet ?

Ideally, something along the following lines

        MagicTableView new
                headings: #( name age sex score );
                data: <some collection>;
                open.

Can spec be used for this ?

Pointing me to some relevant example in the image is OK too ;-)

Thx,

Sven


--
Sven Van Caekenberghe
http://stfx.eu
Smalltalk is the Red Pill


.



Reply via email to