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

相关内容

热门资讯

安装程序教程“多乐游戏小程序辅... 安装程序教程“多乐游戏小程序辅助”附开挂神器辅助详细教程;打开点击测试直接进入微信(13670430...
教程辅助“越乡游义乌辅助器微信... 教程辅助“越乡游义乌辅助器微信免费”开挂(透视)辅助下载-知乎《详细加薇136704302咨询》游戏...
两分钟辅助“瓜瓜丰城手机辅助”... 瓜瓜丰城手机辅助 无需打开直接搜索微信:136704302本司针对手游进行,选择我们的四大理由: 1...
推荐十款“心悦透明器看手机纸牌... 推荐十款“心悦透明器看手机纸牌”附开挂平台辅助详细教程>>您好:软件加薇136704302中联系客服...
教程辅助“如何下载安装胡乐辅助... 教程辅助“如何下载安装胡乐辅助脚本”开挂(透视)辅助平台-哔哩哔哩如何下载安装胡乐辅助脚本ai黑科技...
十分钟辅助“德扑之星安卓插件”... 十分钟辅助“德扑之星安卓插件”开挂(透视)辅助插件2026新版技巧-知乎 【无需打开直接搜索加薇13...
教程辅助“免费天天贵阳辅助工具... 教程辅助“免费天天贵阳辅助工具”开挂(透视)辅助挂-知乎>>您好:软件加136704302中薇联系客...
查到实测辅助“财神十三章外挂真... 查到实测辅助“财神十三章外挂真的假的”附开挂插件辅助详细教程 >>您好:软件加薇136704302信...
六分钟辅助“欢乐情怀怎么开挂”... 六分钟辅助“欢乐情怀怎么开挂”开挂(透视)辅助插件技巧教程-哔哩哔哩;无需打开直接搜索打开薇:136...
教程辅助“斗城麻将微信有没有挂... 教程辅助“斗城麻将微信有没有挂”开挂(透视)辅助神器-哔哩哔哩您好:斗城麻将微信有没有挂这款游戏可以...