MrShi
2025-06-27 3b41ed97d0f72cfd58de069da283f2f7ee3f09a5
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);