Skip to content

Commit 6a4b4e0

Browse files
authored
Transform remaining :expect_formula after parse into empty string
1 parent 81e6521 commit 6a4b4e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/xlsx_reader/parsers/worksheet_parser.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ defmodule XlsxReader.Parsers.WorksheetParser do
262262
# If the <c> element has no text child node, we didn't receive any :characters event
263263
# and the current value still contains the placeholder used by the parser
264264
:expect_chars -> ""
265+
:expect_formula -> ""
265266
# Otherwise assume that the row contains an actual value
266267
value -> value
267268
end)

0 commit comments

Comments
 (0)