jiangping
2024-05-20 ed8ce63fd54a7c4ca734198e0b4d6f81a0b7af9e
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);
    }