Edulytics
built by shreyansh
Supported file formats: .csv, .xls, .xlsx, .json
General format expectations:
• The first row must have headers: RollNo, Name, Subject1, Subject2, ...
• First two columns must be RollNo and Name
• Subject names can be any valid name (e.g., Maths, Physics, History)
• Each row should contain numeric marks for a student
Example (CSV or Excel):
1, Advait, 78, 82, 80, 85, 79
Example (JSON):
[
{"RollNo": 1, "Name": "Shrey", "Maths": 90, "Science": 95, "English": 100},
{"RollNo": 2, "Name": "Riya", "Maths": 88, "Science": 79, "English": 91}
]