From 0453494ccafdb7709095be13467856bb7ea1c87b Mon Sep 17 00:00:00 2001 From: Akira Date: Mon, 11 Nov 2024 09:21:22 +0900 Subject: [PATCH] Fix printing area and options step6 --- SumasenLibs/excel_lib/sumaexcel/sumaexcel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}