jiangping
2024-05-17 0ac73f420f6920ef4445a838ea6ebd4e71549e87
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);
    }