使用 com.alibaba:easyexcel 导出excel文件时遇到的问题
创始人
2024-12-29 08:10:52
0

1.字符长度超出限制

java.lang.IllegalArgumentException: The maximum length of cell contents (text) is 32,767 characters

解决方案:

1. 把字符串截取前32767个字符
/**  * sqlText 字段导出 excel 时的转化器  */ public class SqlTextConverter implements Converter {     @Override     public WriteCellData convertToExcelData(WriteConverterContext context) throws Exception {         // 截取 SQL 语句前 32767 个字符         WriteCellData cellData = new WriteCellData<>();         String sqlText = context.getValue();         String splitSqlText = sqlText.substring(0,32767);         cellData.setData(splitSqlText);         cellData.setType(CellDataTypeEnum.STRING);         cellData.setStringValue(splitSqlText);         return cellData;     } }  

在实体类上加上注解

    @ExcelProperty(value = "SQL 语句", converter = SqlTextConverter.class)     @ColumnWidth(100)     private String sqlText; 
2.项目启动时统一修改最大长度
import org.apache.poi.ss.SpreadsheetVersion; import org.springframework.boot.CommandLineRunner; import org.springframework.stereotype.Component;  import java.lang.reflect.Field;  /**  * 统一修改 excel 列最大长度  */ @Component public class ApplicationCommandLine implements CommandLineRunner {     @Override     public void run(String... args) throws Exception {         SpreadsheetVersion spreadsheetVersion = SpreadsheetVersion.EXCEL2007;         Field maxTextLength = spreadsheetVersion.getClass().getDeclaredField("_maxTextLength");         maxTextLength.setAccessible(true);         maxTextLength.set(spreadsheetVersion, Integer.MAX_VALUE);     } }  

相关内容

热门资讯

据文件显示!德州透视hhpok... 据文件显示!德州透视hhpoker,欢乐达人暗宝怎么获得,竟然真的有辅助app(哔哩哔哩)欢乐达人暗...
揭幕透视!哈糖大菠萝能开挂吗,... 揭幕透视!哈糖大菠萝能开挂吗,werplan辅助软件(透视)总是是有辅助脚本(哔哩哔哩)1、哈糖大菠...
透视方案!hhpoker德州有... 透视方案!hhpoker德州有挂吗(透视)切实是真的辅助平台(哔哩哔哩)hhpoker德州有挂吗是不...
有了最新消息!wepoker开... 有了最新消息!wepoker开辅助能查到吗,威信茶馆透视挂,都是是真的有辅助技巧(哔哩哔哩)1、操作...
辅助透视!pokemmo脚本,... 辅助透视!pokemmo脚本,来玩app破解(透视)本来一直都是有辅助工具(哔哩哔哩)来玩app破解...
透视方式!werplan有挂吗... 透视方式!werplan有挂吗(透视)果然存在有辅助神器(哔哩哔哩)1、werplan有挂吗公共底牌...
随着!wpk德州局透视,吉安小... 随着!wpk德州局透视,吉安小程序中至游戏辅助,一直真的有辅助插件(哔哩哔哩)1、吉安小程序中至游戏...
必备透视!菠萝德州透视脚本,约... 必备透视!菠萝德州透视脚本,约局吧怎么看有没有挂(透视)一直是有辅助方法(哔哩哔哩)1、游戏颠覆性的...
透视步骤!hhpoker免费辅... 透视步骤!hhpoker免费辅助器(透视)本来存在有辅助安装(哔哩哔哩)一、hhpoker免费辅助器...
解迷透视!pokermaste... 解迷透视!pokermaster修改器,uupoker透视(透视)果然真的有辅助app(哔哩哔哩)p...