Page tree
Skip to end of metadata
Go to start of metadata

你可以在 Spread.Sheets 中使用 Excel 主题。这需要你在页面上引入一个 CSS 文件:

<link rel="stylesheet" href="css/gc.spread.sheets.excel2013white.10.0.0.css" />

Excel 2013 主题也支持标签栏和滚动条。

你可以使用以下主题

主题名称

对应的 CSS 文件

Excel 2007

gc.spread.sheets.10.0.0.css

Excel 2013 White

gc.spread.sheets.excel2013white.10.0.0.css

Excel 2013 Light Gray

gc.spread.sheets.excel2013lightGray.10.0.0.css

Excel 2013 Dark Gray

gc.spread.sheets.excel2013darkGray.10.0.0.css

Excel 2016 Colorful

gc.spread.sheets.excel2016colorful.10.0.0.css

Excel 2016 Dark Gray

gc.spread.sheets.excel2016darkGray.10.0.0.css

You can also combine the Excel theme with other themes such as the bootstrap theme. For example:

Excel 主题和其他主题(比如 bootstrap 主题)可以共存。

<link rel="stylesheet" href="css/gc.spread.sheets.excel2013white.10.0.0.css" />

<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" title="aa" /> < link rel="stylesheet" href="css/bootstrap/bootstrap-theme.min.css" title="aa" />

使用 refresh 方法来刷新 Spread.Sheet 的显示,并应用主题。

  • No labels