Skip to content

This repo contains the start and end states of a series of tutorials that show developers how to create, sore, and filter a table, create a chart, freeze a row, protect a worksheet, and create a custom ribbon button.

License

Notifications You must be signed in to change notification settings

Neary-li/Excel-Add-in-Tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel Web Add-in project(Excel 加载项)

该项目可以通过一个按钮创建用户会计过账的模板表格、并支持冻结表头功能。

环境

  • Office 2013及更高版本,推荐使用Office 2016
  • node.js
  • Git

安装使用

  • 选择start文件夹,鼠标右击git bash
  • npm install
  • npm run build
  • npm start
  • 新建Excel文件
  • 打开加载项,选择共享文件夹目录下的清单文件(my-office-add-in-manifest.xml)

Copyright

Copyright (c) 2019 Neary-Lee. All rights reserved.

About

This repo contains the start and end states of a series of tutorials that show developers how to create, sore, and filter a table, create a chart, freeze a row, protect a worksheet, and create a custom ribbon button.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%