\documentclass{scrartcl} \usepackage{fontspec} \usepackage[ngerman]{babel} \usepackage{booktabs} \pagestyle{empty} \begin{document} \begin{tabular}{@{}l*{4}{c}@{}}\toprule Name & 01.\,01 & 01.\,02 & 01.\,03 & 01.\,04 \\ \midrule Peter & & & & \\ \midrule Anna & & & & \\ \midrule Tobias & & & & \\ \midrule Maria & & & & \\ \bottomrule \end{tabular} \end{document}