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

相关内容

热门资讯

透视游戏!wpk软件是正规的吗... 透视游戏!wpk软件是正规的吗(透视)如何判断wpk辅助软件的真假-总是真的是有挂(哔哩哔哩)1、如...
透视玄学!微信小程序微乐辅助免... 透视玄学!微信小程序微乐辅助免费版,微乐小程序免费黑科技,方案教程(有挂辅助器)-哔哩哔哩微信小程序...
2026版教程!aapoker... 2026版教程!aapoker插件下载(透视)hhpoker德州真的假的-竟然真的是有挂(哔哩哔哩)...
于此同时!微乐游戏小程序辅助器... 于此同时!微乐游戏小程序辅助器免费,微乐小程序免费黑科技,妙招教程(有挂修改器)-哔哩哔哩1、游戏颠...
刚刚!wepoker有机器人吗... 刚刚!wepoker有机器人吗(透视)wepoker辅助插件功能-一直存在有挂(哔哩哔哩)1、wep...
据通报!微乐小程序微乐家乡辅助... 据通报!微乐小程序微乐家乡辅助器,微乐小程序黑科技,演示教程(有挂平台)-哔哩哔哩1、微乐小程序微乐...
透视黑科技!德扑圈有透视吗(透... 透视黑科技!德扑圈有透视吗(透视)德普之星私人局辅助器-都是存在有挂(哔哩哔哩)进入游戏-大厅左侧-...
有玩家发现!微乐自建房怎么挂脚... 有玩家发现!微乐自建房怎么挂脚本,微乐小程序免费黑科技,方针教程(有挂工具)-哔哩哔哩一、微乐自建房...
2026版规律!hhpoker... 2026版规律!hhpoker脚本(透视)hhpoker脚本下载-一贯是有挂(哔哩哔哩)在进入hhp...
据权威媒体报道!小程序微乐游戏... 据权威媒体报道!小程序微乐游戏辅助器,微乐小程序免费黑科技,技法教程(有挂工具)-哔哩哔哩;亲,关键...