<?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>Aptech &#187; Answers for "Saving data to Excel"</title>
	<atom:link href="http://www.aptech.com/questions/saving-data-to-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aptech.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2013 19:12:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>By: additive</title>
		<link>http://www.aptech.com/questions/saving-data-to-excel/#answer-2152</link>
		<comments>http://www.aptech.com/questions/saving-data-to-excel/#answer-2152#comments</comments>
		<pubDate>Wed, 17 Oct 2012 11:46:59 +0000</pubDate>
		<dc:creator>additive</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/saving-data-to-excel/#answer-2152</guid>
		<description><![CDATA[Try xlsWrite &#8211; commands as below varnames = "Y" $&#124; "X1" $&#124;"X2"; y = {2,3,4}; x1 = {10,15,20}; x2 = {1,0,1}; xlsWriteSA(varnames', "c:\\temp\\yourfile.xls", "A1", 1,""); xlsWriteM(y~x1~x2, "c:\\temp\\yourfile.xls", "A2", 1,"");]]></description>
			<content:encoded><![CDATA[<p>Try xlsWrite &#8211; commands as below</p>
<p><code>varnames = "Y" $| "X1" $|"X2";<br />
y = {2,3,4};<br />
x1 = {10,15,20};<br />
x2 = {1,0,1};<br />
xlsWriteSA(varnames', "c:\\temp\\yourfile.xls", "A1", 1,"");<br />
xlsWriteM(y~x1~x2, "c:\\temp\\yourfile.xls", "A2", 1,"");</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/saving-data-to-excel/#answer-2152/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.aptech.com @ 2013-02-09 01:56:29 --