Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/PGS62/JuliaExcel.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
PGS62 committed Dec 15, 2021
2 parents 5ec206c + d4b2fe9 commit 239bd57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ The process is illustrated in the GIF below. F5 to replay.
## Installation (Linux)
As an alternative to calling Julia running in a Windows process, JuliaExcel can call Julia running in a Linux process under Windows Subsystem for Linux (WSL). If that's your preference, then in addition to the steps described above, you need to:
* 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.
* 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.4")` into the REPL.

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

0 comments on commit 239bd57

Please sign in to comment.