|
@@ -676,7 +676,7 @@ public class ExcelUtil<T>
|
|
|
row = sheet.createRow(rowNo);
|
|
|
// 得到导出对象.
|
|
|
T vo = (T) list.get(i);
|
|
|
- System.out.println("i: " + i + ", vo: " + vo.toString());
|
|
|
+// System.out.println("i: " + i + ", vo: " + vo.toString());
|
|
|
Collection<?> subList = null;
|
|
|
if (isSubList())
|
|
|
{
|