New in Wolfram Mathematica 6: Automated Table Layout  previous | next 
Immediately Create a Styled Tabular Layout
Mathematica 6 makes it easy to display data in attractive and compelling tables.
In[1]:=

Click for copyable input
Text[Grid[Table[LCM[i, j]^2, {i, 20}, {j, 12}], Frame -> All, 

  Alignment -> Right, 

  Background -> {None, {{LightPink, LightBlue, LightGreen}}}]]
Out[1]=