https://github.com/astares/pharo-excel
Experiment to work with Excel precision in Pharo.
https://github.com/astares/pharo-excel
excel pharo
Last synced: about 1 year ago
JSON representation
Experiment to work with Excel precision in Pharo.
- Host: GitHub
- URL: https://github.com/astares/pharo-excel
- Owner: astares
- Created: 2017-01-25T15:43:31.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T19:54:09.000Z (over 3 years ago)
- Last Synced: 2025-02-11T11:40:39.951Z (over 1 year ago)
- Topics: excel, pharo
- Language: Smalltalk
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pharo-Excel
Experiment to work with Excel precision in Pharo.
[](https://github.com/astares/Pharo-Excel/actions?query=workflow%3AUnit%20Tests)
[](https://codecov.io/gh/astares/Pharo-Excel/branch/main)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
Install
---------
```Smalltalk
Metacello new
repository: 'github://astares/Pharo-Excel:main/src';
baseline: 'Excel';
load
```