2024-12-26 11:54:06 +03:30
2024-12-26 11:54:06 +03:30
c
2024-12-26 11:53:26 +03:30
c
2024-12-26 11:53:26 +03:30
c
2024-12-26 11:53:26 +03:30

example usage :

file_path = "./1.xlsx"
sheet_name = "Sheet"
with XL(file_path) as excel_to_dict:
    data = excel_to_dict.sheet_to_dict(sheet_name)
print(data)
Description
No description provided
Readme 51 KiB
Languages
Python 100%