<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Option_d_Example</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_d_Example/</link><description>Recent changes to Option_d_Example</description><atom:link href="https://sourceforge.net/p/csv2odf/wiki/Option_d_Example/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 01 Aug 2014 00:00:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/csv2odf/wiki/Option_d_Example/feed" rel="self" type="application/rss+xml"/><item><title>Option_d_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_d_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -35,3 +35,14 @@
 **Command**

      csv2odf -d "%Y-%m-%d" data.csv template.ods output.ods
+
+## xlsx Dates
+
+xlsx files present a problem because their cell formatting is not so easy to identify.  As a workaround, you will be required to use the tag \[csv2odf-date\] in the template date cell as identification.
+
+**xlsx Template** template.xlsx
+
+| Date| Task| Minutes|
+|--|--|--|
+|[csv2odf-date]|**Dummy**| 0|
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Fri, 01 Aug 2014 00:00:34 -0000</pubDate><guid>https://sourceforge.net26687313a084934689580a88c02271a7acb53b41</guid></item><item><title>Option_d_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_d_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -10,9 +10,9 @@

 **Input** data.csv

- 2011-07-10, "Pickup chips", 45
- 2011-07-22, "Shred Papers", 90
- 2011-08-01, "Meeting", 240
+     2011-07-10, "Pickup chips", 45
+     2011-07-22, "Shred Papers", 90
+     2011-08-01, "Meeting", 240

 **Template** template.odt

@@ -34,4 +34,4 @@

 **Command**

- csv2odf -d "%Y-%m-%d" data.csv template.ods output.ods
+     csv2odf -d "%Y-%m-%d" data.csv template.ods output.ods
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Wed, 21 May 2014 01:41:09 -0000</pubDate><guid>https://sourceforge.netd896b638e9c8f14611df38994348e505407cc506</guid></item><item><title>Option_d_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_d_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -6,7 +6,7 @@

 The csv data will be converted to the native format used in a spreadsheet cell.  The cell's date format can then be set to any desired format.

-See codes for the format string in the [[Manual#Options|online manual]].
+See codes for the format string in the [Online Manual](Manual).

 **Input** data.csv

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Wed, 21 May 2014 01:12:43 -0000</pubDate><guid>https://sourceforge.net858b08e533e3b1f7da6dcc04c46fe6bb09bc9b79</guid></item><item><title>Option_d_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_d_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,6 +1,6 @@
 **Option -d**

-**-d &amp;gt;*format string*&amp;gt;**
+**-d &amp;lt;*format string*&amp;gt;**

 Date format within csv data is specified by fmt string *format string*.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Wed, 21 May 2014 01:11:07 -0000</pubDate><guid>https://sourceforge.nete78f89e78835f738e01245d1e7c2678989ec10f2</guid></item><item><title>Option_d_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_d_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,37 @@
 **Option -d**

-**-d **
+**-d &amp;gt;*format string*&amp;gt;**
+
+Date format within csv data is specified by fmt string *format string*.
+
+The csv data will be converted to the native format used in a spreadsheet cell.  The cell's date format can then be set to any desired format.
+
+See codes for the format string in the [[Manual#Options|online manual]].
+
+**Input** data.csv
+
+ 2011-07-10, "Pickup chips", 45
+ 2011-07-22, "Shred Papers", 90
+ 2011-08-01, "Meeting", 240
+
+**Template** template.odt
+
+| Date| Task| Minutes|
+|--|--|--|
+|January 1, 2000|**Dummy**| 0|
+
+
+**Output** output.odt
+
+| Date| Task| Minutes|
+|--|--|--|
+| July 7, 2011| **Sweep floor**| 30|
+| July 22, 2011| **Count beans**| 60|
+| August 01, 2011| **Pickup chips**| 45|
+
+
+The date was converted to a format specified by the spreadsheet.
+
+**Command**
+
+ csv2odf -d "%Y-%m-%d" data.csv template.ods output.ods
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Wed, 21 May 2014 01:10:37 -0000</pubDate><guid>https://sourceforge.net091a345c1871471e25522555ce4bdbcd5cebc480</guid></item><item><title>Option_d_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_d_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Tue, 20 May 2014 23:25:31 -0000</pubDate><guid>https://sourceforge.net17f57865016aa1b954d59e85c0f8d9d319770115</guid></item><item><title>Option_d_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Option_d_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Option -d&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;-d &lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Tue, 20 May 2014 23:25:31 -0000</pubDate><guid>https://sourceforge.net6b77986433f0ea55da5f0c0936f1e3ff93287d22</guid></item></channel></rss>