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

Fix failing tests relating to unreliable presence of cell attributes #25

Closed yulqen closed 4 years ago

yulqen commented 4 years ago

The type-checking functionality cannot depend on the t attribute on the c item in XML. It is not required in the spec. As of today, code is currently checking that and failing with not found.

yulqen commented 4 years ago

We now ignore the t attribute on the way through and assign None if its not there. Generally removed typing checking from the parsing process.