Skip to content

Commit d266471

Browse files
committed
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1399051 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7e67e14 commit d266471

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ public class CSVFormat implements Serializable {
9999
* <pre>
100100
* CSVFormat fmt = CSVFormat.EXCEL.withDelimiter(';');
101101
* </pre>
102+
* Settings are:
103+
* <ul>
104+
* <li>withDelimiter(',')</li>
105+
* <li>withQuoteChar('"')</li>
106+
* <li>withLineSeparator(CRLF)</li>
107+
* </ul>
108+
* Note: this is currently the same as RFC4180
102109
*/
103110
public static final CSVFormat EXCEL =
104111
PRISTINE

0 commit comments

Comments
 (0)