From 56a94afdffec67f06dc4dedbdc96e2df874aa896 Mon Sep 17 00:00:00 2001 From: TimG1964 <157401228+TimG1964@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:04:27 +0100 Subject: [PATCH] Update XLSX.jl link --- docs/src/man/importing_and_exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/man/importing_and_exporting.md b/docs/src/man/importing_and_exporting.md index 4bbfbf60e..84648157e 100644 --- a/docs/src/man/importing_and_exporting.md +++ b/docs/src/man/importing_and_exporting.md @@ -178,5 +178,5 @@ Other data formats are supported for reading and writing in the following packag (alternatively [Queryverse](https://www.queryverse.org/) users can choose [StatFiles.jl](https://github.com/queryverse/StatFiles.jl)) * reading R data files (.rda, .RData): [RData.jl](https://github.com/JuliaData/RData.jl) -* Microsoft Excel (XLSX): [XLSX.jl](https://github.com/felipenoris/XLSX.jl) +* Microsoft Excel (XLSX): [XLSX.jl](https://github.com/JuliaData/XLSX.jl) * Copying/pasting to clipboard, for sending data to and from spreadsheets: [ClipData.jl](https://github.com/pdeffebach/ClipData.jl)