Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangweidong
patzn-cloud-service-hmhj
Commits
2991310b
Commit
2991310b
authored
Dec 11, 2025
by
jiangxuming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(ui): 修正公式单元格检查格式
parent
50702e77
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
+1
-1
EntrustSampleServiceImpl.java
...vice/lims/hmhj/service/impl/EntrustSampleServiceImpl.java
+1
-1
YLExport1.xlsx
src/main/resources/templates/excel/YLExport1.xlsx
+0
-0
YLExport2.xlsx
src/main/resources/templates/excel/YLExport2.xlsx
+0
-0
No files found.
src/main/java/com/patzn/cloud/service/lims/hmhj/service/impl/EntrustSampleServiceImpl.java
View file @
2991310b
...
...
@@ -523,7 +523,7 @@ public class EntrustSampleServiceImpl extends BaseServiceImpl<EntrustSampleMappe
// 遍历所有单元格
for
(
int
k
=
0
;
k
<
row
.
getLastCellNum
();
k
++)
{
Cell
cell
=
row
.
getCell
(
k
);
if
(
cell
!=
null
&&
cell
.
getCellType
()
==
CellType
.
FORMULA
)
{
// 检查单元格是否存在且是公式类型
if
(
cell
!=
null
&&
cell
.
getCellType
()
==
CellType
.
FORMULA
)
{
try
{
evaluator
.
evaluateFormulaCell
(
cell
);
}
catch
(
Exception
e
)
{
...
...
src/main/resources/templates/excel/YLExport1.xlsx
View file @
2991310b
No preview for this file type
src/main/resources/templates/excel/YLExport2.xlsx
View file @
2991310b
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment