Reads an FCPK Student/Child Details Excel file, normalizes column
names, drops footer rows, detects format (legacy vs new), and returns an
alprek_student_raw S3 object.
Arguments
- path
Character. Path to the Excel file.
- school_year
Character. School year in
"YYYY-YYYY"format. IfNULL, attempts to infer from the filename.- sheet
Character or numeric. Sheet name or number. Defaults to
"rptChildren_Excel"which is the standard sheet name for student detail files.Logical. If
TRUE(default), removes summary/footer rows (rows where ADECE ID is NA).