Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VincentBlondeau/Tabular
A migration of the project: http://ss3.gemtalksystems.com/ss/Tabular.html
https://github.com/VincentBlondeau/Tabular
Last synced: 3 days ago
JSON representation
A migration of the project: http://ss3.gemtalksystems.com/ss/Tabular.html
- Host: GitHub
- URL: https://github.com/VincentBlondeau/Tabular
- Owner: VincentBlondeau
- License: mit
- Created: 2018-11-25T03:19:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T07:43:42.000Z (about 1 year ago)
- Last Synced: 2024-10-31T07:24:30.869Z (20 days ago)
- Language: Smalltalk
- Size: 429 KB
- Stars: 13
- Watchers: 3
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pharo - Tabular - Support of common spreadsheets formats (CSV, XLSX, ODS). (Data interexchange format)
README
# 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