jsonkenl / xlsxir

Xlsx parser for the Elixir language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read cached, evaluated formula values?

junjizhi opened this issue · comments

Currently xlsxir reads out the formula string directly. Is there a way to read the evaluated value that MS Excel cached in the file?

I know openpyxl has a data_only flag that does that. Is it in your plan to support this feature?

Thanks!

Actually I found that's the default behaviour. The formula I saw before could be MS Excel didn't actually cache value.