We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4b4e0 commit 7c67deaCopy full SHA for 7c67dea
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.8.7] - 2024-07-14
4
+
5
+- Fix issue with some empty cell elements being returned as `:expect_formula`, they are now returned as empty strings
6
7
## [0.8.6] - 2024-06-28
8
9
- Fix handling of cell type/style when some cell elements were missing attributes
mix.exs
@@ -4,7 +4,7 @@ defmodule XlsxReader.MixProject do
def project do
[
app: :xlsx_reader,
- version: "0.8.6",
+ version: "0.8.7",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
10
deps: deps(),
0 commit comments