LixinPlanExcelReader

org.openurp.edu.program.service.LixinPlanExcelReader
See theLixinPlanExcelReader companion class

lixin plan excel reader

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class ExcelCourseGroup(val indexno: String, val typeName: String, val givenName: Option[String])

Attributes

Supertypes
class Object
trait Matchable
class Any
class ExcelPlan(val name: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
class ExcelPlanCourse(val seq: Int, val courseCode: String, val courseName: String, val courseNameEn: String, val credits: Double, val creditHours: Int, val weeks: Int, val theoreticalHours: Int, val practicalHours: Int, val nature: String, val terms: String, val depart: String, var remark: Option[String])

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def convertRemarkToGroupName(remark: String): String
def givenNameOf(modules: Array[String]): Option[String]
def main(args: Array[String]): Unit
def toTerms(terms: String): Terms
def typeNameOf(typeName: String): String

转换电子表格中不正确的叫法

转换电子表格中不正确的叫法

Attributes

def typeNameOf(modules: Array[String]): String

Concrete fields

val fixedCourseCodes: Seq[String]