Microsoft redesigns Office for Windows 11. Its Word, Excel, and PowerPoint apps with a new dark mode and a rounded aesthetic
Search Results for: office
Add logging to Microsoft Office add-ins
In this post I explain how to add logging to Office add-ins for debug also when your add-in is on the client machine.
Microsoft teases its future Office UI
Microsoft is teasing the future of its Office UI and design today, and it involves some big changes to the traditional ribbon interface.
Microsoft brings 8,000 royalty-free images and icons to Office for Windows users
Microsoft yesterday released the new Version 2004 update (Build 12730.20024) for Office for Windows Desktop Insiders in the Fast Ring. This new update brings high quality, curated images, stickers, and icons to Office 365 subscribers. Over 8,000 royalty-free images and icons will be available in Excel, Word, Outlook, and PowerPoint apps for users. In the coming months, Microsoft will be adding more premium content for Office 365 subscribers. Here’s how this feature works: Select Insert > Pictures > Stock Images. Select the content type you want to explore: Stock Images, Cutout People, Icons, or Stickers. Enter some keywords in the Search box.…
Microsoft’s new Office icons are part of a bigger design overhaul
Microsoft is modernizing its Office icons as part of a broader focus on design for its various Office apps. It’s the first time the Office icons have changed in five years, and they’re designed to be more simple and modern to span across multiple devices and platforms. Office now exists on Windows, Mac, iOS, and Android, and Microsoft has been building a single core codebase to make rapid monthly improvements to the apps. These icons are designed to reflect how Office has changed recently, with new AI features, more collaborative…
Microsoft Announces Office 2016 Will Arrive September 22
Microsoft announced this morning the official launch date for the long-anticipated new version of Microsoft Office: Office 2016 will be broadly available starting on September 22, the company says. Meanwhile, Office Customers with volume licensing agreements will be able to download the software on October 1st. The updated version of Office includes a number of new features for desktop customers, including the ability to co-edit documents at the same time, sync files to OneDrive in the cloud, and more. Alongside the announcement of the launch date, Microsoft noted a few…
Office apps for Android phones are now available
There is no denying that Android is the world’s most popular mobile phone operating system with Google saying last year that on any given thirty-day rolling period there are more than a billion users of the OS. So when you are working to get your productivity software into the hands of a billion users, you can’t ignore the OS. Microsoft has already released and today they are taking it one step further with Office apps for the phone as well. If you want to try these apps out, you will…
Mime type for Microsoft Office 2007-2010
.xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template.potx application/vnd.openxmlformats-officedocument.presentationml.template.ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow.pptx application/vnd.openxmlformats-officedocument.presentationml.presentation.sldx application/vnd.openxmlformats-officedocument.presentationml.slide.docx application/vnd.openxmlformats-officedocument.wordprocessingml.document.dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template.xlam application/vnd.ms-excel.addin.macroEnabled.12.xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12
MS-DOS 4.0 is now open source
From today, Microsoft released on GitHub MS-DOS 4.0. MS-DOS 4.0 is now open source and available with the other older versions of the OS.
Excel export Json for Azure Active Directory
A VBA script converts Excel tables to JSON and exports the data to a file, for App Registration for Azure Active Directory
Switch to dark mode automatically on Windows
In this post, I talk about to switch to dark mode automatically on Windows. Why? Although Windows 11 comes with an option to switch between the light and dark modes, it’s a manual process that requires several steps. Auto Dark Mode X is an open-source application that allows you to configure a schedule to switch between the light and dark modes (and vice versa) automatically. Furthermore, the application also includes exceptions to prevent the switch while you are gaming or running on battery. You can even specify whether apps, including…
Manipulating CSV Files
How manipulating CSV files in the internet era? Comma Separated Files (CSV) are text files that contain multiple records with more elements
Clippy Blazor component
I introduce you my new Clippy Blazor component for Blazor WebAssembly and Blazor Server. The component is built with .NET6.
Bill Gates predicts the future in 1994
Microsoft released Windows 3! Picture of 19yo Bill Gates and 22yo Paul Allen from February of 1975, show to the world BASIC, the language
Is Azure CosmosDB really broken?
A flaw in Microsoft’s Azure Cosmos DB database product left more than 3,300 Azure customers open to complete unrestricted access by attackers
Windows 365 is here!
Windows 365 is here! A completely new way to use the best-selling operating system from Microsoft. Here’s how it works.
How to Export Data to Excel in Blazor
In this new post, I’m going to show how to export data to Excel in Blazor WebAssembly or Server. Creating and exporting data to Excel file is one of the frequently used feature in web apps. First, for creating an export in Excel, I will use a free library that is a NuGet package. ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API. So, you can download the full source…
Next generation of Windows is here
Microsoft has created an event for showing the next generation of Windows is (almost) here on June 24th. Here the event to add to your calendar. After teasing the next generation of Windows during Build last week, Microsoft announced that it’ll officially unveil the new version of its operating system on June 24th at 11AM Eastern. The company has begun sending out invites to media. It’s revealed that CEO Satya Nadella and chief product officer Panos Panay will be headlining the event. The promise at Build At Build, Nadella said he’s been testing the…
Microsoft Presenter Coach for PowerPoint
Microsoft Presenter Coach for PowerPoint can now help you practice presentations almost anywhere — no humans required
Microsoft Viva improves the employee experience
Microsoft Viva improves the employee experience because “the first EXP built for the digital era,”, helping people have a healthier work life
Deploy ShinyApps with Azure and Docker
I explain how to deploy in a Azure WebApp a ShinyApps created with RStudio, using Azure DevOps as repository and Docker as container
Start with Docker
I want to help to start with Docker for the basis. I’m starting to learn Docker, then the following posts are my study step-by-step
Azure your platform in the cloud
I want to introduce you Azure as treasures in the cloud because it is. What is Azure? How to use it? How save money and speed up your service?
What Bill Gates said about the internet in a Microsoft internal memo 25 years ago today: It’s a ‘tidal wave’
Exactly 25 years ago today, on May 26, 1995, Gates wrote an internal memo to Microsoft’s executive staff and his direct reports to extol the benefits of expanding the company’s internet presence
Microsoft Open-Sources GW-BASIC
When I read that Microsoft released open-sources GW-BASIC, I couldn’t resist to take a look at the code on GitHub. I spent my childhood to play with GW-BASIC and Clipper (do you remember that?) These sources, as clearly stated in the repo’s readme, are the 8088 assembly language sources from 10th Feb 1983, and are being open-sourced for historical reference and educational purposes. This means we will not be accepting PRs that modify the source in any way. A little historical context The GW-BASIC source code being published is dated Feb 10th…