Not sure if this can be solved but I thought that I would document an interesting attempt at an export. I have a view that displays properly using views, but comes out looking "interesting" on export. Basically, one of the fields in the view is a viewfield. The viewfield displays properly in the view, but on export the view looks like the following (spaces are intentionally left in):

    
  
  
      
      
    
    
              
          Test Date        
              
          Test Description        
          
  
  
          
                  
            February 1, 2010          
                  
            Mammogram          
              
          
                  
            February 1, 2010          
                  
            U/S Abdomen          
              
      

    ||
  
  
  
  
  
  

In the view it displays as a table:

Test Date	 Test Description
February 1, 2010	 Mammogram
February 1, 2010	 U/S Abdomen

The "||" is intentional as I have applied the fix mentioned in #366120: Provide for cck fields that render custom node structure. to have a delimiter for multiple CCK values.

Is there something that can be fixed for this ? It is a bit of an annoyance but if it is something that can be fixed that would be good. I am unsure anyonew else has used this module in this way so it may be a one-person request !