public class DateValidHandler extends ExcelValidAnnotationHandler
annotationClass| 构造器和说明 |
|---|
DateValidHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handle(Annotation validAnnotation,
ExcelWriterContext writerContext,
Field field,
org.apache.poi.ss.usermodel.Row row,
int colIndex,
Map<String,String[]> boxValues)
Validation handle
|
getAnnotationClasspublic void handle(Annotation validAnnotation, ExcelWriterContext writerContext, Field field, org.apache.poi.ss.usermodel.Row row, int colIndex, Map<String,String[]> boxValues)
ExcelValidAnnotationHandlerhandle 在类中 ExcelValidAnnotationHandlervalidAnnotation - Excel valid annotationwriterContext - Write contextfield - Current fieldrow - Current rowcolIndex - Current col indexboxValues - Dropdown box value mapCopyright © 2021. All rights reserved.