'Is there an Open Office xml editor alternative to Visual Studio Lightswitch? [closed]
Can anyone suggest me an open source alternative to Visual Studio LightSwitch? I need it for editing open office xml documents (docx, pptx, xlsx etc.) since renaming the document, unzipping it, editing it and then rezipping it is too cumbersome. Compatibility with either windows or linux is fine (though i would prefer windows).
Thnx in advance!!
Solution 1:[1]
There is a Chrome Extension, where We can view the OpenXML document without renaming and unZip. But we cant edit document.
You can get it here https://chrome.google.com/webstore/detail/ooxml-tools/bjmmjfdegplhkefakjkccocjanekbapn
Or If you use winrar or winzip, associate the OpenXML formats under integration section.
Hope this helps.
Solution 2:[2]
There is a VS Code extension for viewing and editing Office Open XML files (I'm one of the contributors)
It is available on the VS Code Marketplace page
and you can view the code on the GitHub repo
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Mohamed Alikhan |
| Solution 2 | CascadiaJS |
