Possible Duplicate:
Comprehensive list of tools that simplify the generation of LaTeX tables
Is there a visual tool which can generate tex code for more complex tables as shown? The idea is to drawn them and generate the latex code as shown:

Possible Duplicate:
Comprehensive list of tools that simplify the generation of LaTeX tables
Is there a visual tool which can generate tex code for more complex tables as shown? The idea is to drawn them and generate the latex code as shown:

Excel supports merged cells, and you can convert a table to LaTeX using the
Excel2LaTeX add-in (this works for multirow and multicolumn cells). However, you would have to manually change the generated code if you want to use the tabularx environment.
See also: Comprehensive list of tools that simplify the generation of LaTeX tables.