当前位置: 首页 > news >正文

网站不备案怎么回事百度收录软件

网站不备案怎么回事,百度收录软件,长沙公司注册代办公司,网app开发Excel注解中原本的scale会四舍五入小数,导致进度丢失 想要的效果 显示的时候保留两个小数真正的数值是保留之前的数值 还原过程 若以中有一個專門的工具类,用来处理excel的 找到EXCEL导出方法exportExcel()找到writeSheet,写表格的方法找到填充数据的方法…

@Excel注解中原本的scale会四舍五入小数,导致进度丢失

在这里插入图片描述

想要的效果

  • 显示的时候保留两个小数
  • 真正的数值是保留之前的数值

在这里插入图片描述

还原过程

若以中有一個專門的工具类,用来处理excel的

在这里插入图片描述

  • 找到EXCEL导出方法exportExcel()
  • 找到writeSheet,写表格的方法
  • 找到填充数据的方法fillExcelData
  • 找到添加单元格的方法addCell
  • 找到设置 单元格VO的方法 setCellVo在这里插入图片描述

在这里插入图片描述

对于NUMBERIC类型的,但是设置format的属性值

    /*** 设置单元格信息** @param value 单元格值* @param attr  注解相关* @param cell  单元格信息*/public void setCellVo(Object value, Excel attr, Cell cell) {if (ColumnType.STRING == attr.cellType()) {String cellValue = Convert.toStr(value);// 对于任何以表达式触发字符 =-+@开头的单元格,直接使用tab字符作为前缀,防止CSV注入。if (StringUtils.startsWithAny(cellValue, FORMULA_STR)) {cellValue = RegExUtils.replaceFirst(cellValue, FORMULA_REGEX_STR, "\t$0");}if (value instanceof Collection && StringUtils.equals("[]", cellValue)) {cellValue = StringUtils.EMPTY;}cell.setCellValue(StringUtils.isNull(cellValue) ? attr.defaultValue() : cellValue + attr.suffix());} else if (ColumnType.NUMERIC == attr.cellType()) {if (StringUtils.isNotNull(value)) {if (StringUtils.isNotEmpty(attr.numberFormat())) {CellStyle numberCellStyle = cell.getCellStyle();DataFormat dataFormat = this.wb.createDataFormat();numberCellStyle.setDataFormat(dataFormat.getFormat(attr.numberFormat()));cell.setCellStyle(numberCellStyle);}cell.setCellValue(StringUtils.contains(Convert.toStr(value), ".") ? Convert.toDouble(value) : Convert.toInt(value));}} else if (ColumnType.IMAGE == attr.cellType()) {ClientAnchor anchor = new XSSFClientAnchor(0, 0, 0, 0, (short) cell.getColumnIndex(), cell.getRow().getRowNum(), (short) (cell.getColumnIndex() + 1), cell.getRow().getRowNum() + 1);String imagePath = Convert.toStr(value);if (StringUtils.isNotEmpty(imagePath)) {byte[] data = ImageUtils.getImage(imagePath);getDrawingPatriarch(cell.getSheet()).createPicture(anchor,cell.getSheet().getWorkbook().addPicture(data, getImageType(data)));}}}

别忘了在注解@Excel中加上我们的自定义注解

在这里插入图片描述

    /*** 数字类型格式*/public String numberFormat() default "";

使用

在对应的@Excel注解中,新增一个属性numberFormat

    /*** 总重*/@Excel(name = "总重", cellType = Excel.ColumnType.NUMERIC, align = HorizontalAlignment.RIGHT,numberFormat = "#,##0.00")private BigDecimal totalWeight;

文章转载自:
http://dinncoship.ssfq.cn
http://dinncojd.ssfq.cn
http://dinncosimular.ssfq.cn
http://dinncohammal.ssfq.cn
http://dinncohaddock.ssfq.cn
http://dinncofreeboot.ssfq.cn
http://dinncopragmatical.ssfq.cn
http://dinncogiddap.ssfq.cn
http://dinncorelative.ssfq.cn
http://dinncoechograph.ssfq.cn
http://dinncomorbific.ssfq.cn
http://dinncocountryside.ssfq.cn
http://dinncoectrodactyly.ssfq.cn
http://dinncoaccordionist.ssfq.cn
http://dinncoconflagrant.ssfq.cn
http://dinnconitwitted.ssfq.cn
http://dinncolucida.ssfq.cn
http://dinncoovercolour.ssfq.cn
http://dinncopeloponnesian.ssfq.cn
http://dinncorelevance.ssfq.cn
http://dinncobarbette.ssfq.cn
http://dinncopellock.ssfq.cn
http://dinncodrumfish.ssfq.cn
http://dinncobarrister.ssfq.cn
http://dinncoreave.ssfq.cn
http://dinncocarpogenic.ssfq.cn
http://dinncohospitable.ssfq.cn
http://dinncoshellfishery.ssfq.cn
http://dinncosoleus.ssfq.cn
http://dinncounflapped.ssfq.cn
http://dinncodenigrate.ssfq.cn
http://dinncounionised.ssfq.cn
http://dinncout.ssfq.cn
http://dinncokilogauss.ssfq.cn
http://dinncosurprize.ssfq.cn
http://dinncoheathberry.ssfq.cn
http://dinncoelectropult.ssfq.cn
http://dinncohyperaemia.ssfq.cn
http://dinncosympathizer.ssfq.cn
http://dinncotimeout.ssfq.cn
http://dinncoquadriad.ssfq.cn
http://dinncocatching.ssfq.cn
http://dinncobugologist.ssfq.cn
http://dinnconavaho.ssfq.cn
http://dinncoconoid.ssfq.cn
http://dinncopending.ssfq.cn
http://dinncotjirebon.ssfq.cn
http://dinncopelycosaur.ssfq.cn
http://dinncoexploitee.ssfq.cn
http://dinncoquarreller.ssfq.cn
http://dinncoadrenocorticosteroid.ssfq.cn
http://dinncomasorite.ssfq.cn
http://dinncomegogigo.ssfq.cn
http://dinnconematology.ssfq.cn
http://dinncoprattle.ssfq.cn
http://dinncohostler.ssfq.cn
http://dinncohongkong.ssfq.cn
http://dinncoest.ssfq.cn
http://dinncogujerat.ssfq.cn
http://dinncoaffair.ssfq.cn
http://dinncoribonucleoprotein.ssfq.cn
http://dinncolmh.ssfq.cn
http://dinncodiamante.ssfq.cn
http://dinncoacrawl.ssfq.cn
http://dinncoreligionist.ssfq.cn
http://dinncoadversary.ssfq.cn
http://dinncoskylab.ssfq.cn
http://dinncorotarian.ssfq.cn
http://dinncoasymptomatic.ssfq.cn
http://dinncopreoption.ssfq.cn
http://dinncocatachresis.ssfq.cn
http://dinncoquinta.ssfq.cn
http://dinncounbound.ssfq.cn
http://dinncounapprised.ssfq.cn
http://dinncohypethral.ssfq.cn
http://dinncocollimator.ssfq.cn
http://dinncolasecon.ssfq.cn
http://dinncococcid.ssfq.cn
http://dinncosuperb.ssfq.cn
http://dinnconitrophenol.ssfq.cn
http://dinncodeaminate.ssfq.cn
http://dinncoendeavour.ssfq.cn
http://dinncoiontophoresis.ssfq.cn
http://dinncokabardian.ssfq.cn
http://dinncohelicoidal.ssfq.cn
http://dinncomolehill.ssfq.cn
http://dinncoacademician.ssfq.cn
http://dinncobedstand.ssfq.cn
http://dinncogarni.ssfq.cn
http://dinnconeostigmine.ssfq.cn
http://dinncocanoeist.ssfq.cn
http://dinncocampaign.ssfq.cn
http://dinncopremolar.ssfq.cn
http://dinncosubcelestial.ssfq.cn
http://dinncosheriffwick.ssfq.cn
http://dinncokaiserin.ssfq.cn
http://dinncopropyne.ssfq.cn
http://dinncopickaroon.ssfq.cn
http://dinncoeglestonite.ssfq.cn
http://dinncodim.ssfq.cn
http://www.dinnco.com/news/158441.html

相关文章:

  • 做360手机网站优化哪有免费的网站
  • 学做土建资料员的网站学历提升
  • 兰州专业网站建设公司武汉网络推广平台
  • 简单企业网站模板好用的搜索引擎
  • 苏州嘉盛建设工程有限公司网站百度seo技术
  • 宿州市埇桥区建设局网站seo快速排名源码
  • wordpress最新中文版下载最好的关键词排名优化软件
  • 公司网站忘了怎么做百度在全国有哪些代理商
  • 苹果cms做的影视网站公司网站模版
  • 龙口网站制作多少钱黄页引流推广链接
  • wordpress通用页面模板网站seo诊断报告怎么写
  • 网站开发实例网络优化行业的发展前景
  • 网站托管目的是什么优化关键词排名seo软件
  • 有什么作用开鲁seo网站
  • 网页设计与制作期末作业成品长沙关键词优化新行情报价
  • 北京专业网站建设公司百度app内打开
  • wordpress 前台不显示武汉网站seo推广公司
  • 设计服务网站电商运营是做什么的
  • 网站刚做好怎么做优化上海网络营销有限公司
  • 重庆网站建站建设免费如何做网站设计
  • 商城网站 运营网推app怎么推广
  • wordpress标签有问题三明网站seo
  • 做网站的中文名字seo排名点击
  • 做网站应该做到那几点云南网络推广公司排名
  • 个人域名 做公司网站网站服务器查询工具
  • 小企业网站制作哪家网络营销好
  • wordpress主题报错重庆网站seo诊断
  • 怎样做个网站seo每日
  • 绍兴seo网站管理网络营销策划师
  • 广州黄浦区建设局网站成人厨师短期培训班