✅ CSV Import Works
✅ Importing the same data using a .CSV file works without issue.
❌ XLSX Import Fails
When attempting to import the .XLSX version, the following errors occur:
In Odoo UI (Browser Console Error):
UncaughtClientError > SyntaxError
Uncaught Javascript Error > Failed to execute 'appendChild' on 'Node': Unexpected token '<'
SyntaxError: Failed to execute 'appendChild' on 'Node': Unexpected token '<'
at DOMEval (web.assets_common.min.js)
at jQuery.globalEval (...)
...
In Odoo Server Log (Backend Error):
ValueError: A string literal cannot contain NUL (0x00) characters.