Uses of Interface
com.poiji.config.Formatting
-
Packages that use Formatting Package Description com.poiji.config com.poiji.option com.poiji.util -
-
Uses of Formatting in com.poiji.config
Classes in com.poiji.config that implement Formatting Modifier and Type Class Description classDefaultFormatting -
Uses of Formatting in com.poiji.option
Methods in com.poiji.option that return Formatting Modifier and Type Method Description FormattingPoijiOptions. getFormatting()Methods in com.poiji.option with parameters of type Formatting Modifier and Type Method Description PoijiOptions.PoijiOptionsBuilderPoijiOptions.PoijiOptionsBuilder. withFormatting(Formatting formatting)Use a custom excel header format implementation -
Uses of Formatting in com.poiji.util
Methods in com.poiji.util with parameters of type Formatting Modifier and Type Method Description static <T> voidAnnotationUtil. validateMandatoryNameColumns(PoijiOptions options, Formatting formatting, java.lang.Class<T> modelType, java.util.Map<java.lang.String,java.lang.Integer> titleToIndex, java.util.Map<java.lang.Integer,java.lang.String> indexToTitle)Validate that all headers specified via @ExcelCellName annotations are present in the list of header names.
-