jiangping
2024-05-17 44a0ef1620cad87479390900eb6ded041c7b8d7b
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);
    }