<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/other/tags/export</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 03:38:36 GMT</pubDate>
<item>
<title>(Other) Export a Single Sheet of an Excel Spreadsheet as CSV from the Command Line with Open Office - softmechanics</title>
<link>http://snipplr.com/view/27342/export-a-single-sheet-of-an-excel-spreadsheet-as-csv-from-the-command-line-with-open-office/</link>
<description><![CDATA[ <p>modified from branflake2267's post at oooforum.org:
http://www.oooforum.org/forum/viewtopic.phtml?t=52942

usage:
Paste into the Standard.Module1 macro file.  Then, create xls2csv bash script containing:

    #!/bin/bash
    file="$(readlink -f "$1")"
    /usr/lib/openoffice/program/soffice -invisible -headless -norestore "macro:///Standard.Module1.ConvertXls2Csv(\"$file\", \"$2\")"


The first argument is the xls file name, second is the name of the sheet:

`xls2csv ./spreadsheet.xls "Some Sheet"`</p> ]]></description>
<pubDate>Fri, 29 Jan 2010 20:28:06 GMT</pubDate>
<guid>http://snipplr.com/view/27342/export-a-single-sheet-of-an-excel-spreadsheet-as-csv-from-the-command-line-with-open-office/</guid>
</item>
<item>
<title>(Other) Mysql Import Export - fabianschoefisch</title>
<link>http://snipplr.com/view/23779/mysql-import-export/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 26 Nov 2009 04:15:42 GMT</pubDate>
<guid>http://snipplr.com/view/23779/mysql-import-export/</guid>
</item>
<item>
<title>(Other) mssql import/export - blaz</title>
<link>http://snipplr.com/view/19956/mssql-importexport/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 20 Sep 2009 09:41:41 GMT</pubDate>
<guid>http://snipplr.com/view/19956/mssql-importexport/</guid>
</item>
<item>
<title>(Other) Subversion export with PHP Script - philokezzar</title>
<link>http://snipplr.com/view/16973/subversion-export-with-php-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 13 Jul 2009 17:07:27 GMT</pubDate>
<guid>http://snipplr.com/view/16973/subversion-export-with-php-script/</guid>
</item>
<item>
<title>(Other) Import Export CSV routine for CakePHP - welly</title>
<link>http://snipplr.com/view/16705/import-export-csv-routine-for-cakephp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 06 Jul 2009 18:48:57 GMT</pubDate>
<guid>http://snipplr.com/view/16705/import-export-csv-routine-for-cakephp/</guid>
</item>
</channel>
</rss>