OOXML Browser is a visual tool targeted at developers. It helps you browse content of an OOXML-standard based office files.
OOXML Browser is licensed under the Expat licence.
- Python 3.6
- pycairo (Python3 bindings for cairo without GObject layer)
- PyGObject 3.30 (Python3 bindings for GObject introspection)
- gsettings-desktop-schemas
And following packages with GObject introspection:
- GLib 2.36
- Pango
- PangoCairo
- GTK+ 3.20
- GtkSourceView 4.0
$ ./ooxmlbrowser [ooxmlfile-1] .. [ooxmlfile-n]
pacman -S mingw-w64-ucrt-x86_64-gtk3
pacman -S mingw-w64-ucrt-x86_64-python-lxml
pacman -S mingw-w64-ucrt-x86_64-gtksourceview4
pacman -S mingw-w64-ucrt-x86_64-python3-gobject
pacman -S mingw-w64-ucrt-x86_64-python-cx-freeze
To build with MSYS2, run
python3 setup_win32.py bdist