Object

com.axtstar.asta4e

ExcelMapper

Related Doc: package asta4e

Permalink

object ExcelMapper 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

Type Members

  1. implicit final class By[A] extends AnyVal

    Permalink

    case class to Map

  2. class ExcelMapper[A] extends ExcelBasic

    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 by[A]: ExcelMapper[A]

    Permalink
  7. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. 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
  14. def getData(dataTemplateXls: String, inputXlsPath: String, ignoreSheet: List[String]): IndexedSeq[(String, Map[String, Any])]

    Permalink
    Definition Classes
    ExcelBasic
  15. 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
  16. def getDataDown(dataTemplateXls: String, inputXlsPath: String, ignoreSheet: List[String]): IndexedSeq[(String, IndexedSeq[Map[String, Any]])]

    Permalink
    Definition Classes
    ExcelBasic
  17. 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
  18. 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
  19. def getOneCell(target: Cell, x: (String, CellAddress, Cell, List[String])): Map[String, Any]

    Permalink
    Definition Classes
    ExcelBasic
  20. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. 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
  26. 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
  27. def setDataDown(dataTemplateXls: String, outLayout: String, outXlsPath: String, bindData: (String, IndexedSeq[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
  28. def setDataDown(dataTemplateXlsStream: FileInputStream, outLayoutStream: FileInputStream, outXlsPath: String, bindData: (String, IndexedSeq[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
  29. def setOneCell(target: Cell, bindMap: (String, Any), maps: Map[String, Any], x: (String, CellAddress, Cell, List[String])): Unit

    Permalink
    Definition Classes
    ExcelBasic
  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( ... )

Inherited from ExcelBasic

Inherited from AnyRef

Inherited from Any

Ungrouped