This website works better with JavaScript
Home
Explore
Help
Sign In
maixinrong
/
Calculation
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
1
MaiXinRong
3 years ago
parent
32217c51ef
commit
adfb2686e6
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
app/lib/analysis_excel.js
+ 1
- 0
app/lib/analysis_excel.js
View File
@@ -672,6 +672,7 @@ class AnalysisExcelTree {
this.checkColHeader(row);
}
}
+ return this.cacheTree;
}
}