会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
拾月凄辰
博客园
首页
新随笔
联系
订阅
管理
2023年4月21日
EasyPoi中@Excel注解中numFormat的使用 (格式化数字,将小数输出成百分数等)
摘要: 需求说明 使用 EasyPoi 时导出文件中折扣字段是小数,需要转成百分数导出。 解决方法 使用 EasyPoi 中 @Excel 注解的 numFormat 属性。 @Excel(name = "折扣率", numFormat = "#.##%") private Double discount;
阅读全文
posted @ 2023-04-21 15:58 拾月凄辰
阅读(2714)
评论(0)
推荐(0)
编辑
SpringBoot中使用EasyPoi导出excel
摘要: 亲测有效! 转载:SpringBoot中使用EasyPoi导出excel_三婶儿的博客-CSDN博客
阅读全文
posted @ 2023-04-21 15:56 拾月凄辰
阅读(65)
评论(0)
推荐(0)
编辑
公告