jsonkenl / xlsxir

Xlsx parser for the Elixir language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inlineStr type not parsed

pedrogarrett opened this issue · comments

cell value of inlineStr is not parsed... adding:

['inlineStr', _, s] -> List.to_string(s)

to the format_cell_value function makes it work, but I'm not sure if that's the correct solution.

Thanks @pedrogarrett. Can you tell me what program you are using (i.e. Excel, LibreOffice, etc.)? I haven't run into that type before.

It's dynamically generated using the Ruby Axlsx gem. I'll attach an example.
test.xlsx

Ok, you're proposal will work for now until I have time to explore that gem further. I'm currently making some minor improvements so I'll add that fix and push out in an updated version ASAP. Thanks for pointing it out! I'll close this issue once the change is published on Hex.

Publishing update on Hex.