Skip to content

Commit

Permalink
Update application usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
medeiros committed Oct 1, 2019
1 parent d8d9de6 commit de2e252
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ For instance:
- A is equivalent to position 0
- K is equivalent to position 10
- AA is equivalent to position 26
- AZ is equivalent to position 51

Useful when working between Excel/CSV and Java positional referencing.

Expand All @@ -23,19 +24,17 @@ $ lein -uberjar

$ java -jar a1-positional-style-converter-0.1.0-standalone.jar [args]

- arg0: <c1 value | positional value>
- arg1: <to-pos|to-ci>
- arg0: <pos|a1>
- arg1: <pos value|a1 value>

## Examples

$ java -jar a1-positional-style-converter-0.1.0-standalone.jar C to-pos
$ java -jar a1-positional-style-converter-0.1.0-standalone.jar a1 C
returns 2

$ java -jar a1-positional-style-converter-0.1.0-standalone.jar 10 to-c1
$ java -jar a1-positional-style-converter-0.1.0-standalone.jar pos 10
returns K

### Improvements

## License

Copyright © 2019 medeiros
Expand Down

0 comments on commit de2e252

Please sign in to comment.