<?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>Make Tech Easier&#187; spreadsheet</title>
	<atom:link href="http://maketecheasier.com/tag/spreadsheet/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Easily Convert A Spreadsheet to HTML [Quick Tips]</title>
		<link>http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15</link>
		<comments>http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15#comments</comments>
		<pubDate>Tue, 15 May 2012 21:30:19 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=49608</guid>
		<description><![CDATA[You probably have done a lot of work on Excel or other spreadsheet application and you want to convert all of them into HTML document so you can place it on the Web. What should you do? This may seems like a simple question with obvious answers, but plenty of... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15&amp;title=How+to+Easily+Convert+A+Spreadsheet+to+HTML+%5BQuick+Tips%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15">How to Easily Convert A Spreadsheet to HTML [Quick Tips]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2012/05/spreadsheet2html-main.png" alt="spreadsheet2html-main" title="spreadsheet2html-main" class="alignleft size-full wp-image-49812" />You probably have done a lot of work on Excel or other spreadsheet application and you want to convert all of them into HTML document so you can place it on the Web. What should you do? This may seems like a simple question with obvious answers, but plenty of people are still having difficulty getting it done. There are several ways that you can convert your spreadsheet to HTML document, and luckily, you don&#8217;t need to be a HTML coder to do so.<br />
<span id="more-49608"></span></p>
<h2>1. Use the &#8220;Save-as&#8221;  tool in your office suite</h2>
<p>I am not sure about all the office suite, but for Microsoft Excel, OpenOffice and LibreOffice, they allow you to save your document as a HTML file. And yes, all your data will be converted to HTML format too.</p>
<p>To do this, you just have to go to &#8220;File -> Save as&#8221; and select HTML web document from the list. The naming convention might vary for different office suite. </p>
<p><img src="http://imagecdn.maketecheasier.com/2012/05/spreadsheet2html-save-as-html.png" alt="spreadsheet2html-save-as-html" title="spreadsheet2html-save-as-html" class="aligncenter size-full wp-image-49807" /></p>
<p>Once you have exported it, you can edit the HTML document or open with a browser to view it. </p>
<h2>2. Google Docs</h2>
<p>What if you don&#8217;t have office suite on your PC and you don&#8217;t have permission to install software on your system? Here&#8217;s a simple walk-around: use Google Docs (or Google Drive)</p>
<p>1. Upload your spreadsheet document to Google Docs.</p>
<p>2. Go to &#8220;File -> Download As&#8221; and select &#8220;HTML&#8221;. It will probably open your current spreadsheet in a new tab, in webpage format. All you have to do is to right click your mouse and select &#8220;View Source&#8221;. Copy all the source code.</p>
<p><img src="http://imagecdn.maketecheasier.com/2012/05/spreadsheet2html-google-docs.png" alt="spreadsheet2html-google-docs" title="spreadsheet2html-google-docs" class="aligncenter size-full wp-image-49808" /></p>
<p>3. Paste the HTML source code to a text editor and save it with a .html extension.</p>
<h2>3. Using a web service &#8211; Tableizer</h2>
<p>If you prefer a more manual method, you can make use of a web service to convert your spreadsheet to HTML document. </p>
<p>1. Go to <a href="http://tableizer.journalistopia.com/" target="_blank">Tableizer</a>.</p>
<p>2. Copy the data in your spreadsheet document and paste it in the input field. Click &#8220;Tableize it&#8221;. </p>
<p>That&#8217;s it. It will generate the HTML table code as well as a preview of how it looks like on the Web. You can simply copy and paste the HTML code to your Web document.</p>
<p><img src="http://imagecdn.maketecheasier.com/2012/05/spreadsheet2html-tableizer.png" alt="spreadsheet2html-tableizer" title="spreadsheet2html-tableizer" class="aligncenter size-full wp-image-49809" /></p>
<p>I have tested Tableizer with several documents and it works well with most of them. For some instances, it has difficulties interpreting a carriage return within cells. Your result may vary.</p>
<p><strong>Note</strong>: If you have used Macros or formula in your spreadsheet, they might not translate well in the HTML format.</p>
<p>What other ways do you use to convert your spreadsheet to HTML?<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03' title='How to convert XLS file to CSV in Command Line [Linux]'>How to convert XLS file to CSV in Command Line [Linux]</a></li>
<li><a href='http://maketecheasier.com/use-pinterest-analytics-for-your-business/2012/05/25' title='How To Use Pinterest Analytics For Your Business'>How To Use Pinterest Analytics For Your Business</a></li>
<li><a href='http://maketecheasier.com/slowpal-browse-your-paypal-transaction-history-without-waiting/2012/05/24' title='SlowPal: Browse Your PayPal Transaction History Without Waiting'>SlowPal: Browse Your PayPal Transaction History Without Waiting</a></li>
<li><a href='http://maketecheasier.com/tinychat-allows-chat-listen-to-music-and-draw-simultaneously/2012/05/23' title='Tinychat For Web Allows You to Chat, Listen to Music And Draw Simultaneously'>Tinychat For Web Allows You to Chat, Listen to Music And Draw Simultaneously</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15&amp;title=How+to+Easily+Convert+A+Spreadsheet+to+HTML+%5BQuick+Tips%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15">How to Easily Convert A Spreadsheet to HTML [Quick Tips]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert XLS file to CSV in Command Line [Linux]</title>
		<link>http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03</link>
		<comments>http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03#comments</comments>
		<pubDate>Fri, 03 Feb 2012 15:58:52 +0000</pubDate>
		<dc:creator>Abhishek Prakash</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=44836</guid>
		<description><![CDATA[Converting Microsoft Excel sheet (XLS file) to a Comma Separated file (CSV) is relatively very easy while using an Office product, but it could be a tedious task for programmers to do it in command line. The situation may arrive when you have a XLS file and you need to... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03&amp;title=How+to+convert+XLS+file+to+CSV+in+Command+Line+%5BLinux%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03">How to convert XLS file to CSV in Command Line [Linux]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2012/01/xls2csv-logo.png" alt="xls2csv-logo" title="xls2csv-logo" class="alignleft size-full wp-image-45064" />Converting Microsoft Excel sheet (XLS file) to a Comma Separated file (CSV) is relatively very easy while using an Office product, but it could be a tedious task for programmers to do it in command line. The situation may arrive when you have a XLS file and you need to fill the database from it after formatting the data. Converting the XLS to CSV is the ideal way here as the CSV is the format that can easily be manipulated in any language, be it Shell, Perl, Ruby, Python or Java. In this post, we will see the best ways to convert the XLS file to CSV and we will also discuss the pro and cons of using these methods.<br />
<span id="more-44836"></span></p>
<h2>catdoc (in C)</h2>
<p>The first command line tool we are going to talk about is <a href="http://vitus.wagner.pp.ru/software/catdoc/" target="_blank">catdoc</a>. The tool is written in C by V.B. Vagner.</p>
<h3>1.1 How to install it:</h3>
<p>Download the tool from <a href="http://ftp.wagner.pp.ru/pub/catdoc/catdoc-0.94.2.tar.gz" target="_blank" rel="nofollow">here</a>.  Go to your downloads directory and untar it. You can use the following commands (in case you are facing problem):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">gunzip</span> catdoc-0.94.2.tar.gz <span style="color: #c20cb9; font-weight: bold;">tar</span> xvf catdoc-0.94.2.tar</pre></div></div>

<p>Now we have a <em>catdoc-0.94.2</em> directory. Go inside this directory and run the following commands to install it:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>configure 
<span style="color: #c20cb9; font-weight: bold;">make</span> 
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>The installation is an easy process and you should not face any problem here.</p>
<h3>1.2 How to use it:</h3>
<p>There are several option to run the command. I&#8217;ll tell the options that works best for the Microsoft Excel conversion:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">xls2csv <span style="color: #660033;">-x</span> <span style="color: #ff0000;">&quot;Path_of_Your_XLS_File&quot;</span> <span style="color: #660033;">-s</span> cp1252 <span style="color: #660033;">-d</span> <span style="color: #000000;">8859</span>-<span style="color: #000000;">1</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #ff0000;">&quot;Path_of_Your_CSV_File&quot;</span></pre></div></div>

<p>Note the option &#8220;<em>-s</em>&#8221; and &#8220;<em>-d</em>&#8221; (stands for source and destination). These options are used to specify which character encoding is used in the source file and what would be the character encoding for the destination file. Here I have used cpl1252 which is Microsoft character encoding and 8859-1 which is used for Western European character encoding. You can use what other options are available by using the help command.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">xls2csv <span style="color: #660033;">--help</span></pre></div></div>

<h3>1.3 Pros and Cons:</h3>
<p><strong>Pros</strong>: Straight forward installation</p>
<p><strong>Cons</strong>: No selective conversion in multiple sheet scenario, it coverts all the sheets present in the xls file (one workaround would be to explicitly specify a footer in each sheet and then use option -b in the command), problems with few European characters, problem with date fields (the date fields are messed up big times), messes with quotes.</p>
<h2>xls2csv (in Perl)</h2>
<p>The second tool we are going to talk about is a Perl script <a href="http://search.cpan.org/~ken/xls2csv-1.06/script/xls2csv" target="_blank">xls2csv</a> written by Ken Prows in Perl.</p>
<h3>2.1 How to install it:</h3>
<p>Download the script <a href="http://search.cpan.org/CPAN/authors/id/K/KE/KEN/xls2csv-1.06.tar.gz" target="_blank" rel="nofollow">here</a>. Gunzip and tar it like we did in previous section and go the extracted directory and use the following commands to install it:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">perl</span> Makefile.PL 
<span style="color: #c20cb9; font-weight: bold;">make</span> 
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #7a0874; font-weight: bold;">test</span> 
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>Remember this Perl script uses a number of other Perl modules:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Locale::Recode Unicode::Map Spreadsheet::ParseExcel Text::CSV_XS</pre></div></div>

<p>While installing xls2csv, it will give error that the mentioned perl modules have not been installed. It will ask you to download the modules. Download and install these modules when asked. All these module installation requires root privileges. If you do not have root access, then you should follow the instruction given <a href="http://maketecheasier.com/install-perl-module-in-linux-without-root-permission/2012/01/20" target="_blank">here</a> to install a Perl module.</p>
<h3>2.2 How to use it:</h3>
<p>The following command can be used to convert Microsoft excel to csv:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">xls2csv <span style="color: #660033;">-x</span> <span style="color: #ff0000;">&quot;Path_of_Your_XLS_File&quot;</span> <span style="color: #660033;">-b</span> cp1252 <span style="color: #660033;">-w</span> WorkSheetName <span style="color: #660033;">-c</span> <span style="color: #ff0000;">&quot;Path_of_Your_CSV_File&quot;</span> <span style="color: #660033;">-a</span> <span style="color: #000000;">8859</span>-<span style="color: #000000;">1</span></pre></div></div>

<p>Option x and c (means xls and csv) are used to specify the input and output files where as b and a (means before and after) are used to specify the respective character encoding. We have use the same character encoding as in previous tool.</p>
<h3>2.3 Pros and cons:</h3>
<p><strong>Pros</strong>: Good with western European character conversion and date fields, supports selective multiple sheet conversion,</p>
<p><strong>Cons</strong>: Several Perl modules need to be installed, first cell should not be empty (otherwise it skips the whole row), messes with quotes</p>
<p>There are couple of other ways as well. Some scripts in Python and Java are also available to use but they are not as good as these two discussed here. I hope the article solves your problem. Question and suggestions are always welcomed. Cheers :)<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15' title='How to Easily Convert A Spreadsheet to HTML [Quick Tips]'>How to Easily Convert A Spreadsheet to HTML [Quick Tips]</a></li>
<li><a href='http://maketecheasier.com/10-more-funny-andor-useless-linux-commands/2012/05/10' title='10 More Funny and/or Useless Linux Commands'>10 More Funny and/or Useless Linux Commands</a></li>
<li><a href='http://maketecheasier.com/beginners-guide-to-sed-linux/2012/03/29' title='Beginner&#8217;s Guide to Sed [Linux]'>Beginner&#8217;s Guide to Sed [Linux]</a></li>
<li><a href='http://maketecheasier.com/install-a-minimal-ubuntu-on-old-laptop/2012/02/24' title='How to Install A Minimal (And Non-Bloated) Ubuntu On Your Old Laptop'>How to Install A Minimal (And Non-Bloated) Ubuntu On Your Old Laptop</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03&amp;title=How+to+convert+XLS+file+to+CSV+in+Command+Line+%5BLinux%5D&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03">How to convert XLS file to CSV in Command Line [Linux]</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/convert-xls-file-to-csv-in-command-line/2012/02/03/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 More OpenOffice Extensions</title>
		<link>http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17</link>
		<comments>http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17#comments</comments>
		<pubDate>Sat, 17 Apr 2010 12:00:14 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[Open Office]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=14551</guid>
		<description><![CDATA[Moving all of your apps and information in the cloud has been adopted by a great number of people. However, there are also a large number who still prefer having a desktop application. Pretty much everyone like free. I am typically use Google Docs for my word processing and spreadsheets,... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17&amp;title=9+More+OpenOffice+Extensions&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17">9 More OpenOffice Extensions</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-13947" title="openoffice-logo" src="http://imagecdn.maketecheasier.com/2010/03/openoffice-logo.png" alt="openoffice-logo" width="128" height="129" />Moving all of your apps and information in the cloud has been adopted by a great number of people. However, there are also a large number who still prefer having a desktop application. Pretty much everyone like free.</p>
<p>I am typically use Google Docs for my word processing and spreadsheets, but do on occasion tinker with <a href="http://www.openoffice.org/">OpenOffice</a>. I tend to use OpenOffice if I am on my netbook and not connected to the internet. I can use the word processor to write and not be tempted to go on Twitter or use Stumbleupon to find random sites.</p>
<p>At first, I didn’t realize you could use extensions; once I found that out, I was hooked. One of my favorites was covered in a previous post about <a href="http://maketecheasier.com/12-must-have-openoffice-extensions/2008/02/11">OpenOffice extensions</a>. It allows you to import, export and update documents you create in OpenOffice with Google Docs and other cloud office apps.</p>
<p>Below are several more extensions to help you tailor this opensource app to the way you use it.<br />
<span id="more-14551"></span></p>
<h3>1. <a href="http://extensions.services.openoffice.org/en/project/MultiCloud" target="_blank">MultiCloud File Manager</a></h3>
<p>If you use an cloud storage provider like Amazon S3 or Mobile Me (among others), this is a must have. Access and save your files offsite incase of a hard drive disaster. Here is a link to their quick walk through video <a title="http://goo.gl/SV8h" href="http://goo.gl/SV8h">http://goo.gl/SV8h</a>.</p>
<h3>2. <a href="http://extensions.services.openoffice.org/en/project/cropooo" target="_blank">CropOOo</a></h3>
<p>If you use Draw or Impress, you know cropping isn’t always the easiest thing to do. This extension helps cure that dilemma.</p>
<h3>3. <a href="http://extensions.services.openoffice.org/en/project/ComposeSpecialCharacters" target="_blank">Compose Special Characters</a></h3>
<p>When using Writer and Calc, you can type a few characters and use a keyboard shortcut to transform normal characters to special characters. This can save you having to look them up or remember the what the <a href="http://unicode.org/charts/" target="_blank">unicode value</a> is.</p>
<p>If you already have those values memorized, you can use them with <a title="http://extensions.services.openoffice.org/en/project/pagination" href="http://extensions.services.openoffice.org/en/project/pagination">this extension</a> as well.</p>
<h3>4. <a href="http://extensions.services.openoffice.org/en/project/TemplatePack_II" target="_blank">Professional Template Pack II – English</a></h3>
<p>This is a great pack of templates to get you going. It offers event posters, business cards, letters, invoices, projest planning and business correspondences. It is a great starting point to get your document headed in the right direction.</p>
<h3>5. <a href="http://extensions.services.openoffice.org/en/project/histmngr" target="_blank">History Manager</a></h3>
<p>This extension is not essential, but offers a the convenience of seeing more of your recently used documents. Super handy of you are working on lots of projects simultaneously.</p>
<h3>6. <a href="http://extensions.services.openoffice.org/en/project/scr2" target="blank">Screenwright(R) screenplay formatting template</a></h3>
<p>If you have aspirations of being a screen writer, you will want every advantage you can get. By adding this extension that formats your film script to industry standards, you can concentrate on your work.</p>
<h3>7. <a href="http://extensions.services.openoffice.org/en/project/OpenCards" target="_blank">OpenCards</a></h3>
<p>One way to remember something is through repetition. Using flashcards is a common practice to help memorize things. OpenCards makes it easy to create flashcards as well as rank how you did.</p>
<h3>8. <a href="http://extensions.services.openoffice.org/en/project/pdfimport" target="_blank">Sun PDF Import Extension</a></h3>
<p>Import and modify PDF documents for free, enough said.</p>
<h3>9. <a href="http://extensions.services.openoffice.org/en/project/2" target="_blank">Web2.0 OpenOffice.org collaboration &amp; document management extension</a></h3>
<p>Collaborating on documents can be a huge time saver. Giving multiple people access to edit a single file not only saves you from having a ton of emails, it also makes it easier to keep track of the most recent version of the document. The community license allows up to 5 users to use this service for free. If you have more collaborators, you will need one of the paid versions.</p>
<p>More info can be found at <a href="http://www.o3spaces.com/Page/sp201/ml1/Index.html">o3spaces.com</a></p>
<p>Leave a comment with your “must have” OpenOffice extensions.<br />
<!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/5-must-have-firefox-extensions-for-blogging/2012/05/20' title='5 Must-Have Firefox Extensions For Blogging'>5 Must-Have Firefox Extensions For Blogging</a></li>
<li><a href='http://maketecheasier.com/easily-convert-a-spreadsheet-to-html/2012/05/15' title='How to Easily Convert A Spreadsheet to HTML [Quick Tips]'>How to Easily Convert A Spreadsheet to HTML [Quick Tips]</a></li>
<li><a href='http://maketecheasier.com/5-chrome-extensions-to-make-gmail-super-user-friendly/2012/03/18' title='5 Lesser Known, But Extremely Useful Chrome Extensions To Make Gmail Super User-friendly'>5 Lesser Known, But Extremely Useful Chrome Extensions To Make Gmail Super User-friendly</a></li>
<li><a href='http://maketecheasier.com/10-of-the-best-gnome-shell-extensions/2012/02/10' title='10 Of The Best Gnome Shell Extensions'>10 Of The Best Gnome Shell Extensions</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17&amp;title=9+More+OpenOffice+Extensions&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17">9 More OpenOffice Extensions</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/9-more-openoffice-extensions/2010/04/17/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>5 Tips for Google Spreadsheets</title>
		<link>http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13</link>
		<comments>http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13#comments</comments>
		<pubDate>Tue, 13 Oct 2009 12:40:04 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Google docs]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7725</guid>
		<description><![CDATA[I see posts on business oriented sites almost daily shelling out tips for every inch of the Microsoft Office Suite. An equal number of sites talk about Gmail, giving tips and ways to be more productive while using it. What about Google Docs? Docs can do some equally fancy stuff... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13&amp;title=5+Tips+for+Google+Spreadsheets&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13">5 Tips for Google Spreadsheets</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7736" src="http://imagecdn.maketecheasier.com/2009/10/googlespreadsheets-intro.png" alt="googlespreadsheets-intro" width="97" height="91" />I see posts on business oriented sites almost daily shelling out tips for every inch of the Microsoft Office Suite. An equal number of sites talk about Gmail, giving tips and ways to be more productive while using it. What about Google Docs? Docs can do some equally fancy stuff too.</p>
<p>Slowly but surely Google has been adding a feature here and a feature there. Some have been bigger steps than others; all of them are chipping away at the reasons you need to buy an office suite. I&#8217;m not going to get on a soapbox and shout to the world. I will however, give you a few nifty tips to make using Google Docs spreadsheets a little easier.<br />
<span id="more-7725"></span></p>
<h3>1. Lookup</h3>
<p>Much like other spreadsheet programs, Docs can do calculations and formulas. The question to ask is the other programs would be, &#8220;Do you have built in Google search?&#8221; No? Hmmm&#8230;. well anyway, here are a couple handy formulas to enter into the desired cell to utilize Google&#8217;s search. Make sure to keep the quotation marks surrounding the terms you are adding.</p>
<p>The values will automatically update as the information changes; imagine the possibilities.</p>
<p class="codeblock">=GoogleLookup(&#8220;entity&#8221;; &#8220;attribute&#8221;)</p>
<p>Replace <strong><em>entity</em></strong> with something like Ireland and <em><strong>attribute</strong></em> with population.</p>
<p class="codeblock">=GoogleFinance(&#8220;symbol&#8221;, &#8220;attribute&#8221;)</p>
<p>An example for this function would be:  <em>=GoogleFinance(&#8220;AAPL&#8221;, &#8220;Price&#8221;) </em>The result would end up being what ever the current stock price is.</p>
<p class="codeblock">=GoogleTranslate(&#8220;text&#8221;, &#8220;source language&#8221;,&#8221;target language&#8221;)</p>
<p>The translation function is really cool. It allows you to translate a word or a few sentences from English to Modern Greek or Chinese to Spanish. The most difficult part is having to use <a title="ISO 639-1" href="http://www.loc.gov/standards/iso639-2/php/code_list.php" target="_blank">ISO 639-1</a> country abbreviations.</p>
<p>For easy access check out this <a title="Google Spreadsheet Function" href="http://docs.google.com/support/bin/answer.py?hl=en&amp;answer=82712" target="_blank">list of all the functions</a> available.</p>
<h3>2. Google Doc Forms</h3>
<p>A Google Docs Form is a very simple way to add a survey to an email or website. The basic idea behind these forms is to gather information and automatically aggregate the results into a spreadsheet. You also have the choice to get an email notification when someone completes the form or add a gadget to your iGoogle page to track all of your surveys.</p>
<p>Creating a form is really straightforward.</p>
<p>1. From the main Google Docs screen, choose <em>New — Form</em></p>
<p>2. If you don&#8217;t like the plain blue and white color scheme, you can pick a new one by clicking <strong>Theme</strong>.</p>
<p>3. Click apply on the new theme to start editing.</p>
<p>4. From there, simply type in the question, choose the type of question you&#8217;d like it to be and if it is required to complete the survey.</p>
<p>5. If you click the Share button, there is an option to email the survey or even get the code to embed it into a web page on your site.</p>
<h3>3. List View</h3>
<p>List view is a fast loading version of a spreadsheet you can publish or embed to your website. The settings you determine in the Share menu will carry over to the spreadsheet you embed.</p>
<p>One of the coolest parts is the spreadsheet is auto-updating. If, for example, you have stock quotes or dollar amounts from a fundraiser; these will all be updated on the embeded version instantly.</p>
<p>If you are a Google Sites user, you can add a editable version of the spreadsheet onto the page by going to the Insert menu.</p>
<p>List view provides a few basic ways to modify data:</p>
<ul>
<li> edit cells</li>
<li>add rows</li>
<li> filter and sort data</li>
<li>cells with formulas can&#8217;t be edited in this view</li>
</ul>
<h3>4. From Your Mobile</h3>
<p>If you have an Android, iPod touch/iPhone or Nokia S60, you can access and manipulate your Google Doc spreadsheets. I was a little disappointed there isn&#8217;t a Blackberry or Windows Mobile access, but I&#8217;ll live.</p>
<ul>
<li>Create shortcuts to your spreadsheets on your home screen</li>
<li>Edit cells</li>
<li>Add data</li>
<li>Sort columns to give you relevant data first</li>
</ul>
<h3>5. Styling</h3>
<p>Even though it isn&#8217;t an option in a drop down menu, the forms can be modified. You do have over <a title="70 themes available" href="http://docs.google.com/templates?type=forms&amp;sort=hottest&amp;view=public" target="_blank">70 themes available</a>, but if that isn&#8217;t enough for you, here are <a title="a few tips" href="http://www.ryenats.org.uk/test-form.htm" target="_blank">a few tips</a> to spice them up even more by Gill Smith.</p>
<p>What are your productivity tips for Google spreadsheets and forms?</p>
<p>image credit: <a title="TaopaiC" rel="dc:creator cc:attributionURL" href="http://www.flickr.com/photos/taopaic/2247032313/" target="_blank">TaopaiC</a></p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/insync-google-docs-cheaper-and-better-dropbox/2012/04/19' title='InSync + Google Docs = Cheaper And Better Dropbox?'>InSync + Google Docs = Cheaper And Better Dropbox?</a></li>
<li><a href='http://maketecheasier.com/google-docs-tips-for-beginners/2011/09/12' title='Google Docs Tips For Beginners'>Google Docs Tips For Beginners</a></li>
<li><a href='http://maketecheasier.com/create-presentation-with-no-software/2011/05/08' title='5 Unique Ways Create A Presentation Without Installing Any Software'>5 Unique Ways Create A Presentation Without Installing Any Software</a></li>
<li><a href='http://maketecheasier.com/busy-docs-syncs-local-documents-with-google-docs/2010/11/12' title='Busy Docs Syncs Local Documents With Google Docs'>Busy Docs Syncs Local Documents With Google Docs</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13&amp;title=5+Tips+for+Google+Spreadsheets&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13">5 Tips for Google Spreadsheets</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 21:46:02 -->
