Skip to content

Old Core libs for Schedule, which is now 'Open Schedule'

License

Notifications You must be signed in to change notification settings

HIT-ReFreSH/Schedule

Repository files navigation

HIT-ReFreSH/Schedule

GitHub Workflow Status GitHub Workflow Status GitHub issues GitHub tag (latest by date) GitHub Nuget Codecov

解析HIT课程表的核心库,帮助转化XLS格式的课表!目前版本已经可以较稳定使用!下载请到nuget,附带XML注释。

快速开始:

using var fs = File.OpenRead(path);
var schedule = ScheduleEntity.FromXls(fs);
var cal = Schedule.GetCalendar();
var str = new CalendarSerializer().SerializeToString(cal);

对于导入的课表,本库也提供了编辑的方法。

View at Nuget.org

About

Old Core libs for Schedule, which is now 'Open Schedule'

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages