
    ExcelDemo={
      
        
        
          
            ID = "1",
          
        
          
            English = "333hell",
          
        
          
            Chinese = "33333333",
          
        
          
            Bike = 2,
          
        
          
            Nike = false,
          
        
          
            CWK = 0,
          
        
          
            BB = 555,
          
        
          
            AA =new List<int> { 1,2,3 },
          
        
          
            DD =new List<bool> { true },
          
        
          
            EE =new List<string> { "a","b" },
          
        
          
            WW =new Dictionary<string, bool> { {"k232",true},{"b",false},{"c",true} },
          
        
          
            XX =new Dictionary<string, List<double>> { {"a",new List<double>{2d}},{"b",new List<double>{}},{"c",new List<double>{1d,2d,3d}} },
          
        
          
            NNNK =new Dictionary<string, List<List<double>>> {  },
          
        
      
      


      datas={


        
          
            {
              
                
                  ID = "1",
                
              
                
                  English = "333hell",
                
              
                
                  Chinese = "33333333",
                
              
                
                  Bike = 2,
                
              
                
                  Nike = false,
                
              
                
                  CWK = 0,
                
              
                
                  BB = 555,
                
              
                
                  AA =new List<int> { 1,2,3 },
                
              
                
                  DD =new List<bool> { true },
                
              
                
                  EE =new List<string> { "a","b" },
                
              
                
                  WW =new Dictionary<string, bool> { {"k232",true},{"b",false},{"c",true} },
                
              
                
                  XX =new Dictionary<string, List<double>> { {"a",new List<double>{2d}},{"b",new List<double>{}},{"c",new List<double>{1d,2d,3d}} },
                
              
                
                  NNNK =new Dictionary<string, List<List<double>>> {  },
                
              
            },
          
            {
              
                
                  ID = "2",
                
              
                
                  English = "S444",
                
              
                
                  Chinese = "77733332",
                
              
                
                  Bike = 66,
                
              
                
                  Nike = true,
                
              
                
                  CWK = 0,
                
              
                
                  BB = 555,
                
              
                
                  AA =new List<int> { 2,3 },
                
              
                
                  DD =new List<bool> { false },
                
              
                
                  EE =new List<string> { "c" },
                
              
                
                  WW =new Dictionary<string, bool> { {"a332",true},{"b",false},{"c",true} },
                
              
                
                  XX =new Dictionary<string, List<double>> { {"a",new List<double>{2d}},{"b",new List<double>{}},{"c",new List<double>{1d,2d,3d}} },
                
              
                
                  NNNK =new Dictionary<string, List<List<double>>> {  },
                
              
            },
          
            {
              
                
                  ID = "3",
                
              
                
                  English = "5555",
                
              
                
                  Chinese = "88822",
                
              
                
                  Bike = 66,
                
              
                
                  Nike = true,
                
              
                
                  CWK = 0,
                
              
                
                  BB = 555,
                
              
                
                  AA =new List<int> { 1,5 },
                
              
                
                  DD =new List<bool> { false },
                
              
                
                  EE =new List<string> { "d" },
                
              
                
                  WW =new Dictionary<string, bool> { {"a3333",true},{"b",false},{"c",true} },
                
              
                
                  XX =new Dictionary<string, List<double>> { {"a",new List<double>{2d}},{"b",new List<double>{}},{"c",new List<double>{1d,2d,3d}} },
                
              
                
                  NNNK =new Dictionary<string, List<List<double>>> {  },
                
              
            },
          
            {
              
                
                  ID = "5",
                
              
                
                  English = "33333333",
                
              
                
                  Chinese = "111133",
                
              
                
                  Bike = 53,
                
              
                
                  Nike = false,
                
              
                
                  CWK = 0,
                
              
                
                  BB = 2,
                
              
                
                  AA =new List<int> { 3,2 },
                
              
                
                  DD =new List<bool> { true },
                
              
                
                  EE =new List<string> { "e" },
                
              
                
                  WW =new Dictionary<string, bool> { {"a",true},{"b",false},{"c",true} },
                
              
                
                  XX =new Dictionary<string, List<double>> { {"a",new List<double>{2d}},{"b",new List<double>{}},{"c",new List<double>{1d,2d,3d}} },
                
              
                
                  NNNK =new Dictionary<string, List<List<double>>> {  },
                
              
            },
          
        }
    };
    ExcelDemo.data =ExcelDemo.datas[1];   
  