All Projects → jprknight → Office365FiddlerExtension

jprknight / Office365FiddlerExtension

Licence: other
This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to Office365FiddlerExtension

craXcel-cli
Command line application to unlock Microsoft Office password protected files.
Stars: ✭ 44 (+91.3%)
Mutual labels:  excel, word, office, powerpoint, office365
Docs2Pdf
Bulk convert word/powerpoint/excel file to pdf.
Stars: ✭ 27 (+17.39%)
Mutual labels:  excel, word, office, powerpoint
rgpipe
lesspipe for ripgrep for common new filetypes using few dependencies
Stars: ✭ 21 (-8.7%)
Mutual labels:  excel, word, office, powerpoint
OfficeExtractor
Extracts embedded OLE objects from Word, Excel, PowerPoint, Open Office and RTF files without needing the original programs
Stars: ✭ 67 (+191.3%)
Mutual labels:  excel, word, office, powerpoint
Vbasync
Cross-platform tool to synchronize macros from an Office VBA-enabled file with a version-controlled folder
Stars: ✭ 98 (+326.09%)
Mutual labels:  excel, word, powerpoint, outlook
Office Ribbonx Editor
An overhauled fork of the original Custom UI Editor for Microsoft Office, built with WPF
Stars: ✭ 205 (+791.3%)
Mutual labels:  excel, word, office, powerpoint
vbo365-rest
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 44 (+91.3%)
Mutual labels:  onedrive, exchange, teams, office365
Gotenberg Php Client
PHP client for the Gotenberg API
Stars: ✭ 80 (+247.83%)
Mutual labels:  excel, word, powerpoint
Npoi
A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
Stars: ✭ 1,751 (+7513.04%)
Mutual labels:  excel, word, office
Unioffice
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
Stars: ✭ 3,111 (+13426.09%)
Mutual labels:  excel, word, powerpoint
Documentserver
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Stars: ✭ 2,335 (+10052.17%)
Mutual labels:  excel, word, office
Docxtemplater
Generate docx pptx and xlsx (Microsoft Word, Powerpoint, Excel documents) from templates, from Node.js, the Browser and the command line / Demo: https://www.docxtemplater.com/demo
Stars: ✭ 1,990 (+8552.17%)
Mutual labels:  excel, word, powerpoint
Rage
Rage allows you to execute any file in a Microsoft Office document.
Stars: ✭ 68 (+195.65%)
Mutual labels:  excel, word, powerpoint
Androiddocumentviewer
Android 文档查看: word、excel、ppt、pdf,使用mupdf及tbs
Stars: ✭ 235 (+921.74%)
Mutual labels:  excel, word, office
Gotenberg Go Client
Go client for the Gotenberg API
Stars: ✭ 35 (+52.17%)
Mutual labels:  excel, word, powerpoint
Kkfileviewofficeedit
文件在线预览及OFFICE(word,excel,ppt)的在线编辑
Stars: ✭ 234 (+917.39%)
Mutual labels:  excel, word, office
construct
A reactive graphical symbolic environment for PicoLisp
Stars: ✭ 29 (+26.09%)
Mutual labels:  excel, powerpoint, onenote
Office365 Rest Python Client
Office 365 & Microsoft Graph Library for Python
Stars: ✭ 289 (+1156.52%)
Mutual labels:  onedrive, outlook, office365
Mschart
📊 mschart: office charts from R
Stars: ✭ 94 (+308.7%)
Mutual labels:  word, office, powerpoint
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+3126.09%)
Mutual labels:  excel, onedrive, outlook

Extension Purpose

This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.

How To Use The Extension

  1. Reproduce an issue / behaviour: Use Fiddler Classic, FiddlerCap, or FiddlerAnywhere to collect a trace (decrypt traffic) on the computer where the issue is seen. Save the result as a SAZ file, and transfer to your own computer.
  2. Review the result (SAZ) file: On your own computer install Fiddler Classic, install the extension, and open the SAZ file.

Deployment Script

The best way to get the Office 365 Fiddler Extension is via the deployment script. Run the below in PowerShell on your computer:

Invoke-Expression (New-Object Net.WebClient).DownloadString('https://aka.ms/Deploy-Office365FiddlerExtension')

Office 365 Fiddler Extension Deployment Script

Functionality Breakdown

Colourisation of sessions

The extension enhances the default experience of Fiddler by colouring sessions in line with the session analysis performed.

Think traffic lights, with some extras.

  • Red -- Something red is really broken, start here first.
  • Black -- Something might be broken, but these may not be the underlying cause.
  • Orange -- Something which may be a concern, see Session Analysis on the response inspector for details.
  • Blue -- False positive detected, most prominiently HTTP 502's, see Session Analysis on the response inspector for details.
  • Green -- Nothing bad detected.

User Interface

  • Response Inspector Tab - Look for Session Analysis, for helpful information on any given session.
  • Office 365 Menu - Turn off/on extension features.

Session Columns

Columns are added into the session view on the left side of Fiddler, scroll the view to the right if you don't immediately see them. Re-order the columns to your preferences.

  • Elapsed Time - The roundtrip time for the request/response.
  • Response Server - What kind of device / server responded to the request.
  • Session Type - What kind of session was detected.
  • Host IP - IP address of the device / server which responded.
  • Authentication - Authentication details detected in the session.

Known limitations

  • Extension only alters, enhances sessions when loaded from a SAZ file.
  • Extension does not act on live captured sessions. In this scenario, session analysis can be inaccurate.
  • Extension does not act on import, such as importing a HTTP archive. However, a HAR file can be imported, saved as a SAZ file, then loaded for the extension to work.

Project Links

Wiki: https://aka.ms/O365FiddlerExtensionWiki

Issues: https://aka.ms/O365FiddlerExtensionIssues

Download: https://aka.ms/O365FiddlerExtension

EHLO team blog post: EHLO Blog Article

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].