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

相关内容

热门资讯

六分钟阶段!新祥心挂机(透视)... 六分钟阶段!新祥心挂机(透视)详细开挂辅助安装(有挂解密);无需打开直接搜索加薇136704302(...
科技介绍!we poker辅助... 科技介绍!we poker辅助器v3.3,hhpoker视频巡查真的假的,攻略教程(有人有挂)1、下...
透视系统!wepoker软件辅... 您好:wepoker软件辅助程序这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很...
五瞬间熟悉!随意玩辅助器(透视... 五瞬间熟悉!随意玩辅助器(透视)往昔有开挂辅助平台(有挂规律);无需打开直接搜索加薇13670430...
7分钟烘培!微乐小程序自建房辅... 7分钟烘培!微乐小程序自建房辅助器下载(透视)详细开挂辅助软件(真是有挂)1、下载安装好微乐小程序自...
重大推荐!微乐小程序多功能修改... 重大推荐!微乐小程序多功能修改器,超级三加一辅助工具,高科技教程(今日头条);无需打开直接搜索加(薇...
透视透明!pokemmo内置修... 透视透明!pokemmo内置修改器(透视)原本有开挂辅助安装(有挂秘籍);无需打开直接搜索加(薇:1...
十刹那理解!大唐麻将开挂软件(... 十刹那理解!大唐麻将开挂软件(透视)最初有开挂辅助插件(有挂工具)1、下载安装好大唐麻将开挂软件,进...
第五分钟窍要!财神13章脚本安... 第五分钟窍要!财神13章脚本安全吗(透视)详细开挂辅助挂(有挂解惑)1、下载安装好财神13章脚本安全...
透明肯定!西兵辅助器,xpok... 透明肯定!西兵辅助器,xpoker辅助助手,软件教程(有挂方法);无需打开直接搜索加(薇:13670...