interface Row {
Asistencia: number;
Nombre: string;
'Apellido Paterno': string;
'Apellido Materno': string;
Carrera: string;
'Institución Procedencia': string;
Email: string;
}