
#table(
    rows: 9,
    columns: 5,
    column-gutter: 0.25em,
    align: (center, center, center, center, center),
    stroke: none,
    table.header(
        table.hline(y: 0, stroke: 1pt),
        [*#"value1"*],
        [*#"value2"*],
        [*#"group1"*],
        [*#"group3"*],
        [*#"group2"*],
        table.hline(y: 1, stroke: 0.75pt),
    ),
    [#"1"],
    [#"a"],
    [#"a"],
    [#"c"],
    [#"e"],
    [#"2"],
    [#"b"],
    [#"a"],
    [#"c"],
    [#"f"],
    [#"3"],
    [#"c"],
    [#"a"],
    [#"d"],
    [#"e"],
    [#"4"],
    [#"a"],
    [#"a"],
    [#"d"],
    [#"f"],
    [#"5"],
    [#"b"],
    [#"b"],
    [#"c"],
    [#"e"],
    [#"6"],
    [#"c"],
    [#"b"],
    [#"c"],
    [#"f"],
    [#"7"],
    [#"a"],
    [#"b"],
    [#"d"],
    [#"e"],
    [#"8"],
    [#"b"],
    [#"b"],
    [#"d"],
    [#"f"],
    table.hline(y: 9, stroke: 1pt),
)
