<?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/tags/xls</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 10:39:26 GMT</pubDate>
<item>
<title>(C#) Convert Excel file (XLS) to CSV - engebaja</title>
<link>http://snipplr.com/view/71092/convert-excel-file-xls-to-csv/</link>
<description><![CDATA[ <p>Convert Excel file (XLS) to CSV</p> ]]></description>
<pubDate>Wed, 08 May 2013 16:54:17 GMT</pubDate>
<guid>http://snipplr.com/view/71092/convert-excel-file-xls-to-csv/</guid>
</item>
<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>(PHP) PHP Export MySql Table to Xls - brownrl</title>
<link>http://snipplr.com/view/16324/php-export-mysql-table-to-xls/</link>
<description><![CDATA[ <p>Face it!

Whenever you make a website/app you always need to make XLS export for the simple people. I mean heaven to betsy if they have to take a csv file, or use phpMyAdmin.

So

Here are 3 little functions and a sample skeleton that I use from time to time when I need to export out some data to an xls file.

Place the file in a safe place or if you want a completely open to the world place... :D   Then replace the XXXXX's with the appropriate data.

Give the pointy haired boss the links!</p> ]]></description>
<pubDate>Fri, 26 Jun 2009 05:15:44 GMT</pubDate>
<guid>http://snipplr.com/view/16324/php-export-mysql-table-to-xls/</guid>
</item>
<item>
<title>(XML) convert attributes to new node - archlight</title>
<link>http://snipplr.com/view/11329/convert-attributes-to-new-node/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 20 Jan 2009 03:53:17 GMT</pubDate>
<guid>http://snipplr.com/view/11329/convert-attributes-to-new-node/</guid>
</item>
<item>
<title>(Other) SQL CSV でMySQLにデータ入力 - daisuke103</title>
<link>http://snipplr.com/view/5207/sql-csv-mysql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Feb 2008 20:12:59 GMT</pubDate>
<guid>http://snipplr.com/view/5207/sql-csv-mysql/</guid>
</item>
</channel>
</rss>