159
159
will be part of the output for this user.
160
160
(This is not marks, it's other user data).
163
163
user.last_login.strftime("%Y-%m-%d"))
164
return [user.studentid or "N/A", user.login, user.fullname, last_login]
164
return [user.studentid or "", user.login, user.fullname, last_login]
166
166
csv_userdata_header = ["Student ID", "Login", "Full name", "Last login"]
167
167
def csv_get_header(worksheets):