Format Conversion
Introduction
Standard Ranklist Convert-to is a format conversion tool that converts srk data into formats used by other platforms and tools.
Supported Target Formats
| Target Format | Description |
|---|---|
| Codeforces Gym | Codeforces Gym training contest format |
| Excel | Spreadsheet format, convenient for printing and distribution |
| VJ Replay | Virtual Judge replay format |
More formats are being continuously added.
Use Cases
- Export srk ranklist data to Excel for offline use
- Import ranklist data into Codeforces Gym to create training or replay contests
- Generate VJ contest replays
Usage
If you only need to export from files, use the conversion command built into the CLI:
bash
srk convert excel srk.json -o ranklist.xlsx
srk convert vjudge srk.json -o replay.xlsx
srk convert gym srk.json -o ghost.datIf you need to call converters from code, refer to the project repository for installation and usage instructions: