All Projects → Hongbo-Miao → office-addin-angular

Hongbo-Miao / office-addin-angular

Licence: other
To help you learn to use Office.js and Angular build an Excel add-in

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to office-addin-angular

office-addin-react
To help you learn to use Office.js and React build an Excel add-in
Stars: ✭ 46 (+187.5%)
Mutual labels:  excel, office-js
Comuni-Italiani-2018-Sql-Json-excel
DATABASE dei COMUNI ITALIANI 2018 PROVINCE, REGIONI, COMUNI CON CAP e COORDINATE GEOGRAFICHE
Stars: ✭ 87 (+443.75%)
Mutual labels:  excel
excel-merge
A PHP library to merge two or more Excel files into one
Stars: ✭ 26 (+62.5%)
Mutual labels:  excel
FofaMap
FofaMap是一款基于Python3开发的跨平台FOFA数据采集器,支持网站图标查询、批量查询和自定义查询FOFA数据,能够根据查询结果自动去重并生成对应的Excel表格。另外春节特别版还可以调用Nuclei对目标进行漏洞扫描,让你在挖洞路上快人一步。
Stars: ✭ 118 (+637.5%)
Mutual labels:  excel
fxl.js
ƛ fxl.js is a data-oriented JavaScript spreadsheet library. It provides a way to build spreadsheets using modular, lego-like blocks.
Stars: ✭ 27 (+68.75%)
Mutual labels:  excel
spreadsheets-to-dataframes
Pycon 2021 Tutorial to help Spreadsheet (Excel) Users learn Python
Stars: ✭ 30 (+87.5%)
Mutual labels:  excel
react-gridsheet
React component like SpreadSheet
Stars: ✭ 121 (+656.25%)
Mutual labels:  excel
simple-excel
Generate excel sheets in Java
Stars: ✭ 85 (+431.25%)
Mutual labels:  excel
craXcel-cli
Command line application to unlock Microsoft Office password protected files.
Stars: ✭ 44 (+175%)
Mutual labels:  excel
openharmony-sheet
📊从零开始使用华为鸿蒙 OpenHarmony 开发游戏和表格渲染引擎
Stars: ✭ 132 (+725%)
Mutual labels:  excel
excel-to-python-course
Student materials and handouts for Excel to Python course
Stars: ✭ 73 (+356.25%)
Mutual labels:  excel
hfexcel
JSON to Excel in Python. 🐍 Human Friendly excel creation in python. 📄 easy, advanced and smart api. json to excel conversion support.. ❤️
Stars: ✭ 16 (+0%)
Mutual labels:  excel
exoffice
Library to parse common excel formats (xls, xlsx, csv)
Stars: ✭ 31 (+93.75%)
Mutual labels:  excel
Docs2Pdf
Bulk convert word/powerpoint/excel file to pdf.
Stars: ✭ 27 (+68.75%)
Mutual labels:  excel
svelte-sheets
Blazing fast excel sheets in the browser, hugely inspired by JExcel, built with Svelte and XLSX.
Stars: ✭ 45 (+181.25%)
Mutual labels:  excel
CXLinkageSheetDemo
一个同时支持横向和纵向滚动的表格框架 CXLinkageSheetView,适用于一些数据展示页面
Stars: ✭ 78 (+387.5%)
Mutual labels:  excel
winmerge2011
Fork of WinMerge which has a different set of features
Stars: ✭ 36 (+125%)
Mutual labels:  excel
ssms-addin
SQL Server Management Studio 2018 Productivity Tool
Stars: ✭ 15 (-6.25%)
Mutual labels:  excel
Addax
Addax is an open source universal ETL tool that supports most of those RDBMS and NoSQLs on the planet, helping you transfer data from any one place to another.
Stars: ✭ 615 (+3743.75%)
Mutual labels:  excel
django-excel-response
Django package to easily render Excel spreadsheets
Stars: ✭ 74 (+362.5%)
Mutual labels:  excel

Color me

This project is showing how you can use Office.js and Angular 4 to build an Excel add-in.

How to run

  1. To run the add-in, you need side-load the add-in within the Excel application. The section below describes the way of side-loading of manifest file in different platforms.

    • On Windows, follow this tutorial.

    • On macOS, move the manifest file office-add-in-angular-manifest.xml to the folder /Users/{username}/Library/Containers/com.microsoft.Excel/Data/Documents/wef (if not exist, create one)

    • For Excel Online, use the upload my add-in button from the add-in command dialog to upload the manifest file.

  2. Run ng serve or npm start in the terminal for a dev server.

  3. Open Excel and click the Add-in to load.

angular

How to create a new project by yourself

Follow the step by step tutorial here.

Learn more

To learn more about JavaScript API for Office (Office.js), please check here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].