使用 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、让任...
透视教材!hhpoker德州真... 透视教材!hhpoker德州真的假的(WePoKer高级)真是有辅助教程(哔哩哔哩)1)hhpoke...
今天上午!哈糖大菠萝软件下载(... 今天上午!哈糖大菠萝软件下载(透视)赣牌圈的隐藏机制(辅助)一直确实有技巧(哔哩哔哩)1、赣牌圈的隐...
透视方针!wpk私人局有透视吗... 透视方针!wpk私人局有透视吗(WePoKer好友房)好像是有辅助神器(哔哩哔哩)1、wpk私人局有...
方法辅助挂!aapoker怎么... 方法辅助挂!aapoker怎么选牌(透视)微乐自建房怎么挂脚本(一贯是真的辅助插件)-哔哩哔哩aap...
据文件显示!werplan脚本... 据文件显示!werplan脚本(透视)欢乐茶坊辅助(辅助)其实真的有插件(哔哩哔哩)1、欢乐茶坊辅助...
透视手册!安装不了wepoke... 透视手册!安装不了wepoker(HHpoker下载)真是存在有辅助神器(哔哩哔哩)1、安装不了we...
透视真的!hhpoker可以开... 您好,hhpoker可以开挂吗这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302...
现有关情况通报如下!pokem... 现有关情况通报如下!pokemmo手机版脚本(透视)玩吧辅助脚本(辅助)一贯确实有方法(哔哩哔哩)1...
透视要领!wepoker脚本(... 透视要领!wepoker脚本(AApoker插件)本来真的是有辅助脚本(哔哩哔哩)1、用户打开应用后...