Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 73dcc89

Browse files
committed
增加密码
1 parent 12ae73a commit 73dcc89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎1.excel_decrypt.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ def excel_decrypt(src_file: str, password: str, del_src: bool = False)->bool:
6363

6464

6565
if __name__ == "__main__":
66-
print(excel_decrypt(r"C:\Users\eason\Desktop\test\decrypt\t1.xls", password="111111,123456,121212", del_src=True))
67-
print(excel_decrypt(r"C:\Users\eason\Desktop\test\decrypt\t2.xlsx", password="111111,123456,121212", del_src=True))
66+
print(excel_decrypt(r"C:\Users\eason\Desktop\test\decrypt\t1.xls", password="111111,123456,121212,12345678", del_src=True))
67+
print(excel_decrypt(r"C:\Users\eason\Desktop\test\decrypt\t2.xlsx", password="111111,123456,121212,12345678", del_src=True))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /