I've been searching about how to merge two cells and I've found two answers Rowspan and Nested. I can't make my table with those two functions because I don't know how to merge cells at the begining and at the end. I've been trying many ways but this is driving me crazy.
The table I want to make has 9 columns and 3 rows. So, I want the table looks like:
| Header 1 | Header 2 | Header 3 | Header 4 | Header 5 |
| | | H1 | H2 | H3 | H4 | H5 | | |
| D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D9 |
Header 1: cs=1, rs=2.
Header 2: cs=1, rs=2.
Header 3: cs=5, rs=1.
H1: cs=1, rs=1.
H2: cs=1, rs=1.
H3: cs=1, rs=1.
H4: cs=1, rs=1.
H5: cs=1, rs=1.
Header 4: cs=1, rs=2.
Header 5: cs=1, rs=2.
cs:colspan, rs:rowspan.
Header 3 contains H1, H2, H3, H4, H5.
I think the solution is pretty easy but I can't find it. I hope you can understand Which the problem is because I can't upload images yet.
Thanks.