Back to homeCSV
§ Templates
CSV
templates.
Headers ready to fill in. Open in Excel, Google Sheets, or Numbers — save back as CSV UTF-8 and import in your league dashboard.
Teams
Bulk-add teams. Required: name. Optional: short_name (abbreviation), coach, color_hex (6-digit hex like #1D4ED8). Team names must be unique within a league.
name,short_name,coach,color_hex
Sample Team A,STA,Coach Reyes,#1D4ED8
Sample Team B,STB,Coach Santos,#F5B800
Sample Team C,,,- Save as CSV UTF-8 to keep accents and ñ correct.
- Import teams first, then players — the player template’s team column matches these names.
Players
Bulk-add players. Required: first_name, last_name. Optional: team (matches an existing team name), jersey_number, position (PG, SG, SF, PF, C, G, F, GF, FC).
first_name,last_name,team,jersey_number,position
Juan,Dela Cruz,Sample Team A,23,PG
Maria,Santos,Sample Team A,7,SG
Jose,Rizal,,,- Save as CSV UTF-8 to keep accents and ñ correct.
- A team column maps players into the active season roster.
Schedule
Bulk-add games to the active season. Required: home_team, away_team, scheduled_at. Team names match existing teams (case-insensitive).
home_team,away_team,scheduled_at
Sample Team A,Sample Team B,2026-05-15 18:00
Sample Team B,Sample Team A,2026-05-22 20:30- scheduled_at format: 2026-05-15 18:00 — naive times read as Manila (PHT, UTC+8).