From 0ac73f420f6920ef4445a838ea6ebd4e71549e87 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 17 五月 2024 16:57:10 +0800
Subject: [PATCH] 提交一把

---
 server/service/src/main/java/com/doumee/core/annotation/excel/ExcelToPdfToolNew.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/service/src/main/java/com/doumee/core/annotation/excel/ExcelToPdfToolNew.java b/server/service/src/main/java/com/doumee/core/annotation/excel/ExcelToPdfToolNew.java
index b1d574c..91a60aa 100644
--- a/server/service/src/main/java/com/doumee/core/annotation/excel/ExcelToPdfToolNew.java
+++ b/server/service/src/main/java/com/doumee/core/annotation/excel/ExcelToPdfToolNew.java
@@ -77,8 +77,8 @@
         }
 
     public static void main(String[] args) {
-        String inputExcelPath = "D:\\3.xlsx";
-        String outputPdfPath = "D:\\33.pdf";
+        String inputExcelPath = "D:\\4.xlsx";
+        String outputPdfPath = "D:\\44.pdf";
 
         excelToPdf(inputExcelPath, outputPdfPath);
     }

--
Gitblit v1.9.3