We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db2ae8 commit 9f9a8b7Copy full SHA for 9f9a8b7
1 file changed
src/site/xdoc/user-guide.xml
@@ -34,10 +34,10 @@ limitations under the License.
34
The CSVFormat class provides some commonly used CSV variants:
35
36
<dl>
37
- <dt>RFC-4180</dt><dd>The format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a></dd>
+ <dt>EXCEL</dt><dd>The format used by Excel</dd>
38
<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>
40
<dt>TDF</dt><dd>A tab delimited format</dd>
- <dt>EXCEL</dt><dd>The format used by Excel</dd>
41
</dl>
42
43
<subsection name="Example: Parsing an Excel CSV File">
0 commit comments