diff --git a/SumasenLibs/excel_lib/sumaexcel/sumaexcel.py b/SumasenLibs/excel_lib/sumaexcel/sumaexcel.py index f02dbc5..070f4a8 100644 --- a/SumasenLibs/excel_lib/sumaexcel/sumaexcel.py +++ b/SumasenLibs/excel_lib/sumaexcel/sumaexcel.py @@ -1260,7 +1260,7 @@ class SumasenExcel: self.current_sheet.firstFooter = self.template_sheet.firstFooter # 用紙の向きと用紙サイズの検証 - self._verify_page_setup() + self._verify_print_settings() return {"status": True, "message": "Successfully copied template range"}