https://github.com/OfficeDev/Open-XML-Package-Editor-Power-Tool-for-Visual-Studio
This Power Tool is a Visual Studio add-in that provides an easy way to parse and edit Open Packaging Conventions files, including Word, Excel and PowerPoint documents.
https://github.com/OfficeDev/Open-XML-Package-Editor-Power-Tool-for-Visual-Studio
Last synced: 5 months ago
JSON representation
This Power Tool is a Visual Studio add-in that provides an easy way to parse and edit Open Packaging Conventions files, including Word, Excel and PowerPoint documents.
- Host: GitHub
- URL: https://github.com/OfficeDev/Open-XML-Package-Editor-Power-Tool-for-Visual-Studio
- Owner: OfficeDev
- Archived: true
- Created: 2014-03-05T13:34:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T00:33:21.000Z (about 3 years ago)
- Last Synced: 2024-08-03T22:17:19.053Z (8 months ago)
- Language: C#
- Size: 279 KB
- Stars: 135
- Watchers: 50
- Forks: 50
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - OfficeDev/Open-XML-Package-Editor-Power-Tool-for-Visual-Studio - This Power Tool is a Visual Studio add-in that provides an easy way to parse and edit Open Packaging Conventions files, including Word, Excel and PowerPoint documents. (C# #)
README
Open XML Package Editor Power Tool for Visual Studio
=============
This Power Tool is a Visual Studio add-in that provides an easy way to parse and edit Open Packaging Conventions files, including Word, Excel, PowerPoint and Visio documents. This Power Tool enables you to do the following tasks:* Open any Open XML Package file or XPS Package file directly in Visual Studio 2010SP1/2012/2013/2015
* Browse the contents of Package files in a tree view
* Open any XML part directly in Visual Studio's rich XML editor
* Add or remove parts and relationships directly in the user interface
* Import and export part contents to and from files
* Detect when a Package file that is opened in Visual Studio is modified externally. The Power Tool prompts the user to reload the file without having to close any open XML part editors
* Create new Office Packages from a set of templates using Visual Studio's File > New dialogThe project is designed to be edited in VS2010SP1, but can be one-way converted to VS2012, VS2013 or 2015.
To compile this Visual Studio add-on you need the [SDK for Visual Studio 2010 SP1] (http://www.microsoft.com/en-us/download/details.aspx?id=21835). **If you are getting mysterious errors about loading the csproj, you most likely haven't installed the SDK**.
The compiled version of this Power Tool is available for [download on the Visual Studio Gallery] (http://visualstudiogallery.msdn.microsoft.com/450a00e3-5a7d-4776-be2c-8aa8cec2a75b) - please note that currently downloadable VSIX version does not support VS2015; update is in progress.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.