VincentBlondeau / Tabular

A migration of the project: http://ss3.gemtalksystems.com/ss/Tabular.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabular

A migration of the project: http://ss3.gemtalksystems.com/ss/Tabular.html

Installation

To install this project run the following script in a playground.

Metacello new
	baseline: 'Tabular';
	repository: 'github://VincentBlondeau/Tabular';
	load

Architectural diagram: http://www.gliffy.com/go/publish/6148167

Roadmap: https://app.asana.com/0/16103295515099

XLSX format

http://standards.iso.org/ittf/PubliclyAvailableStandards/c061750_ISO_IEC_29500-1_2012.zip

Simple step-by step introduction into basics of XLSX from Brian Jones:

http://blogs.msdn.com/b/brian_jones/archive/2006/11/02/simple-spreadsheetml-file-part-1-of-3.aspx http://blogs.msdn.com/b/brian_jones/archive/2006/11/15/simple-spreadsheetml-file-part-2-of-3.aspx http://blogs.msdn.com/b/brian_jones/archive/2007/05/29/simple-spreadsheetml-file-part-3-formatting.aspx

Releases

0.4: ODS import

0.3: XLSX export

0.2: XLSX import

About

A migration of the project: http://ss3.gemtalksystems.com/ss/Tabular.html

License:MIT License


Languages

Language:Smalltalk 100.0%