Coder Social home page Coder Social logo

Central Deployment (Integrated Apps) does not update the OOXML version when AutoShowTaskpaneWithDocument is configured about office-js HOT 8 OPEN

rde-sdc avatar rde-sdc commented on September 14, 2024
Central Deployment (Integrated Apps) does not update the OOXML version when AutoShowTaskpaneWithDocument is configured

from office-js.

Comments (8)

rde-sdc avatar rde-sdc commented on September 14, 2024 1

@shanshanzheng-dev We upload the manifest file. But we can change it if it works the other way. Thanks for your help, let me know.

from office-js.

shanshanzheng-dev avatar shanshanzheng-dev commented on September 14, 2024 1

Hi @rde-sdc Thanks for clarification. We need to discuss if there is a work around for you and will report back if we have a update. Thanks.

from office-js.

shanshanzheng-dev avatar shanshanzheng-dev commented on September 14, 2024

Hi @rde-sdc Thanks for reaching us, we'll take a look and report back if we have a suggestion for you.

from office-js.

gmichaud avatar gmichaud commented on September 14, 2024

I also noticed the version number in our files doesn’t get incremented… following this issue

from office-js.

AkhileshShah-MS avatar AkhileshShah-MS commented on September 14, 2024

Hey @rde-sdc Thanks for reaching out!
Integrated Apps deployment only assigns the app to specific users and doesn't change configuration in any existing excel files.
@shanshanzheng-dev Would your team be able to provide any script to change the configuration for multiple excel files?

from office-js.

shanshanzheng-dev avatar shanshanzheng-dev commented on September 14, 2024

Hi @rde-sdc @gmichaud Thanks, I'd like to check with you, the Central Deployment (Integrated Apps) is from store or just upload the manifest. this will help to continue investigation.

from office-js.

rde-sdc avatar rde-sdc commented on September 14, 2024

@shanshanzheng-dev to give you a bit more idea on resolution, below is the current way we update the excel files via PowerShell .... all our files on located on OneDrive, so would be nice to have a way to do it via the API.

<#######
upgrade steps
1. rename file extension to .zip
2. Compress-Archive to replace webextension1.xml file (where the manifest version # is stored
3. rename excel file back to .xlsx

########>
Dir *.xlsx | rename-item -newname { [io.path]::ChangeExtension($.name, "zip") }
Compress-Archive .\xl -DestinationPath .\excelFileWithAutoOpenOOXML.zip -Update
Dir *.zip | rename-item -newname { [io.path]::ChangeExtension($
.name, "xlsx") }

from office-js.

shanshanzheng-dev avatar shanshanzheng-dev commented on September 14, 2024

Hi @m-hellesen are you have some insights about this issue? Thanks.

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.