Skip to content

Commit b5c697e

Browse files
ODS Text Parsing (fixes #2446) [ci skip]
1 parent 4d00394 commit b5c697e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bits/80_parseods.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ var parse_content_xml = (function() {
126126
C+= colpeat-1;
127127
} else if(Rn[1]!=='/') {
128128
++C;
129+
textp = ""; textpidx = 0; textR = [];
129130
colpeat = 1;
130131
var rptR = rowpeat ? R + rowpeat - 1 : R;
131132
if(C > range.e.c) range.e.c = C;

0 commit comments

Comments
 (0)