jsonkenl / xlsxir

Xlsx parser for the Elixir language.
MIT License
212 stars 83 forks source link

Ensure value read is from <v/> not <f/> as latter is forumla #81

Closed kenips closed 5 years ago

kenips commented 5 years ago

This leaves support for returning formula in the cell in the future, but for now we should mask it so that it would not return the formula if the calculated value is empty.

Fixes #80

jsonkenl commented 5 years ago

@kenips thanks for submitting a PR to address the issue identified by @junjizhi!