mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-25 07:41:42 +08:00
fix: excel richText显示错误问题
This commit is contained in:
parent
ba12ef4739
commit
9338d7648f
File diff suppressed because one or more lines are too long
2
examples/dist/index.html
vendored
2
examples/dist/index.html
vendored
@ -7,7 +7,7 @@
|
||||
content="width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
<title>Vite + Vue</title>
|
||||
<script type="module" crossorigin src="/vue-office/examples/dist/assets/index-737025cc.js"></script>
|
||||
<script type="module" crossorigin src="/vue-office/examples/dist/assets/index-81aaa41f.js"></script>
|
||||
<link rel="stylesheet" href="/vue-office/examples/dist/assets/index-606d65f9.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue-office/excel",
|
||||
"version": "0.2.8",
|
||||
"version": "0.2.9",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
@ -87,6 +87,8 @@ function getCellText(cell){
|
||||
|
||||
case 6: //公式
|
||||
return cell.result;
|
||||
case 8: //富文本
|
||||
return cell.text;
|
||||
default:
|
||||
return value;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user