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)
- Host: GitHub
- URL: https://github.com/h8nor/CellSpotter
- Owner: h8nor
- License: ms-pl
- Created: 2018-11-21T11:55:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T17:29:09.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:18:26.157Z (8 months ago)
- Topics: vba-excel, vba-macros, xlsx-spreadsheet
- Language: Visual Basic
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - h8nor/CellSpotter - Assistant when working with table data (VBA) (Visual Basic)
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].
#