保存进度!
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
 * @Author: Kane Wang <wangkane@qq.com>
 | 
					 * @Author: Kane Wang <wangkane@qq.com>
 | 
				
			||||||
 * @Date: 2025-08-09 01:09:26
 | 
					 * @Date: 2025-08-09 01:09:26
 | 
				
			||||||
 * @LastEditors: Kane Wang
 | 
					 * @LastEditors: Kane Wang
 | 
				
			||||||
 * @LastModified: 2025-08-11 11:15:35
 | 
					 * @LastModified: 2025-08-11 15:54:24
 | 
				
			||||||
 * @FilePath: src/main/java/com/cpic/xim/east/utils/DataFileConverter.java
 | 
					 * @FilePath: src/main/java/com/cpic/xim/east/utils/DataFileConverter.java
 | 
				
			||||||
 * @Description:
 | 
					 * @Description:
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
@@ -28,10 +28,14 @@ public class DataFileConverter
 | 
				
			|||||||
    private static Logger logger = LoggerFactory.getLogger( DataFileConverter.class );
 | 
					    private static Logger logger = LoggerFactory.getLogger( DataFileConverter.class );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
 | 
					     * 将txt格式的east数据文件,转换成excel文件。
 | 
				
			||||||
 | 
					     * 逐行转换,每行数据用split拆分。
 | 
				
			||||||
 | 
					     * 使用SXSSFWorkbook格式的对象。用于转换超大规模excel文件。
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
     * @param eastDataFilePath
 | 
					     * @param eastDataFilePath east数据文件路径
 | 
				
			||||||
     * @param xlsxFilePath
 | 
					     * @param xlsxFilePath     输出的excel文件路径
 | 
				
			||||||
     * @param spliterString
 | 
					     * @param spliterString    数据单元正则表达式分隔符
 | 
				
			||||||
 | 
					     * @param sheetName        sheet名称
 | 
				
			||||||
     * @throws FileNotFoundException
 | 
					     * @throws FileNotFoundException
 | 
				
			||||||
     * @throws IOException
 | 
					     * @throws IOException
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user