jiangping
2024-05-17 253672d6c5b7725b3ba8859cfd5768e2c95a887e
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);
    }