Clarified app usage in README.
This commit is contained in:
parent
0eeddb1c10
commit
bdb6ff3bda
10
README.md
10
README.md
@ -6,3 +6,13 @@ keyword.
|
|||||||
It will take a good look thru whole xlsx file and produce file with
|
It will take a good look thru whole xlsx file and produce file with
|
||||||
filtered data.
|
filtered data.
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
Program takes two parameters:
|
||||||
|
|
||||||
|
* ``-filename`` - path to file. Remember to quote it if it contains spaces!
|
||||||
|
* ``-keyword`` - keyword to search for.
|
||||||
|
|
||||||
|
Excelator will iterate thru all filled lines and cells and search for a
|
||||||
|
keyword. If it found a match - it will write this line to file
|
||||||
|
``filtered.xlsx`` which will be placed near binary (or in ``$PWD``).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user