Object

com.axtstar.asta4e

ExcelMapper

Related Doc: package asta4e

Permalink

object ExcelMapper extends ExcelBasic with Helper

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

Type Members

  1. class ExcelMapper[A] extends ExcelBasic

    Permalink

  2. trait FromMap[L <: HList] extends AnyRef

    Permalink
    Definition Classes
    Helper
  3. trait LowPriorityFromMap extends AnyRef

    Permalink
    Definition Classes
    Helper
  4. implicit final class ToMapOps[A] extends AnyVal

    Permalink

    case class to Map

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. object FromMap extends LowPriorityFromMap

    Permalink
    Definition Classes
    Helper
  5. val allReplaceBrace: Regex

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

    Permalink
    Definition Classes
    Any
  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 getDataAsTemplate(dataTemplateXls: FileInputStream, iStream: FileInputStream, ignoreSheet: List[String]): List[Map[String, Any]]

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

    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

    Definition Classes
    ExcelBasic
  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, outTemplateStream: 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

    outTemplateStream

    Output templae Excel File stream

    outXlsPath

    Output Excel path

    bindData

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

    Definition Classes
    ExcelBasic
  25. def setData(dataTemplateXls: String, outTemplate: 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

    outTemplate

    Output template Excel File path

    outXlsPath

    Output Excel path

    bindData

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

    Definition Classes
    ExcelBasic
  26. def setDataAsTemplate(dataTemplateXlsStream: FileInputStream, outTemplateStream: 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

    outTemplateStream

    Output template Excel File stream

    outXlsPath

    Output Excel path

    locationDataArray

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

    Definition Classes
    ExcelBasic
  27. def setDataAsTemplate(dataTemplateXls: String, outTemplate: 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

    outTemplate

    Output template Excel File path

    outXlsPath

    Output Excel path

    locationDataArray

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

    Definition Classes
    ExcelBasic
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def to[A]: ExcelMapper[A]

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

Inherited from ExcelBasic

Inherited from AnyRef

Inherited from Any

Ungrouped