This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git

commit c08ed6caeba4b3493fb7d051a067e656ca455460
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 7 15:15:55 2025 -0500

    Add Microsoft Excel URL
---
 src/site/xdoc/index.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 0f89f7eb..c2114347 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -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>The most common CSV formats are predefined in the <a 
href="apidocs/org/apache/commons/csv/CSVFormat.html">CSVFormat</a> class:
   <ul>
-    <li>Microsoft Excel</li>
+    <li><a 
href="https://support.microsoft.com/en-us/office/import-or-export-text-txt-or-csv-files-5250ac4c-663c-47ce-937b-339e391393ba";>Microsoft
 Excel</a></li>
     <li><a 
href="https://www.ibm.com/docs/en/informix-servers/14.10?topic=statements-unload-statement";>Informix
 UNLOAD</a></li>
     <li><a 
href="https://www.ibm.com/docs/en/informix-servers/14.10?topic=statements-unload-statement";>Informix
 UNLOAD CSV</a></li>
     <li><a 
href="https://dev.mysql.com/doc/refman/8.0/en/mysqldump-delimited-text.html";>MySQL</a></li>

Reply via email to