yulqen / bcompiler-engine

MOVED: A Python library to alleviate the pain of using Excel spreadsheets to collect data from your stakeholders.
https://git.sr.ht/~yulqen/bcompiler-engine
MIT License
4 stars 1 forks source link

lxml parse fails when xl/sharedStrings.xml not present #26

Open yulqen opened 4 years ago

yulqen commented 4 years ago

parser.reader.template_reader_lxml() fails if spreadsheet file does not have an xl/sharedStrings.xml file.

To test, use A12... populated template, (not kept in the repo - but copy exists at )/linux-storage/Nextcloud/Projects/datamaps/ if required) which is a good test case.

Or to replicate, remove this file from the archive and test.

Check what the spec says about this file.