Trait

com.axtstar.asta4e.core

ExcelBasic

Related Doc: package core

Permalink

trait ExcelBasic extends AnyRef

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

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

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

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

    Permalink
  15. 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

  16. 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

  17. def getDataDown(dataTemplateXls: String, inputXlsPath: String, ignoreSheet: List[String]): IndexedSeq[(String, IndexedSeq[Map[String, Any]])]

    Permalink
  18. 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
  19. 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
  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

  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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. 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

    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

    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.4) use setData instead

Inherited from AnyRef

Inherited from Any

Ungrouped