From 2a03640349b948f656451a84f205a0972abd8b95 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 27 三月 2024 17:06:03 +0800
Subject: [PATCH] 2024-03-27

---
 src/tabviews/zshare/actionList/exceloutbutton/index.jsx |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx
index b800aa8..b279673 100644
--- a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx
@@ -665,6 +665,9 @@
             ws[col + '2'].s = {alignment: { horizontal: 'center', vertical: 'center' }}
           })
         }
+        // ws['A3'].s = {font: { sz: 10 , bold: true }, alignment: { horizontal: 'center', vertical: 'center' }, border: {top: {style: 'thin', color: '000000'}, left: {style: 'thin', color: '000000'}, bottom: {style: 'thin', color: '000000'}, right: {style: 'thin', color: '000000'}}};
+        // ws['A3'].z = '#,##0.00';
+        // ws['A3'].z = '#,##0.00;[Red]-#,##0.00;';
 
         if (btn.verify.wrapText === 'true' && data) {
           let lines = data.length + 1

--
Gitblit v1.8.0