From 253672d6c5b7725b3ba8859cfd5768e2c95a887e Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 17 五月 2024 16:55:53 +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 e658569..c937392 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