Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# excel_kata
Excel column encoding and decoding problem used in coding challenge

Refer to: [https://afitnerd.com/excel_kata/](https://afitnerd.com/excel_kata/) for more info

## build and test

```
npm install
npm test
```