<?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>ManvirSingh.net &#187; Office (General)</title>
	<atom:link href="http://www.manvirsingh.net/index.php/category/office-general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manvirsingh.net</link>
	<description>Manvir&#039;s Blog!</description>
	<lastBuildDate>Tue, 01 Jun 2010 09:21:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to use XSLT to transform very large amount of data into Open XML workbook</title>
		<link>http://www.manvirsingh.net/index.php/how-to-use-xslt-to-transform-very-large-amount-of-data-into-open-xml-workbook/</link>
		<comments>http://www.manvirsingh.net/index.php/how-to-use-xslt-to-transform-very-large-amount-of-data-into-open-xml-workbook/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 09:21:59 +0000</pubDate>
		<dc:creator>Manvir</dc:creator>
				<category><![CDATA[Office (General)]]></category>
		<category><![CDATA[Open XML]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[xml transform]]></category>

		<guid isPermaLink="false">http://www.manvirsingh.net/?p=76</guid>
		<description><![CDATA[While working on document generation on server side, where Open XML SDK is the tool for a developer, I came across a scenario where the requirement was to generate Open XML based Excel Workbooks (XLSX), from older format of Excel Workbooks (XLS) files which contained a huge amount of data, like million rows in a [...]]]></description>
			<content:encoded><![CDATA[<p>While working on document generation on server side, where Open XML SDK is the tool for a developer, I came across a scenario where the requirement was to generate Open XML based Excel Workbooks (XLSX), from older format of Excel Workbooks (XLS) files which contained a huge amount of data, like million rows in a single sheet!</p>
<p>We were able to employ XSL Transform technique to very effeciently generate a part (sheet.xml) of Open XML workbook. I have talked about this whole scenario at the following post:</p>
<p><a title="How to efficiently generate OpenXML Workbook from Excel files containing very large amount of data" href="http://blogs.msdn.com/b/vsod/archive/2010/05/31/how-to-efficiently-generate-openxml-workbook-from-excel-files-containing-very-large-amount-of-data.aspx" target="_blank">How to efficiently generate OpenXML Workbook from Excel files containing very large amount of data &#8211; Visual Studio Office Development (VSOD) Support Team &#8211; Site Home &#8211; MSDN Blogs</a></p>
<p>This method is quite fast as well as extensible. During my testing, the generation of an Open XML workbook from a data XML containing around 1150 rows with 30+ columns each, took even less than a second to generate. Also, this technique can be extended to pull in data from a back-end database as XML and generate Open XML workbooks on the fly.</p>
<p>Have a look into this article and feel free to drop you comments/queries here or on the above post, I will surely try to answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manvirsingh.net/index.php/how-to-use-xslt-to-transform-very-large-amount-of-data-into-open-xml-workbook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paste as Link of Excel Chart may fail in PowerPoint</title>
		<link>http://www.manvirsingh.net/index.php/paste-as-link-of-excel-chart-may-fail-in-powerpoint/</link>
		<comments>http://www.manvirsingh.net/index.php/paste-as-link-of-excel-chart-may-fail-in-powerpoint/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 17:08:56 +0000</pubDate>
		<dc:creator>Manvir</dc:creator>
				<category><![CDATA[Office (General)]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[powerpoint]]></category>

		<guid isPermaLink="false">http://www.manvirsingh.net/?p=28</guid>
		<description><![CDATA[While working with PowerPoint 2007 today I noticed a strange behavior: If you have a Chart in an Excel workbook, and you want to insert this chart as link in a PowerPoint Slide by using Paste Special, it may fail to paste anything in the slide if the current view is Outline View. Also, even [...]]]></description>
			<content:encoded><![CDATA[<p>While working with PowerPoint 2007 today I noticed a strange behavior:</p>
<p>If you have a Chart in an Excel workbook, and you want to insert this chart as link in a PowerPoint Slide by using Paste Special, it may fail to paste anything in the slide if the current view is Outline View.</p>
<p>Also, even if the current active tab on the Normal View of a PowerPoint presentation is Outline View and it has the input focus, PowerPoint will fail to paste anything. And, the stranger part is that you will not get any message box informing so!? (&#8230;not surprised!)</p>
<p><strong>How to avoid this:</strong></p>
<p>You can paste the chart by following any of the following ways:</p>
<ol>
<li>Close Pane 1 of Normal View.</li>
<li>Activate the Slides tab in Pane 1 (see screenshot below).</li>
<li>While keeping the Outline tab as selected tab in Pane 1, Activate Pane 2 (Slide pane) by clicking in it, before you select Paste Special.</li>
</ol>
<p style="text-align: center;"><img class="size-full wp-image-29 aligncenter" title="PowerPoint Panes" src="http://www.manvirsingh.net/wp-content/uploads/2009/06/powerpointpanes.jpg" alt="PowerPoint Panes" width="571" height="272" /></p>
<p> </p>
<p>Please note that you may encounter the issue even if the Outline tab in Pane 1 is activated and it has input focus.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.manvirsingh.net/index.php/paste-as-link-of-excel-chart-may-fail-in-powerpoint/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
