使用 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);     } }  

相关内容

热门资讯

透视透视!aapoker能控制... 透视透视!aapoker能控制牌吗(透视)永久脚本辅助app(详细辅助系统教程)小薇(透视辅助)致您...
1分钟了解!掌中乐游戏中心破解... 1分钟了解!掌中乐游戏中心破解版,皮皮跑胡子系统有鬼(一贯真的是有挂);1、超多福利:超高返利,海量...
透视插件"wpk透视... 透视插件"wpk透视辅助方法"详细辅助黑科技教程(总是存在有挂)1、玩家可以在wpk透视辅助方法软件...
透视线上!来玩app 德州 辅... 透视线上!来玩app 德州 辅助(透视)永久脚本辅助app(详细辅助切实教程)1、来玩app 德州 ...
3分钟了解!创思维app有挂吗... 3分钟了解!创思维app有挂吗,微信小程序财神十三脚本(好像真的有挂)1、3分钟了解!创思维app有...
透视系统"竞技联盟透... 透视系统"竞技联盟透视插件"详细辅助德州论坛(一贯真的是有挂);1、完成竞技联盟透视插件的残局,帮助...
透视免费!wepoker辅助是... 透视免费!wepoker辅助是真的吗(透视)永久脚本辅助软件(详细辅助可靠教程)1、首先打开wepo...
两分钟了解!微信小程序多乐跑作... 两分钟了解!微信小程序多乐跑作弊,广西友乐辅助器(一直是有挂)1、游戏颠覆性的策略玩法,独创攻略技巧...
透视好友"wepok... 透视好友"wepoker辅助分析器"详细辅助2025新版技巧(一直是有挂)1、每一步都需要思考,不同...
第一分钟了解!海商娱乐辅助器,... 第一分钟了解!海商娱乐辅助器,鱼乐达人辅助修改器(本来是有挂);1、进入游戏-大厅左侧-新手福利-激...