Class TransformsExcelParser.Builder

java.lang.Object
com.palantir.transforms.excel.ImmutableTransformsExcelParser.Builder
com.palantir.transforms.excel.TransformsExcelParser.Builder
Enclosing class:
TransformsExcelParser

public static final class TransformsExcelParser.Builder extends com.palantir.transforms.excel.ImmutableTransformsExcelParser.Builder
A builder for constructing an instance of TransformsExcelParser with customized settings and/or multiple outputs. For the meaning of the various method of this class, see the corresponding getter methods on TransformsExcelParser.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.palantir.transforms.excel.ImmutableTransformsExcelParser.Builder

    build, from, includeFileModifiedTimestamp, keyToParser, maxByteArraySize, minInflateRatio, passwordProvider, passwordProvider, putAllKeyToParser, putKeyToParser, putKeyToParser

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()