轉(zhuǎn)帖|使用教程|編輯:鮑佳佳|2021-02-19 10:13:18.510|閱讀 270 次
概述:SpreadJS 是一款基于 HTML5 的純前端電子表格控件,兼容 450 種以上的 Excel 公式,具有 “高性能、跨平臺、與 Excel 高度兼容”的產(chǎn)品特性。下面我們將講述在使用SpreadJS進行開發(fā)時如何應(yīng)用Excel主題。
# 界面/圖表報表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
相關(guān)鏈接:
SpreadJS 是一款基于 HTML5 的純前端電子表格控件,兼容 450 種以上的 Excel 公式,憑借其 “高性能、跨平臺、與 Excel 高度兼容”的產(chǎn)品特性,備受以華為、蘇寧易購、天弘基金等為代表的企業(yè)用戶青睞。SpreadJS 為用戶帶來親切的 Excel 使用體驗的同時,滿足 Web Excel 組件開發(fā)、表格文檔協(xié)同編輯、數(shù)據(jù)填報、Excel 類報表設(shè)計等業(yè)務(wù)場景,極大降低了企業(yè)研發(fā)成本和項目交付風險。下面我們將講述在使用SpreadJS進行開發(fā)時如何應(yīng)用Excel主題。
你可以在 Spread.Sheets 中使用 Excel 主題。這需要你在頁面上引入一個 CSS 文件:
<link rel="stylesheet" href="css/gc.spread.sheets.excel2013white.10.0.0.css" />
Excel 2013 主題也支持標簽欄和滾動條。
你可以使用以下主題
主題名稱 |
對應(yīng)的 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 的顯示,并應(yīng)用主題。
選擇SpreadJS六大理由:
強大的公式計算引擎:SpreadJS 兼容 450 種以上的 Excel 公式函數(shù),內(nèi)置高效、可擴展的計算引擎,滿足用戶自定義公式、跨表格引用等多場景下的計算需求,輕松實現(xiàn)數(shù)據(jù)聚合,讓有效數(shù)據(jù)不斷完善
好消息!SpreadJS正版授權(quán)低至3490元!歡迎咨詢慧都在線客服了解詳情!
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請郵件反饋至chenjj@fc6vip.cn
文章轉(zhuǎn)載自: