|
@@ -28,7 +28,6 @@ public class ExcelUtils {
|
|
//自定义标题别名
|
|
//自定义标题别名
|
|
if (rowTitle != null) {
|
|
if (rowTitle != null) {
|
|
for (Map.Entry<String, String> a : rowTitle.entrySet()) {
|
|
for (Map.Entry<String, String> a : rowTitle.entrySet()) {
|
|
- log.info("顺序: {}, {}", a.getKey(), a.getValue());
|
|
|
|
writer.addHeaderAlias(a.getKey(), a.getValue());
|
|
writer.addHeaderAlias(a.getKey(), a.getValue());
|
|
}
|
|
}
|
|
}
|
|
}
|