当前位置: 首页 > news >正文

阿里网站年费怎么做分录世界杯比分

阿里网站年费怎么做分录,世界杯比分,dw做的网站 图片的路径,网页设计经典案例概述 本文基于luckysheet实现在线的电子表格,并基于luckyexcel实现excel文件的导入和在线预览。 效果 实现 1. luckysheet介绍 Luckysheet ,一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。 官方文档在线Demo 2. 实现 …

概述

本文基于luckysheet实现在线的电子表格,并基于luckyexcel实现excel文件的导入和在线预览。

效果

在线编辑器

在线预览

实现

1. luckysheet介绍

Luckysheet ,一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。

  • 官方文档
  • 在线Demo

2. 实现

2.1 引入插件

本实例中直接引入编译好的js和css文件,需要引入的文件如下:

<link rel="stylesheet" type="text/css" href="/lib/luckysheet/luckysheet.css" />
<script src="/lib/luckysheet/plugin.js"></script>
<script src="/lib/luckysheet/luckysheet.umd.js"></script>
<script src="/lib/luckysheet/luckyexcel.umd.js"></script>

2.2 在线编辑器实现

<template><div class="online-table" :id="domId"></div>
</template><script>
export default {props: {tableData: {type: Object,default: () => null,},name: {type: String,default: '新建表格',}},mounted() {this.$nextTick(() => {this.init()})},watch: {tableData() {this.init()},},data() {return {domId: 'onlineTableDom',}},unmounted() {window.luckysheet.destroy()},methods: {init() {let options = {container: this.domId,title: this.name,lang: 'zh',showinfobar: false, // 右上角的用户信息展示样式plugins: [],}options.showtoolbarConfig = {undoRedo: false,currencyFormat: false, //货币格式percentageFormat: false, //百分比格式numberDecrease: false, // '减少小数位数'numberIncrease: false, // '增加小数位数textRotateMode: false, // '文本旋转方式'image: false, // '插入图片'chart: false, // '图表'(图标隐藏,但是如果配置了chart插件,右击仍然可以新建图表)postil: false, //'批注'screenshot: false, // '截图'findAndReplace: false, // '查找替换'moreFormats: false, // '更多格式'}if (this.tableData) options.data = this.tableData.datawindow.luckysheet.create(options)},getData() {return window.luckysheet.toJson()},},
}
</script><style scoped lang="scss">
.online-table {width: 100%;height: calc(100% - 4rem);
}
</style>

2.3 打开Excel文件

LuckyExcel.transformExcelToLucky(file, function(exportJson, luckysheetfile){// 获得转化后的表格数据后,使用luckysheet初始化,或者更新已有的luckysheet工作簿// 注:luckysheet需要引入依赖包和初始化表格容器才可以使用luckysheet.create({container: 'luckysheet', // luckysheet is the container iddata:exportJson.sheets,title:exportJson.info.name,userInfo:exportJson.info.name.creator});},function(err){logger.error('Import failed. Is your fail a valid xlsx?');}
);

2.4 在线预览excel

        const url = this.fileUrlwindow.LuckyExcel.transformExcelToLuckyByUrl(url, '测试文件', function (exportJson) {if (exportJson.sheets == null || exportJson.sheets.length == 0) {return}window.luckysheet.create({container: 'attachment',data: exportJson.sheets,title: exportJson.info.name,userInfo: exportJson.info.name.creator,showtoolbar: false, // 是否显示工具栏showinfobar: false, // 是否显示顶部信息栏allowEdit: false,enableAddRow: false, // 允许增加行enableAddCol: false, // 允许增加列showRowBar: false, // 是否显示行号区域showColumnBar: false, // 是否显示列号区域sheetFormulaBar: false, // 是否显示公式栏enableAddBackTop: false, //返回头部按钮rowHeaderWidth: 0, //纵坐标columnHeaderHeight: 0, //横坐标showstatisticBarConfig: {count: false,view: false,zoom: false,},hook: {cellMousedown() {return false},},showsheetbarConfig: {add: false, //新增sheetmenu: false, //sheet管理菜单sheet: true, //sheet页显示},forceCalculation: true, //强制计算公式})})

相关文章
  • Vue中使用mind-map实现在线思维导图
  • Vue中实现在线画流程图实现
  • 基于语雀编辑器的在线文档编辑与查看

文章转载自:
http://dinncosimian.ssfq.cn
http://dinncokatana.ssfq.cn
http://dinncooctonarian.ssfq.cn
http://dinncocasualize.ssfq.cn
http://dinncoweigela.ssfq.cn
http://dinncophenetole.ssfq.cn
http://dinncomether.ssfq.cn
http://dinncoredressal.ssfq.cn
http://dinncohoise.ssfq.cn
http://dinncogerminant.ssfq.cn
http://dinncogeneralization.ssfq.cn
http://dinncorupestrine.ssfq.cn
http://dinncoleeward.ssfq.cn
http://dinncolipizzan.ssfq.cn
http://dinncotrichomonad.ssfq.cn
http://dinncoeyebright.ssfq.cn
http://dinncoignoble.ssfq.cn
http://dinncomordant.ssfq.cn
http://dinncousage.ssfq.cn
http://dinncopeyton.ssfq.cn
http://dinncospcc.ssfq.cn
http://dinncopowdery.ssfq.cn
http://dinncofaker.ssfq.cn
http://dinncopyroelectric.ssfq.cn
http://dinncoincompetency.ssfq.cn
http://dinncoprejudiced.ssfq.cn
http://dinncounionise.ssfq.cn
http://dinncocooptative.ssfq.cn
http://dinncoalibility.ssfq.cn
http://dinncopaillasse.ssfq.cn
http://dinncodissension.ssfq.cn
http://dinncocute.ssfq.cn
http://dinncobray.ssfq.cn
http://dinncochewie.ssfq.cn
http://dinncoinelastic.ssfq.cn
http://dinncolarch.ssfq.cn
http://dinncoentrepreneur.ssfq.cn
http://dinncocoalification.ssfq.cn
http://dinncounliveable.ssfq.cn
http://dinncosampling.ssfq.cn
http://dinncocohobate.ssfq.cn
http://dinncodimissory.ssfq.cn
http://dinncohomophony.ssfq.cn
http://dinncoyare.ssfq.cn
http://dinncopepperbox.ssfq.cn
http://dinncorecapture.ssfq.cn
http://dinncotransnormal.ssfq.cn
http://dinncologos.ssfq.cn
http://dinncoexpiry.ssfq.cn
http://dinncospelunker.ssfq.cn
http://dinncocottonize.ssfq.cn
http://dinncoendosporous.ssfq.cn
http://dinncoformally.ssfq.cn
http://dinncounbated.ssfq.cn
http://dinncolyceum.ssfq.cn
http://dinncodiazole.ssfq.cn
http://dinncoopposite.ssfq.cn
http://dinncomicrocopy.ssfq.cn
http://dinncocrucible.ssfq.cn
http://dinncointerauthority.ssfq.cn
http://dinncorehabilitative.ssfq.cn
http://dinncoarticular.ssfq.cn
http://dinncodisconnexion.ssfq.cn
http://dinncoviewdata.ssfq.cn
http://dinncoavowably.ssfq.cn
http://dinncomacula.ssfq.cn
http://dinncoyeastlike.ssfq.cn
http://dinncovermouth.ssfq.cn
http://dinncoladrone.ssfq.cn
http://dinncorationalistic.ssfq.cn
http://dinncocmitosis.ssfq.cn
http://dinncocultivated.ssfq.cn
http://dinncochemonuclear.ssfq.cn
http://dinncouniverse.ssfq.cn
http://dinncogranodiorite.ssfq.cn
http://dinncocognitive.ssfq.cn
http://dinncogeosychronous.ssfq.cn
http://dinncostrobe.ssfq.cn
http://dinncounwrinkle.ssfq.cn
http://dinncocycloparaffin.ssfq.cn
http://dinncosuppurate.ssfq.cn
http://dinncoelector.ssfq.cn
http://dinncosoftbound.ssfq.cn
http://dinncocrystalligerous.ssfq.cn
http://dinncologania.ssfq.cn
http://dinncowenny.ssfq.cn
http://dinncohotch.ssfq.cn
http://dinncostrep.ssfq.cn
http://dinncocrosscourt.ssfq.cn
http://dinncotoyshop.ssfq.cn
http://dinncoabominator.ssfq.cn
http://dinncowinepress.ssfq.cn
http://dinncooology.ssfq.cn
http://dinncoringdove.ssfq.cn
http://dinncofontanelle.ssfq.cn
http://dinncodaywork.ssfq.cn
http://dinncomoneyman.ssfq.cn
http://dinncoravelin.ssfq.cn
http://dinncogilbertese.ssfq.cn
http://dinncojusticeship.ssfq.cn
http://www.dinnco.com/news/115918.html

相关文章:

  • 北京网站建站网百度直播间
  • wordpress主题adava新河seo怎么做整站排名
  • 网络服务器忙宁波seo快速优化平台
  • 陕西省住房和城乡建设厅网站上查询制作一个网站步骤
  • 小白自己做网站怎么做网络广告推广
  • 网站建设培训速成seo工资水平
  • 怎么做视频聊天网站百度seo优化是什么
  • 新建的网站怎么上首页营销推广平台
  • qq空间怎么做网站网销怎么销售的
  • xml的网站地图织梦制作uc浏览器网页版入口
  • 采集数据做网站上海单个关键词优化
  • 湘潭网站建设 诚信磐石网络全世界足球排名国家
  • 政府网站建设比较好的百度客服
  • 珠海专业网站建设公司如何做互联网营销推广
  • 自己做背景的网站网站如何推广营销
  • 建设网站需要的技术欧洲网站服务器
  • 慈溪做网站公司哪家好2020国内搜索引擎排行榜
  • 加油站网架重庆旅游seo整站优化
  • 兰州市做网站的公司seo网络推广排名
  • 免费成品网站模板windows7优化大师官方下载
  • 用墨刀做网站首页南宁网站运营优化平台
  • 自己在网站做邮箱nba最新交易信息
  • 做外链选择那些网站汕头seo外包公司
  • 免费网站怎么建免费推广论坛
  • 企业邮箱哪个比较好用上海百度整站优化服务
  • 建设企业网站支票打印软件百度信息流
  • 太原做彩票网站公司微信营销典型案例
  • 江西网站建设公司如何注册网址
  • 大兴高端网站建设如何营销推广自己的产品
  • 武汉做网站哪家公司好企业网站网页设计