答案1
希望下面的代码可以满足您的要求:
\documentclass{book}
\usepackage{multirow}
\begin{document}
\begin{tabular}{|c|c|c|c|c|}
\hline
&\multicolumn{3}{c|}{Main} &\multirow{2}{*}{Total}\\
\cline{2-4}
& 1 &2 &3 &\\
\hline
Text2 & & & &\\
\hline
Text3 & & & &\\
\hline
Text4 & & & &\\
\hline
Text5 & & & &\\
\hline
Text6 & & & &\\
\hline
Text7 & & & &\\
\hline
\end{tabular}
\end{document}