thank you!it seems to be an effective method to get the
rowspan value,but it is not enough to get the colspan
value,in the article,the authors mentions the following:
"There doesn't seem to be a straightforward way to
determine the number of columns that a merged cell spans.
But the best workaround seems to be as follows:
1. Calculate the total width of the table (in points).
2. Get the width of current cell in points.
3. Convert the cell width to a percentage of the table
width (eg 27%).
4. use <TD COLSPAN=27 WIDTH=27%>"
but that is not what i want to get,is there any else method
to get the colspan value?
>.
>