<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Excel and ASP.NET: Converting from HTML, Gridlines, etc.</title>
	<atom:link href="http://www.sandboxm.com/excel-and-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sandboxm.com/excel-and-aspnet/</link>
	<description>From one fellow developer to another</description>
	<lastBuildDate>Thu, 05 Aug 2010 07:11:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Daniel Rivas</title>
		<link>http://www.sandboxm.com/excel-and-aspnet/comment-page-1/#comment-2120</link>
		<dc:creator>Daniel Rivas</dc:creator>
		<pubDate>Fri, 02 Oct 2009 08:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandboxm.com/?p=114#comment-2120</guid>
		<description>Hello,

The error I get in the line myExcel.Workbooks.Add(byteExcelContent); is an out of memory dialogue. It takes more than 30 seconds to get there and during that time the CPU use is of more than 50%.

That&#039;s exactly right, I need to convert byte[] to excel without having to save\write the file. (I copied your line just for clarity :D )

Thanks,
Daniel Rivas.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>The error I get in the line myExcel.Workbooks.Add(byteExcelContent); is an out of memory dialogue. It takes more than 30 seconds to get there and during that time the CPU use is of more than 50%.</p>
<p>That&#8217;s exactly right, I need to convert byte[] to excel without having to save\write the file. (I copied your line just for clarity <img src='http://www.sandboxm.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  )</p>
<p>Thanks,<br />
Daniel Rivas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://www.sandboxm.com/excel-and-aspnet/comment-page-1/#comment-2118</link>
		<dc:creator>M</dc:creator>
		<pubDate>Thu, 01 Oct 2009 02:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandboxm.com/?p=114#comment-2118</guid>
		<description>Daniel,
What error message do you get when you run your code?
If I understand you correctly: you want to convert a byte[] into an Excel Workbook without having to save\write the file to disk, correct?

M</description>
		<content:encoded><![CDATA[<p>Daniel,<br />
What error message do you get when you run your code?<br />
If I understand you correctly: you want to convert a byte[] into an Excel Workbook without having to save\write the file to disk, correct?</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Rivas</title>
		<link>http://www.sandboxm.com/excel-and-aspnet/comment-page-1/#comment-2116</link>
		<dc:creator>Daniel Rivas</dc:creator>
		<pubDate>Wed, 30 Sep 2009 16:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandboxm.com/?p=114#comment-2116</guid>
		<description>Hello,
I have a requirement that is driving me crazy and I think that you might be able to help me solve my problem.
I have a Byte[] object extracted from an excel and I can generate another excel file from it. But what I need is to keep that &quot;excel Byte[]&quot; in the code to extract data WITHOUT GENERATING A PHISICAL FILE. Something like:

byte[] byteExcelContent = *Something here*
Microsoft.Office.Interop.Excel.Application myExcel = new Microsoft.Office.Interop.Excel.Application();
myExcel.Workbooks.Add(byteExcelContent);

Only that this does not work...
Any ideas will be very welcome.

Thanks,
Daniel Rivas.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have a requirement that is driving me crazy and I think that you might be able to help me solve my problem.<br />
I have a Byte[] object extracted from an excel and I can generate another excel file from it. But what I need is to keep that &#8220;excel Byte[]&#8221; in the code to extract data WITHOUT GENERATING A PHISICAL FILE. Something like:</p>
<p>byte[] byteExcelContent = *Something here*<br />
Microsoft.Office.Interop.Excel.Application myExcel = new Microsoft.Office.Interop.Excel.Application();<br />
myExcel.Workbooks.Add(byteExcelContent);</p>
<p>Only that this does not work&#8230;<br />
Any ideas will be very welcome.</p>
<p>Thanks,<br />
Daniel Rivas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: software development uk</title>
		<link>http://www.sandboxm.com/excel-and-aspnet/comment-page-1/#comment-2005</link>
		<dc:creator>software development uk</dc:creator>
		<pubDate>Thu, 20 Aug 2009 14:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandboxm.com/?p=114#comment-2005</guid>
		<description>Quite inspiring,

I didn&#039;t knew that xml tables can be read with exel, that was excelent

Thanks</description>
		<content:encoded><![CDATA[<p>Quite inspiring,</p>
<p>I didn&#8217;t knew that xml tables can be read with exel, that was excelent</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
