Coder Social home page Coder Social logo

Comments (10)

mowglimecha9 avatar mowglimecha9 commented on August 10, 2024 1

We will try to upload the add-in again and check and let you know. But whats the correct way of doiing it in admin managed? should we delete and upload? or replace will do?

from office-js.

shanshanzheng-dev avatar shanshanzheng-dev commented on August 10, 2024

Hi @mowglimecha9 Thanks for reporting this issue. Could you please share us the manifest? We're trying to repro and look into this issue.

from office-js.

mowglimecha9 avatar mowglimecha9 commented on August 10, 2024

Sure. This is the manifest! @shanshanzheng-dev
This is the one we uploaded in admin-managed
manifest.xml.zip

from office-js.

shanshanzheng-dev avatar shanshanzheng-dev commented on August 10, 2024

Hi @mowglimecha9 Thanks. We'll be looking into this issue. We'll report back if we have a suggestion for you.

from office-js.

mowglimecha9 avatar mowglimecha9 commented on August 10, 2024

@shanshanzheng-dev Thanks for the help. We are getting ready for a release in appsource as we speak.

from office-js.

XuanZhouMSFT avatar XuanZhouMSFT commented on August 10, 2024

Hi @mowglimecha9, thanks for waiting. I try to deploy the add-in you provided via Admin Managed but found it works as expeted. Below are some snapshot:
image
image
So it seems it runs into some specific situation in your environment. Could you help try to clear local cache and try again? Please refer to this link: https://learn.microsoft.com/en-us/office/dev/add-ins/testing/clear-cache#manually

Also, I see the add-in is still under implementation, so I guess is it possible that you install your add-in twice(sideload and admin managed) in your environment and it causes some name conflict? If that is the case, I'd suggest you keep only 1 manifest in your environment either sideload or admin managed.

from office-js.

mowglimecha9 avatar mowglimecha9 commented on August 10, 2024

@XuanZhouMSFT Thanks for the reply! We've tried everything and even cleared cache and also we made it so that we have one manifest.

But still getting "Error Loading functions"

from office-js.

XuanZhouMSFT avatar XuanZhouMSFT commented on August 10, 2024

Sorry to hear that. We tried your add-in both in Win32 Excel(17726.20078) and MAC Excel (16.86), and they both works well. :(
Could you help to provide more information for us to continue the investigation?

from office-js.

XuanZhouMSFT avatar XuanZhouMSFT commented on August 10, 2024

I didn't do that before. But perhaps do a delete first and clear cache may help to avoid some cache problem?

from office-js.

mowglimecha9 avatar mowglimecha9 commented on August 10, 2024
if [ -d ~/Library/Containers/com.Microsoft.OsfWebHost/Data/ ]; then
 rm -rf ~/Library/Containers/com.Microsoft.OsfWebHost/Data/
fi

# Additional cache locations (uncomment if needed)
rm -rf ~/Library/Containers/com.microsoft.excel/Data/Library/Caches
rm -rf ~/Library/Containers/com.microsoft.excel/Data/Library/Application\ Support/Microsoft/Office/16.0/Wef

`
We are running this command everytime we run our add-in 

This is on MAC btw

from office-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.