GridWorkbookSettings gws = new GridWorkbookSettings(); //set author. gws.Author = "peter"; GridWeb1.Settings = gws; GridWeb1.ImportExcelFile(@"c:\test.xlsx");