Exporting the values in List to excel

后端 未结 12 1442
隐瞒了意图╮
隐瞒了意图╮ 2020-12-05 18:36

Hi I am having a list container which contains the list of values. I wish to export the list values directly to Excel. Is there any way to do it directly?

12条回答
  •  隐瞒了意图╮
    2020-12-05 19:21

    the one easy way to do it is to open Excel create sheet containing test data you want to export then say to excel save as xml open the xml see the xml format excel is expecting and generate it by head replacing the test data with export data

    SpreadsheetML Markup Spec

    @lan this is xml fo a simle execel file with one column value i genereted with office 2003 this format is for office 2003 and above

    
    
    
     
      Dancho
      Dancho
      2010-02-05T10:15:54Z
      cc
      11.9999
     
     
      13800
      24795
      480
      105
      False
      False
     
     
      
     
     
      
        Value1
       
        Value2
       
        Value3
       
        Value4
       
        Value5
       
        Value6
       
    3 5 False False
    False False False False

提交回复
热议问题