<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How to make spreadsheet dynamically sortable web table?</title>
	<link>http://ask.metafilter.com/89827/How-to-make-spreadsheet-dynamically-sortable-web-table/</link>
	<description>Comments on Ask MetaFilter post How to make spreadsheet dynamically sortable web table?</description>
	<pubDate>Sat, 26 Apr 2008 09:05:01 -0800</pubDate>
	<lastBuildDate>Sat, 26 Apr 2008 09:05:01 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How to make spreadsheet dynamically sortable web table?</title>
		<link>http://ask.metafilter.com/89827/How-to-make-spreadsheet-dynamically-sortable-web-table</link>	
		<description>I want to take an Excel spreadsheet and just make it a dynamically sortable table I can put in a webpage or blog. I want people to be able to click a column, and have the table be sorted by that column. Best solutions? Also, if the table included locations, is it possible to make them selectable, and have the selected locations display on Google maps? Thanks.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.89827</guid>
		<pubDate>Sat, 26 Apr 2008 09:01:35 -0800</pubDate>
		<dc:creator>Malad</dc:creator>
		
			<category>excel</category>
		
			<category>spreadsheet</category>
		
			<category>html</category>
		
			<category>webpage</category>
		
			<category>website</category>
		
			<category>ajax</category>
		
			<category>javascript</category>
		
	</item> <item>
		<title>By: Maia</title>
		<link>http://ask.metafilter.com/89827/How-to-make-spreadsheet-dynamically-sortable-web-table#1319587</link>	
		<description>You might be able to import the spreadsheet as a Google Spreadsheet, and then embed the spreadsheet into a webpage, but I&apos;m not sure.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.89827-1319587</guid>
		<pubDate>Sat, 26 Apr 2008 09:05:01 -0800</pubDate>
		<dc:creator>Maia</dc:creator>
	</item><item>
		<title>By: unixrat</title>
		<link>http://ask.metafilter.com/89827/How-to-make-spreadsheet-dynamically-sortable-web-table#1319604</link>	
		<description>What Maia said, only I&apos;m sure of it. :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.89827-1319604</guid>
		<pubDate>Sat, 26 Apr 2008 09:24:53 -0800</pubDate>
		<dc:creator>unixrat</dc:creator>
	</item><item>
		<title>By: Jasper Friendly Bear</title>
		<link>http://ask.metafilter.com/89827/How-to-make-spreadsheet-dynamically-sortable-web-table#1319613</link>	
		<description>You can do this in Excel 2003 for Windows (it may not work with Mac Excel or the new version of Excel for Windows).  &lt;br&gt;
&lt;br&gt;
Suppose your table looks this in Excel:&lt;br&gt;
&lt;br&gt;
       ....A....................B.............    &lt;br&gt;
1    Name..........Location&lt;br&gt;
2    City Hall......123 Any street &lt;br&gt;
3    Land Fill......123 Rural Road&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
For the locations you could create hyperlinks to the relevant google map pages. For example, you would highlight cell B2 and then &lt;em&gt;Insert &lt;/em&gt;--&amp;gt;&lt;em&gt; hyperlink &lt;/em&gt;and then copy in the google map link.&lt;br&gt;
&lt;br&gt;
Once you&apos;ve created your hyperlinks, you highlight the entire area A1:B3 and then go &lt;em&gt;file&lt;/em&gt; --&amp;gt; &lt;em&gt;Save as webpage  &lt;/em&gt;and click on the &lt;em&gt;save selection button &lt;/em&gt;and click on the &lt;em&gt;add interactivity button&lt;/em&gt;, and then press the &lt;em&gt;publish button&lt;/em&gt;.  &lt;br&gt;
&lt;br&gt;
If you double click on the .htm file that is created, it will open into a web browser (I&apos;m using Internet Explorer) and then it might ask you about allowing active X to run (allow it), and you&apos;ll end up with an interactive web page that has icons that allow for sorting the table.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.89827-1319613</guid>
		<pubDate>Sat, 26 Apr 2008 09:30:49 -0800</pubDate>
		<dc:creator>Jasper Friendly Bear</dc:creator>
	</item><item>
		<title>By: desjardins</title>
		<link>http://ask.metafilter.com/89827/How-to-make-spreadsheet-dynamically-sortable-web-table#1319679</link>	
		<description>Does it HAVE to be Excel? Because &lt;a href=&quot;http://www.cssjuice.com/16-sortable-table-techniques/&quot;&gt;here are 16 options&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.89827-1319679</guid>
		<pubDate>Sat, 26 Apr 2008 10:51:04 -0800</pubDate>
		<dc:creator>desjardins</dc:creator>
	</item><item>
		<title>By: Gomez_in_the_South</title>
		<link>http://ask.metafilter.com/89827/How-to-make-spreadsheet-dynamically-sortable-web-table#1319878</link>	
		<description>Is the Excel file just the source of the data to be displayed or does it need to be updatable through the web as well?&lt;br&gt;
&lt;br&gt;
It is possible to read from an Excel document using PHP and the &lt;a href=&quot;http://sourceforge.net/projects/phpexcelreader&quot;&gt;PHP-ExcelReader&lt;/a&gt;. This would involve some programming though. You could read the Excel into arrays in PHP and from there it would be quite easy to sort them as necessary and make the links. If the server where the site is hosted is a Windows server there are also other options using COM objects.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.89827-1319878</guid>
		<pubDate>Sat, 26 Apr 2008 16:28:12 -0800</pubDate>
		<dc:creator>Gomez_in_the_South</dc:creator>
	</item>
	</channel>
</rss>
