Skip to content

Commit

Permalink
add xlsx file
Browse files Browse the repository at this point in the history
  • Loading branch information
PhamMinhTan1122 committed Sep 3, 2023
1 parent 9fe07b0 commit b40aa86
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
tests/
*.docx
*xlsx
__pycache__
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if __name__ == "__main__":
parser = argparse.ArgumentParser(prog="main.py")
parser.add_argument("-d", "--docx", help="filename.docx path(s)")
parser.add_argument("-x", "--xlsx", default="./QuizizzSampleSpreadsheetUpdated.xlsx", help="filename.xlsx path(s)")
parser.add_argument("-x", "--xlsx", default="./template.xlsx", help="filename.xlsx path(s)")
parser.add_argument("--answer-table", default=False, action=argparse.BooleanOptionalAction, help="--annswer-table if your file has answer table format")
args = parser.parse_args()
# Check input user
Expand Down
Binary file added template.xlsx
Binary file not shown.

0 comments on commit b40aa86

Please sign in to comment.