@FunctionalInterface public interface ExcelAutoMergeCallback<T>
boolean mergeY(T entity, Field field, String headerName, int colIndex, int index)
entity - The excel mapping entity for the current rowfield - The corresponding entity field, Exists only if the export type is bind ExcelBindWriter,otherwise is nullheaderName - The corresponding header name, Exists only if the export type is simple ExcelSimpleWriter,otherwise is nullcolIndex - Current column Indexindex - The data index, start at 0Copyright © 2021. All rights reserved.