Excel

io.github.quafadas.scautable.Excel
object Excel

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Excel.type

Members list

Type members

Classlikes

class BadTableException(message: String) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

transparent inline def absolutePath[K](filePath: String, sheetName: String, range: String): ExcelIterator[_]
def readExcelAbolsutePath(pathExpr: Expr[String], sheetName: Expr[String], colRangeExpr: Expr[String])(using Quotes): Expr[ExcelIterator[_]]
def readExcelResource(pathExpr: Expr[String], sheetName: Expr[String], colRangeExpr: Expr[String])(using Quotes): Expr[ExcelIterator[_]]
transparent inline def resource[K](filePath: String, sheetName: String, range: String): ExcelIterator[_]

Givens

Givens

given IteratorToExpr2[K](using x$1: ToExpr[String], x$2: Type[K]): IteratorToExpr2[K]