-
Notifications
You must be signed in to change notification settings - Fork 325
Supported styles
清沐 edited this page Aug 22, 2020
·
2 revisions
CSS | Value | Example |
---|---|---|
width | such as 15px | style="width: 15px" |
CSS | Value | Example |
---|---|---|
height | such as 15px, special attention A kind of If the template is used, the style can only be placed on tr | style="height: 15px" |
CSS | Value | Example |
---|---|---|
background-color | Hex: ffffff, RGB: rgb (0255255), common background color name: green, Hex is recommended | style="background-color:#ABFF00" |
CSS | Value | Example |
---|---|---|
border-style | thin、dashed、medium、dotted、thick、double、hair、medium_dashed、dash_dot | style="border-style:thin" |
border-top-style | thin、dashed、medium、dotted、thick、double、hair、medium_dashed、dash_dot | style="border-top-style:thin" |
border-right-style | thin、dashed、medium、dotted、thick、double、hair、medium_dashed、dash_dot | style="border-top-style:thin" |
border-bottom-style | thin、dashed、medium、dotted、thick、double、hair、medium_dashed、dash_dot | style="border-top-style:thin" |
border-left-style | thin、dashed、medium、dotted、thick、double、hair、medium_dashed、dash_dot | style="border-top-style:thin" |
CSS | Value | Example |
---|---|---|
color | green | style="color:green;" |
font-size | value: 14px (only the value will be intercepted, and the non value part will be deleted) | style="font-size:14px" |
font-family | Times New Roman(alternative fonts are not supported) | style="font-family:Times New Roman" |
font-style | italic | style="font-style:italic" |
font-weight | bold | style="font-weight:bold" |
text-decoration | line-through、underline | style="text-decoration: underline" |
CSS | Value | Example |
---|---|---|
text-align | general,left,center,right,fill,justify,center_selection,distributed | style="text-align:center" |
vertical-align | top,center,bottom,justify,distributed | style="vertical-align:center" |
CSS | Value | Example |
---|---|---|
visibility | Hidden: hidden, currently only set to take effect on tr | < tr style="visibility: hidden" > |
CSS | Value | Example |
---|---|---|
word-break | < tr style="word-break: break-all" >、< td style="word-break: break-all" > |
-
Overview
概述 -
FAQ
常见问题 -
Dependency adding
依赖添加 -
Excel/Csv import
Excel/Csv导入 - 一对多导入
-
Excel default export
默认导出 -
Excel streaming export
流式导出 -
Dynamic export
动态导出 -
Excel template build
模板构建 -
CSV export
csv导出 -
Multiple sheet import
多sheet导入 -
Multiple sheet export
多sheet导出 - 聚合列&聚合导出
-
Custom style
自定义样式 -
Multilevel header
多级表头 -
Wrap within cell
单元格内换行 -
Image export
图片导出 -
Image import
图片导入 -
Hyperlink
链接 - 读取链接
-
Template row height setting
模板行高度设置 -
Drop-down-list
下拉列表 -
Custom convert
写入自定义转化 -
Formula usage
公式使用 -
Template cell setting
单元格设置 -
Header freeze
区域冻结 - 提示
-
Style support
样式支持 - 添加水印
- 按列读取
- 单元格斜线绘制
- 设置批注
- 版本日志