https://github.com/sergey-tihon/vscode-openxml-explorer
OpenXML Explorer extension for VS Code
https://github.com/sergey-tihon/vscode-openxml-explorer
openxml vscode-extension
Last synced: about 1 year ago
JSON representation
OpenXML Explorer extension for VS Code
- Host: GitHub
- URL: https://github.com/sergey-tihon/vscode-openxml-explorer
- Owner: sergey-tihon
- License: mit
- Created: 2021-03-07T15:25:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T17:37:05.000Z (over 1 year ago)
- Last Synced: 2025-04-06T23:42:17.298Z (about 1 year ago)
- Topics: openxml, vscode-extension
- Language: F#
- Homepage: https://marketplace.visualstudio.com/items?itemName=sergey-tihon.openxml-explorer
- Size: 1.59 MB
- Stars: 24
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# OpenXML Package Explorer for VS Code
[](https://marketplace.visualstudio.com/items?itemName=sergey-tihon.openxml-explorer)
[](https://marketplace.visualstudio.com/items?itemName=sergey-tihon.openxml-explorer)
Display the content of a OpenXml (_.pptx,_.docx, \*.xlsx) file in a Tree Explorer
## Features
- Explore content of OpenXml packages (parts and their relationships)
- Explore preformatted content of XML parts (read only)
- Implemented on top of official SDK from MS [System.IO.Packaging](https://www.nuget.org/packages/System.IO.Packaging/)

## Requirements
- Visual Studio Code -
- .NET 8.0 Runtime -
## Credits
Ideas and features:
- [Zip Explorer](https://github.com/stef-levesque/vscode-zipexplorer)
- [ionide-vscode-fsharp](https://github.com/ionide/ionide-vscode-fsharp)
- [Open XML Package Editor for Modern Visual Studios](https://github.com/bsivanov/Open-XML-Package-Editor-Power-Tool-for-Visual-Studio)
- [PackageExplorer](http://web.archive.org/web/20210701011207/https://archive.codeplex.com/?p=packageexplorer)
Technologies:
- [vscode-docs](https://github.com/Microsoft/vscode-docs)
- [Fable](https://fable.io)
- [fable-node](https://github.com/fable-compiler/fable-node)
- [Fable.Remoting](https://zaid-ajaj.github.io/Fable.Remoting/)
- [ionide-vscode-helpers](https://github.com/ionide/ionide-vscode-helpers)
## License
[MIT](LICENSE.md)