ODS Text Parsing (fixes #2446) [ci skip]

This commit is contained in:
Author: Austin Peterson 2021-11-05 02:26:41 -06:00 committed by Austin Peterson
parent 4d00394678
commit b5c697e5ed

View File

@ -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;