server/service/src/main/java/com/doumee/core/annotation/excel/ExcelToPdfTool.java
@@ -13,8 +13,8 @@ public class ExcelToPdfTool { public static void main(String[] args) { String inputExcelPath = "D:\\1.xlsx"; String outputPdfPath = "D:\\555.pdf"; String inputExcelPath = "/temp/1.xlsx"; String outputPdfPath = "/temp/1..pdf"; /* Workbook workbook = new Workbook(); workbook.loadFromFile(inputExcelPath);