hyy-alt 4 years ago
parent
commit
bcc783daba
  1. 1
      pom.xml
  2. 4
      tall/src/main/resources/application.yml
  3. 6
      util/src/main/java/com/ccsens/util/PoiUtil.java

1
pom.xml

@ -164,6 +164,7 @@
<version>0.7.0</version> <version>0.7.0</version>
</dependency> </dependency>
<!--Jackson Xml--> <!--Jackson Xml-->
<dependency> <dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId> <groupId>com.fasterxml.jackson.dataformat</groupId>

4
tall/src/main/resources/application.yml

@ -1,5 +1,5 @@
spring: spring:
profiles: profiles:
active: test active: dev
include: util-test,common include: util-dev,common

6
util/src/main/java/com/ccsens/util/PoiUtil.java

@ -640,8 +640,8 @@ public class PoiUtil {
PoiUtilCell poiUtilCell = new PoiUtilCell(); PoiUtilCell poiUtilCell = new PoiUtilCell();
poiUtilCell.setValue("111222333"); poiUtilCell.setValue("111222333");
poiUtilCell.setColspan(2); /*poiUtilCell.setColspan(2);
poiUtilCell.setRowspan(1); poiUtilCell.setRowspan(1);*/
PoiUtilCell poiUtilCell1 = new PoiUtilCell(); PoiUtilCell poiUtilCell1 = new PoiUtilCell();
poiUtilCell1.setValue("1112222"); poiUtilCell1.setValue("1112222");
PoiUtilCell poiUtilCell3 = new PoiUtilCell(); PoiUtilCell poiUtilCell3 = new PoiUtilCell();
@ -649,7 +649,7 @@ public class PoiUtil {
PoiUtilCell poiUtilCell2 = new PoiUtilCell(); PoiUtilCell poiUtilCell2 = new PoiUtilCell();
poiUtilCell2.setValue(""); poiUtilCell2.setValue("");
poiUtilCell2.setFunction("SUM(A1:C1)"); //poiUtilCell2.setFunction("SUM(A1:C1)");
List<PoiUtilCell> cells = new ArrayList<>(); List<PoiUtilCell> cells = new ArrayList<>();

Loading…
Cancel
Save