We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b7ada commit 542636bCopy full SHA for 542636b
bits/80_parseods.js
@@ -64,6 +64,7 @@ var parse_content_xml = (function() {
64
case 'table': case '工作表': // 9.1.2 <table:table>
65
if(Rn[1]==='/') {
66
if(range.e.c >= range.s.c && range.e.r >= range.s.r) ws['!ref'] = encode_range(range);
67
+ else ws['!ref'] = "A1:A1";
68
if(opts.sheetRows > 0 && opts.sheetRows <= range.e.r) {
69
ws['!fullref'] = ws['!ref'];
70
range.e.r = opts.sheetRows - 1;
0 commit comments