An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# OpenXML Package Explorer for VS Code

[![Version](https://vsmarketplacebadges.dev/version-short/sergey-tihon.openxml-explorer.svg)](https://marketplace.visualstudio.com/items?itemName=sergey-tihon.openxml-explorer)
[![Installs](https://vsmarketplacebadges.dev/installs-short/sergey-tihon.openxml-explorer.svg)](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/)

![screenshot](release/images/screenshot.png)

## 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)