Pharo-Excel

Description

Experiment to work with Excel precision in Pharo.

Details

Source
GitHub
Dialect
pharo (65% confidence)
Created
Jan. 25, 2017
Updated
Jan. 21, 2023
Topics
excel pharo

README excerpt

# Pharo-Excel

Experiment to work with Excel precision in Pharo.

[![Unit Tests](https://github.com/astares/Pharo-Excel/workflows/Unit%20Tests/badge.svg?branch=main)](https://github.com/astares/Pharo-Excel/actions?query=workflow%3AUnit%20Tests)
[![Coverage Status](https://codecov.io/github/astares/Pharo-Excel/coverage.svg?branch=main)](https://codecov.io/gh/astares/Pharo-Excel/branch/main)


[![Pharo 7](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 8](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 9](https://img.shields.io/badge/Pharo-9.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)


Install
---------

```Smalltalk
Metacello new 
	repository: 'github://astares/Pharo-Excel:main/src';
	baseline: 'Excel';
	load 	
```	
← Back to results