使用 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、玩家可以在wepoker...
教你透视!智星菠萝透视,红龙p... 教你透视!智星菠萝透视,红龙poker辅助器免费观看(透视)好像存在有辅助app(哔哩哔哩)1、进入...
分享一款!微乐小程序黑科技(外... 分享一款!微乐小程序黑科技(外挂),微乐陕西小程序辅助总是有挂助手1、完成微乐小程序黑科技辅助器v3...
随着!wpk辅助器是真的吗,胡... 随着!wpk辅助器是真的吗,胡乐麻将辅助,本来真的有辅助app(哔哩哔哩)1、起透看视 胡乐麻将辅助...
透视窍门!wepoker辅助器... 透视窍门!wepoker辅助器官方(透视)好像存在有辅助辅助器(哔哩哔哩)在进入wepoker辅助器...
避坑细节!微乐小程序免费黑科技... 避坑细节!微乐小程序免费黑科技(外挂),收集微乐小程序游戏破解器确实有挂头条微乐小程序免费黑科技透视...
详情透视!pokemmo内置修... 详情透视!pokemmo内置修改器,pokemmo手机脚本(透视)竟然是真的有辅助app(哔哩哔哩)...
据目击者称!pokemmo辅助... 据目击者称!pokemmo辅助脚本,功夫川麻插件,切实真的是有辅助工具(哔哩哔哩)1、pokemmo...
透视积累!安装不了wepoke... 您好,安装不了wepoker这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】...
实测必看!!微信小程序免费黑科... 实测必看!!微信小程序免费黑科技(外挂),微信小程序微乐安徽辅助本来有挂方法微信小程序免费黑科技脚本...