Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dogeared/excel_kata
Excel column encoding and decoding problem used in coding challenge
https://github.com/dogeared/excel_kata
Last synced: about 18 hours ago
JSON representation
Excel column encoding and decoding problem used in coding challenge
- Host: GitHub
- URL: https://github.com/dogeared/excel_kata
- Owner: dogeared
- Created: 2015-06-24T21:25:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T03:18:07.000Z (over 7 years ago)
- Last Synced: 2024-04-15T13:19:42.115Z (7 months ago)
- Language: JavaScript
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# excel_kata
Excel column encoding and decoding problem used in coding challengeRefer to: [https://afitnerd.com/excel_kata/](https://afitnerd.com/excel_kata/) for more info
## build and test
```
npm install
npm test
```