<?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: DataDrop &#8211; Drag Grid Data in From a Spreadsheet</title>
	<atom:link href="http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/</link>
	<description>The Playground of VinylFox (Shea Frederick)</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:53:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Azlan</title>
		<link>http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/comment-page-1/#comment-7258</link>
		<dc:creator>Azlan</dc:creator>
		<pubDate>Sun, 18 Jul 2010 10:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=473#comment-7258</guid>
		<description>Hello All,

I am developing a GWT+EXT grid in Eclispe(Java). How do I implement this feature in my app?</description>
		<content:encoded><![CDATA[<p>Hello All,</p>
<p>I am developing a GWT+EXT grid in Eclispe(Java). How do I implement this feature in my app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Mathis</title>
		<link>http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/comment-page-1/#comment-6846</link>
		<dc:creator>John Mathis</dc:creator>
		<pubDate>Mon, 29 Mar 2010 08:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=473#comment-6846</guid>
		<description>Any way to get cut and paste to work as well -- i.e. a user cuts a selection in a spreadsheet and uses the brower&#039;s context menu to paste into the ext grid?</description>
		<content:encoded><![CDATA[<p>Any way to get cut and paste to work as well &#8212; i.e. a user cuts a selection in a spreadsheet and uses the brower&#8217;s context menu to paste into the ext grid?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Bruno</title>
		<link>http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/comment-page-1/#comment-6771</link>
		<dc:creator>Christopher Bruno</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=473#comment-6771</guid>
		<description>Adi,

I fixed this with my own custom splitter. Replace row[i].split(sepRe)
with splitRow(row[i]) where splitRow is:

function splitRow(arow) {
		var running = &quot;&quot;; 
		var parts = new Array(); 
		for(var k =0; k &lt; arow.length; k++) {
			if(arow[k] == &quot;\t&quot;) {
				parts.push(running); 
				running = &quot;&quot;; 
			}
			else{
				running = running + arow[k]; 
			}
		}
		parts.push(running); 	
		return parts; 	
	}</description>
		<content:encoded><![CDATA[<p>Adi,</p>
<p>I fixed this with my own custom splitter. Replace row[i].split(sepRe)<br />
with splitRow(row[i]) where splitRow is:</p>
<p>function splitRow(arow) {<br />
		var running = &#8220;&#8221;;<br />
		var parts = new Array();<br />
		for(var k =0; k &lt; arow.length; k++) {<br />
			if(arow[k] == &quot;\t&quot;) {<br />
				parts.push(running);<br />
				running = &quot;&quot;;<br />
			}<br />
			else{<br />
				running = running + arow[k];<br />
			}<br />
		}<br />
		parts.push(running);<br />
		return parts;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Como Importar Arquivo Excel para um ExtJS DataGrid usando DataDrop Grid Plugin &#124; Loiane Groner</title>
		<link>http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/comment-page-1/#comment-6416</link>
		<dc:creator>Como Importar Arquivo Excel para um ExtJS DataGrid usando DataDrop Grid Plugin &#124; Loiane Groner</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=473#comment-6416</guid>
		<description>[...] chamado de DataDrop desenvolvido por Shea Frederick (também conhecido como VinylFox no fórum do ExtJS) e você pode [...]</description>
		<content:encoded><![CDATA[<p>[...] chamado de DataDrop desenvolvido por Shea Frederick (também conhecido como VinylFox no fórum do ExtJS) e você pode [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Importing an Excel Spreadsheet into an ExtJS DataGrid using DataDrop Grid Plugin &#124; Loiane Groner</title>
		<link>http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/comment-page-1/#comment-6415</link>
		<dc:creator>Importing an Excel Spreadsheet into an ExtJS DataGrid using DataDrop Grid Plugin &#124; Loiane Groner</dc:creator>
		<pubDate>Mon, 08 Mar 2010 10:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=473#comment-6415</guid>
		<description>[...] is called DataDrop developed by Shea Frederick (a.k.a VinylFox) and you can drag data into an ExtJS Datagrid from a [...]</description>
		<content:encoded><![CDATA[<p>[...] is called DataDrop developed by Shea Frederick (a.k.a VinylFox) and you can drag data into an ExtJS Datagrid from a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndtreviv</title>
		<link>http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/comment-page-1/#comment-5400</link>
		<dc:creator>ndtreviv</dc:creator>
		<pubDate>Tue, 05 Jan 2010 14:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=473#comment-5400</guid>
		<description>Hmmm...in FireFox 3 (Mac) and Safari 4 (Mac) it doesn&#039;t register the mouse over until you re-focus the browser window, so it doesn&#039;t quite work in the way your video shows it. You have to drag the rows into the grid, then click to focus the window. (This is using r12 of your plugin)

Interestingly enough it works on FireFox and Safari on the PC (Vista)!
Nice.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;in FireFox 3 (Mac) and Safari 4 (Mac) it doesn&#8217;t register the mouse over until you re-focus the browser window, so it doesn&#8217;t quite work in the way your video shows it. You have to drag the rows into the grid, then click to focus the window. (This is using r12 of your plugin)</p>
<p>Interestingly enough it works on FireFox and Safari on the PC (Vista)!<br />
Nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ext Js bits &#171; roundcrisis.Find&#60;Solution&#62;()</title>
		<link>http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/comment-page-1/#comment-4042</link>
		<dc:creator>Ext Js bits &#171; roundcrisis.Find&#60;Solution&#62;()</dc:creator>
		<pubDate>Tue, 20 Oct 2009 19:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=473#comment-4042</guid>
		<description>[...] Shea Frederick has a very nifty Excel drag and drop into the grid, got the code and runs in ie7, ie8, ff3.5 and Chrome and you can get it here [...]</description>
		<content:encoded><![CDATA[<p>[...] Shea Frederick has a very nifty Excel drag and drop into the grid, got the code and runs in ie7, ie8, ff3.5 and Chrome and you can get it here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adi</title>
		<link>http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/comment-page-1/#comment-4039</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Tue, 20 Oct 2009 15:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=473#comment-4039</guid>
		<description>it has an issue however. 
on empty cells, it will shift the columns left. and they will not corespond any more.

how cant that be fixed? ( imean i need empty cells in xls to be ported in that array grid)

i find  this a very useful plugin. nice job.</description>
		<content:encoded><![CDATA[<p>it has an issue however.<br />
on empty cells, it will shift the columns left. and they will not corespond any more.</p>
<p>how cant that be fixed? ( imean i need empty cells in xls to be ported in that array grid)</p>
<p>i find  this a very useful plugin. nice job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/comment-page-1/#comment-3890</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 05 Oct 2009 09:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=473#comment-3890</guid>
		<description>Absolutely fantastic !!!</description>
		<content:encoded><![CDATA[<p>Absolutely fantastic !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Baker</title>
		<link>http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/comment-page-1/#comment-3851</link>
		<dc:creator>Mark Baker</dc:creator>
		<pubDate>Fri, 02 Oct 2009 13:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=473#comment-3851</guid>
		<description>Interesting to note that the data is actually removed from the OOCalc worksheet when it&#039;s dragged into the grid (at least with OOCalc 2.3 on Windows XP)</description>
		<content:encoded><![CDATA[<p>Interesting to note that the data is actually removed from the OOCalc worksheet when it&#8217;s dragged into the grid (at least with OOCalc 2.3 on Windows XP)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
