Class

com.axtstar.asta4e.ExcelMapper

ExcelMapper

Related Doc: package ExcelMapper

Permalink

class ExcelMapper[A] extends ExcelBasic

Linear Supertypes
ExcelBasic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExcelMapper
  2. ExcelBasic
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExcelMapper()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val allReplaceBrace: Regex

    Permalink
    Definition Classes
    ExcelBasic
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getBindName(bindName: String): String

    Permalink
    Definition Classes
    ExcelBasic
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getData(dataTemplateXlsStream: FileInputStream, iStream: FileInputStream, ignoreSheet: List[String]): IndexedSeq[(String, Map[String, Any])]

    Permalink

    get databind Map from Excel

    get databind Map from Excel

    dataTemplateXlsStream

    template Excel file stream

    iStream

    input Excel

    ignoreSheet

    ignore Sheet names

    Definition Classes
    ExcelBasic
  13. def getData(dataTemplateXls: String, inputXlsPath: String, ignoreSheet: List[String]): IndexedSeq[(String, Map[String, Any])]

    Permalink
    Definition Classes
    ExcelBasic
  14. def getDataAsAny[R <: HList](dataTemplateXls: String, inputXlsPath: String, ignoreSheet: List[String])(implicit gen: Aux[A, R], fromMap: ExcelMapper.FromMap[R]): IndexedSeq[(String, Option[A])]

    Permalink
  15. def getDataAsOption[R <: HList](dataTemplateXls: String, inputXlsPath: String, ignoreSheet: List[String])(implicit gen: Aux[A, R], fromMap: ExcelMapper.FromMap[R]): IndexedSeq[(String, Option[A])]

    Permalink
  16. def getDataAsTemplate(dataTemplateXls: FileInputStream, iStream: FileInputStream, ignoreSheet: List[String]): List[Map[String, Any]]

    Permalink
    Definition Classes
    ExcelBasic
  17. def getDataAsTemplate(dataTemplateXls: String, inputXlsPath: String, ignoreSheet: List[String] = List()): List[Map[String, Any]]

    Permalink

    get data bind Map from Excel

    get data bind Map from Excel

    dataTemplateXls

    template Excel file path

    inputXlsPath

    input Excel file path

    ignoreSheet

    ignore sheet names

    returns

    Map

    Definition Classes
    ExcelBasic
  18. def getDataDown(dataTemplateXlsStream: FileInputStream, iStream: FileInputStream, ignoreSheet: List[String]): IndexedSeq[(String, IndexedSeq[Map[String, Any]])]

    Permalink

    get databind list Map from Excel

    get databind list Map from Excel

    dataTemplateXlsStream

    template Excel file stream

    iStream

    input Excel

    ignoreSheet

    ignore Sheet names

    Definition Classes
    ExcelBasic
  19. def getDataDown(dataTemplateXls: String, inputXlsPath: String, ignoreSheet: List[String]): IndexedSeq[(String, IndexedSeq[Map[String, Any]])]

    Permalink
    Definition Classes
    ExcelBasic
  20. def getExcelLocation(stream: FileInputStream): List[(String, CellAddress, Cell, List[String])]

    Permalink

    search ${} from Excel file and returen to tuple 4

    search ${} from Excel file and returen to tuple 4

    stream

    template Excel file stream

    Attributes
    protected
    Definition Classes
    ExcelBasic
  21. def getExcelLocation(xlsPath: String): List[(String, CellAddress, Cell, List[String])]

    Permalink

    search ${} from Excel file and returen to tuple 4

    search ${} from Excel file and returen to tuple 4

    xlsPath

    template excel path

    returns

    tuple 4

    Attributes
    protected
    Definition Classes
    ExcelBasic
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def setData(dataTemplateXlsStream: FileInputStream, outLayoutStream: FileInputStream, outXlsPath: String, bindData: (String, Map[String, Any])*): Unit

    Permalink

    output Excel from Map

    output Excel from Map

    dataTemplateXlsStream

    Excel template File stream which has ${} binderes

    outLayoutStream

    Output templae Excel File stream

    outXlsPath

    Output Excel path

    bindData

    DataBinder which consists Map of name of ${} and value

    Definition Classes
    ExcelBasic
  28. def setData(dataTemplateXls: String, outLayout: String, outXlsPath: String, bindData: (String, Map[String, Any])*): Unit

    Permalink

    output Excel from Map

    output Excel from Map

    dataTemplateXls

    Excel template File path which has ${} binder

    outLayout

    Output template Excel File path

    outXlsPath

    Output Excel path

    bindData

    DataBinder which consists Map of name of ${} and value

    Definition Classes
    ExcelBasic
  29. def setData4cc[L <: HList](dataTemplateXls: String, outLayout: String, outXlsPath: String, a: IndexedSeq[(String, Option[A])])(implicit gen: Aux[A, L], tmr: ToMap[L]): Unit

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def setDataAsTemplate(dataTemplateXlsStream: FileInputStream, outlayoutStream: FileInputStream, outXlsPath: String, locationDataArray: Map[String, Any]*): Unit

    Permalink

    output Excel from Map

    output Excel from Map

    dataTemplateXlsStream

    Excel template File stream which has ${} binder

    outlayoutStream

    Output template Excel File stream

    outXlsPath

    Output Excel path

    locationDataArray

    DataBinder which consists Map of name of ${} and value

    Definition Classes
    ExcelBasic
    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.4) use setData instead

  2. def setDataAsTemplate(dataTemplateXls: String, outLayout: String, outXlsPath: String, locationDataArray: Map[String, Any]*): Unit

    Permalink

    output Excel from Map

    output Excel from Map

    dataTemplateXls

    Excel template File path which has ${} binder

    outLayout

    Output template Excel File path

    outXlsPath

    Output Excel path

    locationDataArray

    DataBinder which consists Map of name of ${} and value

    Definition Classes
    ExcelBasic
    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.4) use setData instead

Inherited from ExcelBasic

Inherited from AnyRef

Inherited from Any

Ungrouped