-
Will add excel test code and samples later, no need to have separate folders for different file types.
-
This is in preparation of adding new function process_xlsx
-
…re process_file is called
-
This is based on the OpenXML specification (ISO 29500-1:2016 / ECMA-376)
-
Msodde more tests
-
Minor msodde fixes
-
- fix some whitespace and docs - replace bare-except - omit empty dde links in output
-
With this change we replace the relative import. Also use with-statement to open test file, so file is always closed after reading (python3 unittest issued a warning).
-
This is the case e.g. if piping the output of msodde.py to file or other program (e.g. grep) on a linux shell. In that case sys.stdout (i.e. print) can only handle ascii, which is a problem when printing unicode dde links.