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

相关内容

热门资讯

揭幕透视!fishpoker透... 揭幕透视!fishpoker透视底牌,poker master辅助(透视)切实一直都是有辅助软件(哔...
分享透视!pokernow辅助... 分享透视!pokernow辅助控制,哈糖大菠萝挂法(透视)其实是有辅助方法(哔哩哔哩)1、哈糖大菠萝...
分享透视!佛手大菠萝有挂吗,约... 分享透视!佛手大菠萝有挂吗,约局吧开挂神器是真的吗(透视)一直真的是有辅助方法(哔哩哔哩)1、超多福...
开挂透视!约局吧辅助器,wer... 开挂透视!约局吧辅助器,werplan辅助软件(透视)竟然真的是有辅助app(哔哩哔哩)1)werp...
解迷透视!we poker免费... 解迷透视!we poker免费辅助器,智星德州插件(透视)都是是有辅助app(哔哩哔哩)1、完成we...
解谜透视!拱趴大菠萝挂怎么安装... 解谜透视!拱趴大菠萝挂怎么安装,poker world辅助器(透视)确实真的是有辅助插件(哔哩哔哩)...
普及透视!sohoopoker... 普及透视!sohoopoker辅助,aa poker辅助包(透视)其实存在有辅助攻略(哔哩哔哩)1、...
普及透视!pokemmo脚本辅... 普及透视!pokemmo脚本辅助器下载,fishpoker透视(透视)本来有辅助软件(哔哩哔哩)一、...
关于透视!sohoo poke... 关于透视!sohoo poker辅助,红龙poker辅助工具(透视)一直一直都是有辅助神器(哔哩哔哩...
揭幕透视!佛手在线大菠萝智能辅... 揭幕透视!佛手在线大菠萝智能辅助器,扑克之星辅助(透视)一贯一直总是有辅助攻略(哔哩哔哩)1、进入到...