xou/elixlsx

Strings not working

Closed this issue · 0 comments

ah0y commented

In 0.4.2 trying to create a sheet with any string causes a function XML.valid?/1 is undefined or private error. Think this is related to this change https://github.com/xou/elixlsx/pull/86/files#diff-602217924496a0bfead8d52a018857f7R28

Running through the examples here with 0.4.2 don't work as long as any string is present in any row. Removing all instances of strings lets the library work as intended.

I've verified that going down a version to 0.4.1 fixes the issue with strings.