Is there a way to import data lists (names of teachers , subjects, activites) from files like excel in the FET timetable ?
or must to type them one by one?
Python can help with this ?
You only need to save it as csv format and then you can import the csv file.
So just export a csv file from Excel.
You can open a .fet file with FET and export it to CSV, to see the CSV format used by FET import/export.
Maybe also check this video:
https://www.youtube.com/watch?v=gBpkXoHjVk0
i try only subjects and work perfect ...!!!
Thank you ....!!!