SharePoint provides a very useful functionality with Microsoft Office documents - you can make the office documents open directly in the browser and the clients need not worry about installing Office on their local machines. Moreover, they can add and modify the documents directly from the browser.
You require Office Web Apps (OWA) or Excel Services enabled to avail of this feature.
ScenarioYou are using SharePoint with Excel Services or Office Web Apps.
Due to a business requirement, you want documents in a particular Document Library to open locally on client machines instead of opening directly from the site in the browser.
To meet this requirement, you make the following setting on the document library.
Library -> Library Settings -> General Setting -> Advanced Settings -> Opening Documents in the Browser -> Default open behavior for browser-enabled documents -> Open in the client application -> Click OK and save settings
Note - There are 3 ways to set the default open behavior - Open in the client application, Open in the browser, Use the server default (Open in the browser)
ProblemEven after making this setting, documents still open in the browser for some users. Documents open on the client machines for few users.
AnalysisThis is by functionality and there are 2 behaviors -
Microsoft Office installed on the client machine - Document will open on the client machine in this case.
Remember, you need to have Microsoft Office installed in order to work on office documents from your local machine.
Microsoft Office not installed on the client machine - Documents will open in the browser in this case. This is because you do not have a compatible tool available on the local machine to work with office documents.
- Deep Dive into Java 8 Predicate Interface
- Read and Parse XML file using Java DOM Parser [Java Tutorial]
- Java 8 Predicate Functional Interface isEqual() Method Example
- Convert Multidimensional Array toString In Java
- How to read int value using Scanner Class Java
- Spring Boot AI + LLM + Java Code Example
- Write to a File using Java Stream API
- Implementing Bubble Sort Algorithm using Java Program
- How to Fix XmlBeanDefinitionStoreException in Java SpringBoot ApplicationConfig.xml
- YAML Parser using Java Jackson Library Example
- [Fix] java: integer number too large compilation error
- Convert JSON String to Java GSON Object Example
- Read a file using Java 8 Stream
- Java Spring Boot 3 Web Hello World with Gradle in IntelliJ
- Ways Compare Dates in Java Programming with Examples
- Pretty Print JSON String in Java Console Output
- Java JDBC with Join Queries Example
- How to Check For Updates on Windows 11 (Step-by-Step)
- [Fix] java.net.MalformedURLException: unknown protocol
- How to display date and time in GMT Timezone in Java
- Error: LinkageError occurred while loading main class UnsupportedClassVersionError [Eclipse Java]
- How to convert a String to Java 8 Stream of Char?
- RabbitMQ Queue Listener Java Spring Boot Code Example
- 5+ Fibonacci number Series Java Program Examples [ 0 1 1 2 3 ..]
- Handling NullPointerException with Java Predicate
- How to check file permissions for your file using Linux/Unix/macOS Terminal Command - Linux
- Internet Explorer browser auto redirect to Microsoft Edge for compatibility with modern web sites - Microsoft
- How to Transpose a Square Matrix - Java Program - Java
- JavaScript: Count Words in a String - JavaScript
- How to get unique values from a list in Python - Python
- How to kill service running on a port on Ubuntu Linux - Ubuntu
- How to enable disable SharePoint Developer Dashboard for tracing troubleshooting - SharePoint
- W3 HTML validator warning Unable to Determine Parse Mode - Html