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

相关内容

热门资讯

黑科技辅助挂!wepoker数... 黑科技辅助挂!wepoker数据分析工具,德普之星怎么开辅助,一直真的有挂(有挂技术)1、实时德普之...
为切实保障!智星菠萝辅助,德普... 为切实保障!智星菠萝辅助,德普之星私人局辅助器,本来是真的有挂(有挂讲解)1、每一步都需要思考,不同...
昨日!hhpoker辅助器视频... 昨日!hhpoker辅助器视频,德普辅助软件,确实是有挂(有挂透明挂)1、点击下载安装,德普辅助软件...
据玩家消息!wepoker游戏... 据玩家消息!wepoker游戏下载,德普之星辅助器,好像存在有挂(有挂教学)该软件可以轻松地帮助玩家...
2026版攻略!佛手在线是不是... 2026版攻略!佛手在线是不是有挂,红龙poker辅助,果然是有挂(有挂助手)红龙poker辅助脚本...
2026版攻略!wepoker... 2026版攻略!wepoker亲友圈有用吗,德普之星透视辅助软件下载,一直是有挂(有挂规律)进入游戏...
第三方技巧!德普辅助app,德... 第三方技巧!德普辅助app,德扑之心免费透视,都是真的有挂(有挂分析)1、德扑之心免费透视破解器简单...
黑科技辅助挂!wepoker开... 黑科技辅助挂!wepoker开脚本视频,德扑之星透视软件免费入口官网,其实真的是有挂(真是有挂)1、...
连日来!wepoker私人局透... 连日来!wepoker私人局透视插件,德扑之星怎么开辅助,本来真的是有挂(有挂分享)1、首先打开德扑...
黑科技技巧!wpk透视辅助靠谱... 黑科技技巧!wpk透视辅助靠谱吗,德扑之心免费透视,果然是有挂(有挂工具)1、下载好德扑之心免费透视...