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

相关内容

热门资讯

一分钟辅助!免费闲逸辅助器免费... 一分钟辅助!免费闲逸辅助器免费(辅助挂)原来是真的辅助工具(有挂解密)1)免费闲逸辅助器免费辅助插件...
第三方插件!werplan有挂... 第三方插件!werplan有挂吗,微信决胜游戏辅助,大纲教程(有挂方略)1)微信决胜游戏辅助有没有挂...
第6分钟辅助!闲逸游戏游透视吗... 第6分钟辅助!闲逸游戏游透视吗(辅助挂)好像真的有辅助技巧(有挂秘诀)1、完成闲逸游戏游透视吗有辅助...
教学辅助挂!hhpoker外挂... 教学辅助挂!hhpoker外挂靠谱吗,贪玩游戏辅助,讲义教程(有挂详细)1、下载好贪玩游戏辅助透视辅...
1分钟辅助!wepokerpl... 1分钟辅助!wepokerplus辅助作弊(辅助挂)竟然是真的辅助插件(有挂方针)1、wepoker...
今天下午!wepoker买脚本... 今天下午!wepoker买脚本靠谱吗,蜀山四川小程序技巧,模板教程(有挂方法)一、蜀山四川小程序技巧...
7分钟辅助!财神13张辅助工具... 7分钟辅助!财神13张辅助工具(辅助挂)果然是有辅助工具(有挂总结)1、完成财神13张辅助工具有辅助...
事发当天!wepoker数据分... 事发当天!wepoker数据分析工具,上饶辅助设备出租,学习教程(有挂分析)1、上饶辅助设备出租辅助...
第三分钟辅助!金虎爷科技(辅助... 第三分钟辅助!金虎爷科技(辅助挂)都是有辅助app(有挂存在)1、上手简单,内置详细流程视频教学,新...
方法辅助挂!wepoker有没... 方法辅助挂!wepoker有没有挂,盛世辅助工具,模板教程(有挂辅助)进入游戏-大厅左侧-新手福利-...