自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (3)
  • 问答 (9)
  • 收藏
  • 关注

原创 jxls2 动态合并单元格指令

将merge指令的代码注册到jxls的指令集里代码传送门:https://gitee.com/lnkToKing/jxlss/blob/master/src/main/java/pres/lnk/jxlss/command/MergeCommand.java注册代码:XlsCommentAreaBuilder.addCommandMapping("merge", MergeCommand.c...

2018-10-19 09:51:42 6135

原创 使用ByteBuffer 将int,long,short,double,float,char与byte[]数组互相转换

public void test(){ byte[] longArray = ByteBuffer.allocate(8).putLong(Long.MAX_VALUE).array(); byte[] intArray = ByteBuffer.allocate(4).putInt(Integer.MAX_VALUE).array(); byte[...

2018-10-16 17:21:48 3847

原创 String Boot 异常 HttpMediaTypeNotAcceptableException 的原因和处理

错误信息摘要org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation at org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.handleNoMat...

2018-10-15 18:37:22 70387 4

使用 jxls2.X 导出excel文件源码

项目案例 http://blog.csdn.net/lnktoking/article/details/52932679

2016-10-26

jxls2 依赖jar包

commons-jexl-2.1.1.jar commons-lang3-3.4.jar commons-logging-1.2.jar jxl-2.6.10.jar log4j-1.2.17.jar poi-3.12.jar poi-ooxml-3.12.jar poi-ooxml-3.12.jar slf4j-api-1.7.7.jar slf4j-log4j12-1.7.7.jar xmlbeans-2.6.0.jar

2016-10-26

jxls 2.3.0

jxls 2.3.0主要jar包 jxls-2.3.0.jar jxls-jexcel-1.0.6.jar jxls-poi-1.0.9.jar

2016-10-26

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除