<?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/openoffice</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 08:18:39 GMT</pubDate>
<item>
<title>(Other) insert page breaks in oocalc spreadsheet - thefamousnomo</title>
<link>http://snipplr.com/view/69518/insert-page-breaks-in-oocalc-spreadsheet/</link>
<description><![CDATA[ <p>page break inserted when first letter of first cell in row changes</p> ]]></description>
<pubDate>Thu, 17 Jan 2013 20:56:51 GMT</pubDate>
<guid>http://snipplr.com/view/69518/insert-page-breaks-in-oocalc-spreadsheet/</guid>
</item>
<item>
<title>(Other) Convert frames (as integer) to correctly formatted video timecode - oprhu</title>
<link>http://snipplr.com/view/30431/convert-frames-as-integer-to-correctly-formatted-video-timecode/</link>
<description><![CDATA[ <p>Takes an integer value of frames (a) and converts it to a text formatted timecode "00:00:00:00" using the supplied framerate (b).  Mainly for use in OpenOffice Calc.</p> ]]></description>
<pubDate>Sun, 28 Mar 2010 18:58:03 GMT</pubDate>
<guid>http://snipplr.com/view/30431/convert-frames-as-integer-to-correctly-formatted-video-timecode/</guid>
</item>
<item>
<title>(Other) Convert video timecode from text to frames - oprhu</title>
<link>http://snipplr.com/view/30430/convert-video-timecode-from-text-to-frames/</link>
<description><![CDATA[ <p>Takes a video timecode (a) in text format "00:00:00:00" and converts it to frames, using the supplied framerate (b).  Mainly for use in OpenOffice Calc.</p> ]]></description>
<pubDate>Sun, 28 Mar 2010 18:48:15 GMT</pubDate>
<guid>http://snipplr.com/view/30430/convert-video-timecode-from-text-to-frames/</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>
</channel>
</rss>