# JuliaInXL in Excel

**URL:** https://discourse.julialang.org/t/juliainxl-in-excel/36196
**Category:** General Usage
**Tags:** question
**Created:** [March 19, 2020, 4:17pm UTC](https://discourse.julialang.org/t/juliainxl-in-excel/36196 "2020-03-19T16:17:33Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Maicol\_Hair\_Mendo\_Co](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/maicol_hair_mendo_co/32/13509_2.png) [@Maicol\_Hair\_Mendo\_Co](https://discourse.julialang.org/u/Maicol_Hair_Mendo_Co)
#### Post date: [March 19, 2020, 4:17pm UTC](https://discourse.julialang.org/t/juliainxl-in-excel/36196/1 "2020-03-19T16:17:33Z")

</div>

I have JuliaPro and I just installed the JuliaInXL package and before I got this: \*\* incremental compilation may be broken for this module \*\*. Then I stop outputting that and when I want to use the package I can’t see the tab in julia’s excel

---

<div class="post-metadata">

### Author: ![Harsha](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/harsha/32/1985_2.png) [@Harsha](https://discourse.julialang.org/u/Harsha)
#### Post date: [March 20, 2020, 6:18am UTC](https://discourse.julialang.org/t/juliainxl-in-excel/36196/2 "2020-03-20T06:18:46Z")

</div>

Hello, can you please provide following information, this would help us in finding the root cause

1. Version of JuliaPro that you’re using
2. Version of Windows operating system
3. Version of Microsoft Excel
4. Complete error message that you’re encountering
5. Did you encounter any error while running the JuliaInXL installer? If yes, please share a screenshot of the error message.

---

<div class="post-metadata">

### Author: ![ajayreddy10](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ajayreddy10/32/23392_2.png) [@ajayreddy10](https://discourse.julialang.org/u/ajayreddy10)
#### Post date: [August 1, 2020, 6:31am UTC](https://discourse.julialang.org/t/juliainxl-in-excel/36196/3 "2020-08-01T06:31:45Z")

</div>

I have the same problem aswell. Can you help me?

---

<div class="post-metadata">

### Author: ![ajayreddy10](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ajayreddy10/32/23392_2.png) [@ajayreddy10](https://discourse.julialang.org/u/ajayreddy10)
#### Post date: [August 1, 2020, 7:24am UTC](https://discourse.julialang.org/t/juliainxl-in-excel/36196/4 "2020-08-01T07:24:52Z")

</div>

When I try to add JuliaInXL package through Julia  
 ![Screenshot - 8_1_2020 , 12_54_24 PM](https://global.discourse-cdn.com/julialang/original/3X/8/e/8ef5fe057476d646180750f258731ff7ac29e05c.png)

Please help me

---

<div class="post-metadata">

### Author: ![ajayreddy10](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ajayreddy10/32/23392_2.png) [@ajayreddy10](https://discourse.julialang.org/u/ajayreddy10)
#### Post date: [August 1, 2020, 7:28am UTC](https://discourse.julialang.org/t/juliainxl-in-excel/36196/5 "2020-08-01T07:28:05Z")

</div>

Through JuliaPro

 ![new](https://global.discourse-cdn.com/julialang/original/3X/4/0/40dfccda013ddff8d561172c7218fa90999096fb.png)  
I’m using Office Excel and i have the current stable version of Julia with Windows 8.1

---

<div class="post-metadata">

### Author: ![Erick-Liu69](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/erick-liu69/32/21613_2.png) [@Erick-Liu69](https://discourse.julialang.org/u/Erick-Liu69)
#### Post date: [February 2, 2021, 2:56am UTC](https://discourse.julialang.org/t/juliainxl-in-excel/36196/6 "2021-02-02T02:56:34Z")

</div>

![image](https://global.discourse-cdn.com/julialang/original/3X/b/d/bdc75f6291385e5c0ab304a1aea8380f7dd1112d.png)  
Excel2012  
Win10  
Current stable version

---

<div class="post-metadata">

### Author: ![Erick-Liu69](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/erick-liu69/32/21613_2.png) [@Erick-Liu69](https://discourse.julialang.org/u/Erick-Liu69)
#### Post date: [February 2, 2021, 4:16am UTC](https://discourse.julialang.org/t/juliainxl-in-excel/36196/7 "2021-02-02T04:16:00Z")

</div>

Problem solved!  
I used the method

> [@\* Atom (not found in project, manifest or registry)](https://discourse.julialang.org/t/atom-not-found-in-project-manifest-or-registry/13380/2):
>
> rm(joinpath(homedir(), “.julia”, “registries”); recursive=true)

and then there have one difference in my computer, I have two name of files like “.julia”,“.juliaXXX”.  
Final step is the way merged all of two files.  
pkg.add(“JuliaInXL”) will be OK to run in the Atom.
