jsonkenl / xlsxir

Xlsx parser for the Elixir language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enum.filter_map/3 is deprecated

michaelst opened this issue · comments

warning: Enum.filter_map/3 is deprecated. Use Enum.filter/2 + Enum.map/2 or for comprehensions instead
  lib/xlsxir/unzip.ex:73

Fixed by #90