OK, so maybe I'm not even picking Halo 3. But I'm wagering that it'll be either that or Bioware's Mass Effect will be the ones that make Game of the Year. I have a theory about games that, much like other software, there's a certain amount of customizability that's necessary, particularly to keep the hardcore cluster intrigued. Games like World of Warcraft demonstrate this in its user interface customizability and (to some extent) the abilities of their classes. Elder Scrolls IV: Oblivion demonstrated ......
One of the common ways I've seen for any kind of "export to Excel" feature on websites is to output to a hidden DataGrid or GridView, and then rendering the contents of the GridView to the response stream, naming it with a .XLS extension. This has a series of problems, not the least of which is the "This file has contents that do not match the file extension" error dialog presented when you open the file in Excel. One of the cool tools I've found recently is called "ExcelXmlWriter" hosted and produced ......