Skip to content

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 FormatDescription
Codeforces GymCodeforces Gym training contest format
ExcelSpreadsheet format, convenient for printing and distribution
VJ ReplayVirtual 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.dat

If you need to call converters from code, refer to the project repository for installation and usage instructions:

algoux/standard-ranklist-convert-to