Update xl/README.md

This commit is contained in:
Hajiali 2024-12-26 10:55:47 +00:00
parent 5a97d84c0f
commit 5facab534d

View File

@ -2,6 +2,8 @@ example usage :
``` python
from xl import XL
file_path = "./1.xlsx"
sheet_name = "Sheet"
with XL(file_path) as excel_to_dict: