Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PGS62 authored Dec 3, 2023
1 parent 9a57b50 commit 6e1e0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Installation does not require admin rights on the PC.
* Launch Julia, and copy-paste the following command into the REPL:
```
using Pkg
Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="v0.2.9")
Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="v0.2.10")
using JuliaExcel;JuliaExcel.installme()
```
Expand All @@ -43,7 +43,7 @@ As an alternative to calling Julia running in a Windows process, JuliaExcel can
* If necessary, install [WSL](https://docs.microsoft.com/en-us/windows/wsl/install) with the default Linux distribution, Ubuntu.
* Install Julia under WSL, as explained [here](https://ferrolho.github.io/blog/2019-01-26/how-to-install-julia-on-ubuntu). The last step in these instructions, to create a symbolic link to `julia` inside the `/usr/local/bin` folder is necessary.
* At the Julia prompt (under WSL) install JuliaExcel by copy-pasting
`using Pkg; Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="0.2.8")` into the REPL.
`using Pkg; Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="0.2.10")` into the REPL.

## Functions
JuliaExcel makes the following functions available from Excel worksheets and from VBA:
Expand Down

0 comments on commit 6e1e0c5

Please sign in to comment.