Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1399051 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e67e14bb3
commit
d266471b4c
|
@ -99,6 +99,13 @@ public class CSVFormat implements Serializable {
|
|||
* <pre>
|
||||
* CSVFormat fmt = CSVFormat.EXCEL.withDelimiter(';');
|
||||
* </pre>
|
||||
* Settings are:
|
||||
* <ul>
|
||||
* <li>withDelimiter(',')</li>
|
||||
* <li>withQuoteChar('"')</li>
|
||||
* <li>withLineSeparator(CRLF)</li>
|
||||
* </ul>
|
||||
* Note: this is currently the same as RFC4180
|
||||
*/
|
||||
public static final CSVFormat EXCEL =
|
||||
PRISTINE
|
||||
|
|
Loading…
Reference in New Issue