ruanwenjun commented on code in PR #17283:
URL:
https://github.com/apache/dolphinscheduler/pull/17283#discussion_r2174882603
##########
dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email/ExcelUtils.java:
##########
@@ -102,13 +103,15 @@ public static void genExcelFile(String content, String
title, String xlsFilePath
// setting excel body height
row.setHeight((short) 500);
rowIndex++;
+ int colIndex = 0;
Review Comment:
It seems this is not needed, you just split the value into multiple cell in
one row.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]