This commit is contained in:
wr
2025-04-27 14:39:20 +08:00
parent f73695af42
commit e875c872f0

View File

@@ -80,7 +80,7 @@ public class TimeUtil {
@PostConstruct @PostConstruct
public void init() throws IOException { public void init() throws IOException {
File file = new File("D:\\AJava\\sj.xlsx"); File file = new File("/usr/local/jar/sj.xlsx");
List<LineTimeDto> excelDataV = EasyExcel.read(file) List<LineTimeDto> excelDataV = EasyExcel.read(file)
.head(LineTimeDto.class) .head(LineTimeDto.class)
.sheet(0).doReadSync(); .sheet(0).doReadSync();