Skip to content

Commit 022d9b9

Browse files
committed
update readme
1 parent 33d0cf1 commit 022d9b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Library to convert HTML Tables to Excel file.
88

99
## Usage
1010

11+
### Running from command line
12+
13+
```python -m html2excel input_file output_file```
14+
15+
### Using as package
1116
```python
1217
from html2excel import ExcelParser
1318

0 commit comments

Comments
 (0)