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

https://github.com/h8nor/CellSpotter

Assistant when working with table data (VBA)
https://github.com/h8nor/CellSpotter

vba-excel vba-macros xlsx-spreadsheet

Last synced: 4 months ago
JSON representation

Assistant when working with table data (VBA)

Awesome Lists containing this project

README

        

[MS-PL License]://github.com/bopoh13/CellSpotter/blob/master/LICENSE

# Contributing code

We are happy to receive Pull Requests adding new features and solving bugs. As for new features,
please contact us before doing major work.

### Git setup

Download [client hook] to the local repository directory `REPO\.git\hooks` without extention `.sh`.

Since Windows and UNIX-based systems differ in terms of line endings, it is a very good idea
to configure git autocrlf settings.

* On *Windows* we recommend setting `core.autocrlf` to `true`.
``` bash
git config --global core.autocrlf true
```

* On *Mac* we recommend setting `core.autocrlf` to `input`.
``` bash
git config --global core.autocrlf input
```

### Code style guidelines

Please use 2 spaces for indentation.

[client hook]://gist.github.com/c55f1538454755fdff71fba0d686e371

# Questions & support

### Localization

CellSpotter base language is Russian. Maintaining English language not planned soon.

### Licensing

CellSpotter is licensed under the [MS-PL License].

#