<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Microsoft Excel Archives &#8212; Stampede: the strategic design &amp; technology company</title>
	<atom:link href="https://stampede-design.com/blog/tag/microsoft-excel/feed/" rel="self" type="application/rss+xml" />
	<link>https://stampede-design.com/blog/tag/microsoft-excel/</link>
	<description>We are creating better worlds though thoughtful design and technology. Connect with us!</description>
	<lastBuildDate>Tue, 07 Apr 2026 10:22:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.8</generator>

<image>
	<url>https://stampede-design.com/wp-content/uploads/2024/02/cropped-Stampede-Favicon-old-32x32.png</url>
	<title>Microsoft Excel Archives &#8212; Stampede: the strategic design &amp; technology company</title>
	<link>https://stampede-design.com/blog/tag/microsoft-excel/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Easy Way to Generate Complex Excel Spreadsheet Programmatically</title>
		<link>https://stampede-design.com/blog/easy-way-to-generate-complex-excel-spreadsheet-programmatically-2/</link>
					<comments>https://stampede-design.com/blog/easy-way-to-generate-complex-excel-spreadsheet-programmatically-2/#respond</comments>
		
		<dc:creator><![CDATA[Shaiful Borhan]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 15:09:53 +0000</pubDate>
				<category><![CDATA[Field Notes]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<guid isPermaLink="false">https://stampede-design.com/blog/?p=894</guid>

					<description><![CDATA[<p>In one of his projects, one of the requirements was the system must be able to produce an official form document in Excel spreadsheet with precise formatting that will look consistent when printed. Like the smooth strumming of his guitar, Shaiful shares a quick workaround on how to generate complicated Excel documents from your application.</p>
<p>The post <a href="https://stampede-design.com/blog/easy-way-to-generate-complex-excel-spreadsheet-programmatically-2/">Easy Way to Generate Complex Excel Spreadsheet Programmatically</a> appeared first on <a href="https://stampede-design.com">Stampede: the strategic design &amp; technology company</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="lead">In my previous project, one of the requirements was the  system must be able to produce an official form document in Excel spreadsheet with  precise formatting that will look consistent when printed. As reference, the client  provided me a sample of the working form in an Excel spreadsheet that has been meticulously  formatted using colors, font styles, borders and cell merging to produce the  desired form document.</p>
<p>Using an Excel generator PHP library to produce the document  would require too much work in terms of codes just to handle the formatting part. What  we can do is use MS Excel to export the spreadsheet to HTML format. This process  will generate a few HTML files based on the number of worksheets you have, a CSS  file and image files (if any). </p>
<p>The main idea here is to let your application generate the  HTML, CSS and image files exactly as the ones generated by Excel. And then use  MS Excel to import the HTML files to render the spreadsheet. Since you’ll be  offering a bunch of files for the user to download, it’s a good idea to bundle  them up in a ZIP archive. This method should work on any programming languages.</p>
<p>Have a nice day!</p>
<p>The post <a href="https://stampede-design.com/blog/easy-way-to-generate-complex-excel-spreadsheet-programmatically-2/">Easy Way to Generate Complex Excel Spreadsheet Programmatically</a> appeared first on <a href="https://stampede-design.com">Stampede: the strategic design &amp; technology company</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stampede-design.com/blog/easy-way-to-generate-complex-excel-spreadsheet-programmatically-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
