The xml produced is indeed very verbose, this will be changed soon (as in: other methods to produce less verbose XML).
if you want less verbose xml, you could opt for reading the data into a datatable, and export that to xml, using the methods to load entity data in datatables (it depends on what you use: adapter or selfservicing what you should use) As the destination is Office, you can't use the entities there anyway.