Class TimeTableCsvExport

java.lang.Object
jmri.jmrit.timetable.TimeTableCsvExport

public class TimeTableCsvExport extends Object
Export a timetable in CSV format for import into a speadsheet.
 CSV Content:
   Line 1 - Layout name, segment name and schedule name.
   Line 2 - Train names sorted by name and grouped by down or up direction.
   Line 3-n - Station row with the arrive and depart times for each train.
 
Since:
4.15.3