Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-study-front-share
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
yifu-study
front
yifu-study-front-share
Commits
bdf3cd90
You need to sign in or sign up before continuing.
Commit
bdf3cd90
authored
Apr 27, 2022
by
liyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
内容调整
parent
c7bd7c02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
用xlsx-style玩转Excel导出——像手动操作Excel表格一样用JS操作Excel.md
.../_posts/用xlsx-style玩转Excel导出——像手动操作Excel表格一样用JS操作Excel.md
+1
-1
No files found.
source/_posts/用xlsx-style玩转Excel导出——像手动操作Excel表格一样用JS操作Excel.md
View file @
bdf3cd90
...
@@ -202,7 +202,7 @@ XLSX.utils.decode_range("B1:C9"); //{s:{c: 1, r: 0},e: {c: 2, r: 8}}
...
@@ -202,7 +202,7 @@ XLSX.utils.decode_range("B1:C9"); //{s:{c: 1, r: 0},e: {c: 2, r: 8}}
-
readingOrder:文字方向,值为数字0(根据内容决定)、1(从左到有) 或 2(从右到左)
-
readingOrder:文字方向,值为数字0(根据内容决定)、1(从左到有) 或 2(从右到左)
-
textRotation:文本旋转角度,值为数字,0至180或 255(垂直排列) ,默认为0
-
textRotation:文本旋转角度,值为数字,0至180或 255(垂直排列) ,默认为0
`
alignment
`
: 对其属性,其子属下如下:
`
border
`
: 对其属性,其子属下如下:
-
top:上边框样式,值为对象,如:{style: 'thin', color:{rgb: "FFFFAA00"}},其中,style的值集包括:thin、medium、thick、dotted、hair、dashed、mediumDashed、dashDot、mediumDashDot、dashDotDot、mediumDashDotDot、slantDashDot、double
-
top:上边框样式,值为对象,如:{style: 'thin', color:{rgb: "FFFFAA00"}},其中,style的值集包括:thin、medium、thick、dotted、hair、dashed、mediumDashed、dashDot、mediumDashDot、dashDotDot、mediumDashDotDot、slantDashDot、double
-
bottom: 下边框样式,值同top
-
bottom: 下边框样式,值同top
...
...
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