使用 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挂(透视)wepokerplus开挂-总是真的有挂(哔哩哔哩)wepoker...
第八分钟插件!微乐小程序黑科技... 第八分钟插件!微乐小程序黑科技,微乐小程序辅助器免费(开挂)真是真的有挂(2026);1、操作简单,...
经调查!微乐小程序黑科技免费,... 经调查!微乐小程序黑科技免费,微乐小程序免费黑科技,资料教程(有挂辅助)-哔哩哔哩1、超多福利:超高...
据权威媒体报道!epoker透... 据权威媒体报道!epoker透视底牌(透视)约局吧透视脚本-总是真的是有挂(哔哩哔哩)1、完成约局吧...
第1分钟开挂!微乐小程序黑科技... 第1分钟开挂!微乐小程序黑科技,微乐自建房辅助神器怎么安装(开挂)本来存在有挂(2026)1)微乐小...
透视脚本!广西微乐小程序脚本,... 透视脚本!广西微乐小程序脚本,微乐小程序免费黑科技,模块教程(有挂辅助器)-哔哩哔哩1、微乐小程序免...
据公告内容!wpk软件是真的吗... 据公告内容!wpk软件是真的吗(透视)wpk真吗-一贯存在有挂(哔哩哔哩)1、许多玩家不知道wpk软...
十分钟下载!微乐小程序免费黑科... 十分钟下载!微乐小程序免费黑科技,微乐自建房免费脚本哪个最好用(开挂)果然是真的挂(2026)1、游...
透视教程!微乐贵阳足鸡麻将开挂... 透视教程!微乐贵阳足鸡麻将开挂,微乐小程序黑科技,手筋教程(有挂工具)-哔哩哔哩1、起透看视 微乐贵...
此事引发广泛关注!智星德州辅助... 此事引发广泛关注!智星德州辅助译码插件靠谱吗(透视)智星菠萝有挂吗-确实存在有挂(哔哩哔哩)此事引发...