fix: 87532 外来标准法规文本库--导出/带文件导出--excel不能直接打开
This commit is contained in:
+2
-2
@@ -1551,8 +1551,8 @@ public class LawsCommonServiceImpl implements ILawsCommonService {
|
|||||||
|
|
||||||
// 创建Excel
|
// 创建Excel
|
||||||
ByteArrayOutputStream excelOutputStream = new ByteArrayOutputStream();
|
ByteArrayOutputStream excelOutputStream = new ByteArrayOutputStream();
|
||||||
XSSFWorkbook workbook = new XSSFWorkbook();
|
HSSFWorkbook workbook = new HSSFWorkbook();
|
||||||
XSSFSheet sheet = workbook.createSheet(sheetName);
|
HSSFSheet sheet = workbook.createSheet(sheetName);
|
||||||
|
|
||||||
// Excel填充内容
|
// Excel填充内容
|
||||||
Row headerRow = sheet.createRow(0);
|
Row headerRow = sheet.createRow(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user