How To Easily Format An Excel Document Generating With POI And ColdFusion

<excel>
	<row>
		<col style="CSS GOES HERE">
			My Value Here.
		</col>
		<col style="CSS GOES HERE">
			My Value Here.
		</col>
	</row>
	<row>
		<col style="CSS GOES HERE">
			My Value Here.
		</col>
		<col style="CSS GOES HERE">
			My Value Here.
		</col>
	</row>
</excel>

For Cut-and-Paste