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

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

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

    Permalink
  19. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. 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

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

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

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

  28. def setOneCell(target: Cell, bindMap: (String, Any), maps: Map[String, Any], x: (String, CellAddress, Cell, List[String])): Unit

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped