jaymzcd / emvtoxls

Emailvision member XML format to XLS converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EmailVision XML To Excel Convertor

Convert Emailvision XML exports of member lists to native Microsoft XLS files. This uses lxml and a custom file-like object to handle large (>100Mb) files without erroring on malformed content - so far I've noticed that ampersands are passed through without being converted to an entity.

A command line interface and TK GUI are provided. By using PyInstaller a standalone exe can be generated - current build provided in dist.

screenshot-gui

screenshot-cli

For no other reason that to make @ninjaneenaa's life a bit easier.

Resources

About

Emailvision member XML format to XLS converter


Languages

Language:Python 97.4%Language:Shell 2.6%