Update xl/README.md
This commit is contained in:
parent
5a97d84c0f
commit
5facab534d
@ -2,6 +2,8 @@ example usage :
|
|||||||
|
|
||||||
|
|
||||||
``` python
|
``` python
|
||||||
|
from xl import XL
|
||||||
|
|
||||||
file_path = "./1.xlsx"
|
file_path = "./1.xlsx"
|
||||||
sheet_name = "Sheet"
|
sheet_name = "Sheet"
|
||||||
with XL(file_path) as excel_to_dict:
|
with XL(file_path) as excel_to_dict:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user