Tabular

Description

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

Details

Source
GitHub
License
MIT
Stars
14
Forks
8
Created
Nov. 25, 2018
Updated
Jan. 7, 2025

README excerpt

# 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.

```st
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
← Back to results