ver Jan5thv2

tested correctness of merging
This commit is contained in:
David Chang
2024-01-05 16:08:29 +08:00
parent 26b7d9010d
commit fbb4918734
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -172,3 +172,4 @@ snapshots
branch_flag
branch-config
*.syncthing.*.tmp
cache

View File

@@ -1,5 +1,5 @@
from .table import compare_table
from .table import check_sheet_list, check_xlsx_freeze, check_zoom
from .table import check_sheet_list, check_xlsx_freeze, check_xlsx_zoom
from .docs import find_default_font, contains_page_break, compare_docx_files, compare_docx_tables, compare_line_spacing, compare_insert_equation
from .docs import compare_font_names, compare_subscript_contains, has_page_numbers_in_footers
from .docs import is_first_line_centered, check_file_exists, compare_contains_image

View File

@@ -22,3 +22,4 @@ openpyxl
python-docx
python-pptx
pypdf
PyGetWindow