We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e6521 commit 6a4b4e0Copy full SHA for 6a4b4e0
1 file changed
lib/xlsx_reader/parsers/worksheet_parser.ex
@@ -262,6 +262,7 @@ defmodule XlsxReader.Parsers.WorksheetParser do
262
# If the <c> element has no text child node, we didn't receive any :characters event
263
# and the current value still contains the placeholder used by the parser
264
:expect_chars -> ""
265
+ :expect_formula -> ""
266
# Otherwise assume that the row contains an actual value
267
value -> value
268
end)
0 commit comments