On 19 Jun 2013, at 02:26, Hernán Morales Durand <hernan.mora...@gmail.com> 
wrote:

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

Thanks Hernán, that looks quite good as well - but I am good for now.

> 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