【修改】 excel 错误
This commit is contained in:
@@ -12,7 +12,7 @@ import pc.exam.pp.module.judgement.controller.admin.Wps.dto.WpsWordReqDto;
|
|||||||
import pc.exam.pp.module.judgement.service.wps_excel.JudgementWpsExcelService;
|
import pc.exam.pp.module.judgement.service.wps_excel.JudgementWpsExcelService;
|
||||||
import pc.exam.pp.module.judgement.service.wps_pptx.JudgementWpsPptxService;
|
import pc.exam.pp.module.judgement.service.wps_pptx.JudgementWpsPptxService;
|
||||||
import pc.exam.pp.module.judgement.service.wps_word.JudgementWpsWordService;
|
import pc.exam.pp.module.judgement.service.wps_word.JudgementWpsWordService;
|
||||||
import pc.exam.pp.module.judgement.utils.wps_excel.vo.ExcelInfoReqVo;
|
//import pc.exam.pp.module.judgement.utils.wps_excel.vo.ExcelInfoReqVo;
|
||||||
import pc.exam.pp.module.judgement.utils.wps_excel.vo.XlsxVO;
|
import pc.exam.pp.module.judgement.utils.wps_excel.vo.XlsxVO;
|
||||||
import pc.exam.pp.module.judgement.utils.wps_excel.vo.xlsx_all.XlsxAllDataReqVo;
|
import pc.exam.pp.module.judgement.utils.wps_excel.vo.xlsx_all.XlsxAllDataReqVo;
|
||||||
import pc.exam.pp.module.judgement.utils.wps_excel.vo.xlsx_drawing.XlsxInfoVo;
|
import pc.exam.pp.module.judgement.utils.wps_excel.vo.xlsx_drawing.XlsxInfoVo;
|
||||||
@@ -79,13 +79,13 @@ public class WpsController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
// /**
|
||||||
* wps xlsx
|
// * wps xlsx
|
||||||
* @return 判分
|
// * @return 判分
|
||||||
*/
|
// */
|
||||||
@GetMapping("/runWpsXlsx")
|
// @GetMapping("/runWpsXlsx")
|
||||||
public CommonResult<List<ExcelInfoReqVo>> runWpsXlsx(String path) throws Exception {
|
// public CommonResult<List<ExcelInfoReqVo>> runWpsXlsx(String path) throws Exception {
|
||||||
return CommonResult.success(judgementWpsExcelService.programmingWpsExcel(path));
|
// return CommonResult.success(judgementWpsExcelService.programmingWpsExcel(path));
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user