Skip to content

Commit 9f9a8b7

Browse files
committed
Order list in AB order.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745256 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5db2ae8 commit 9f9a8b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/site/xdoc/user-guide.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ limitations under the License.
3434
The CSVFormat class provides some commonly used CSV variants:
3535

3636
<dl>
37-
<dt>RFC-4180</dt><dd>The format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a></dd>
37+
<dt>EXCEL</dt><dd>The format used by Excel</dd>
3838
<dt>MYSQL</dt><dd>The format used by MySQL data bases</dd>
39+
<dt>RFC-4180</dt><dd>The format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a></dd>
3940
<dt>TDF</dt><dd>A tab delimited format</dd>
40-
<dt>EXCEL</dt><dd>The format used by Excel</dd>
4141
</dl>
4242

4343
<subsection name="Example: Parsing an Excel CSV File">

0 commit comments

Comments
 (0)