I had a need to output an excel document of a bunch of data from a DNN Module I am working on at my day time job, and found that I couldn't use the CarlosAg.ExcelXmlWriter because none of our client machines are running Excel XP or 2003 (required to read it's output). Plus, it was a wee-bit overkill. Since there was no simple sample of exporting tabular data, I figured I would blog it here in case anybody else wanted to use it. Also, there is another procedure to output tab separated data and will open directly into excel: Read More »