MS -> Microsoft
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745263 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95eb13a328
commit
739c122d9f
|
@ -26,7 +26,7 @@ limitations under the License.
|
||||||
<p>Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.</p>
|
<p>Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.</p>
|
||||||
<p>The most common CSV formats are predefined in the <a href="apidocs/org/apache/commons/csv/CSVFormat.html">CSVFormat</a> class:
|
<p>The most common CSV formats are predefined in the <a href="apidocs/org/apache/commons/csv/CSVFormat.html">CSVFormat</a> class:
|
||||||
<ul>
|
<ul>
|
||||||
<li>MS Excel</li>
|
<li>Microsoft Excel</li>
|
||||||
<li><a href="http://dev.mysql.com/doc/refman/5.0/en/mysqldump-delimited-text.html">MySQL</a></li>
|
<li><a href="http://dev.mysql.com/doc/refman/5.0/en/mysqldump-delimited-text.html">MySQL</a></li>
|
||||||
<li><a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a></li>
|
<li><a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a></li>
|
||||||
<li><a href="http://en.wikipedia.org/wiki/Tab-separated_values">TDF</a></li>
|
<li><a href="http://en.wikipedia.org/wiki/Tab-separated_values">TDF</a></li>
|
||||||
|
|
Loading…
Reference in New Issue