forked from sheetjs/sheetjs
ODS Text Parsing (fixes #2446) [ci skip]
This commit is contained in:
parent
4d00394678
commit
b5c697e5ed
@ -126,6 +126,7 @@ var parse_content_xml = (function() {
|
||||
C+= colpeat-1;
|
||||
} else if(Rn[1]!=='/') {
|
||||
++C;
|
||||
textp = ""; textpidx = 0; textR = [];
|
||||
colpeat = 1;
|
||||
var rptR = rowpeat ? R + rowpeat - 1 : R;
|
||||
if(C > range.e.c) range.e.c = C;
|
||||
|
Loading…
Reference in New Issue
Block a user