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); }