New in Wolfram Mathematica 6: Symbolic Report Generation  previous | next 
Create Reports on Imported Data
Mathematica 6 makes it easy to take data in many formats, and immediately create structured reports from it, potentially after arbitrary processing.
In[1]:=

Click for copyable input
Column[{

  Import["ExampleData/head.dcm.gz"],

  Panel[Grid[

    Take[List @@@ 

      Import["ExampleData/head.dcm.gz", "MetaInformation"], 15], 

    Alignment -> Left, Dividers -> LightGray]]}]
Out[1]=