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

Hongbo-Miao / office-addin-react

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

Programming Languages

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

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

office-addin-angular
To help you learn to use Office.js and Angular build an Excel add-in
Stars: ✭ 16 (-65.22%)
Mutual labels:  excel, office-js
Sylvan.Data.Excel
The fastest .NET library for reading Excel data files.
Stars: ✭ 65 (+41.3%)
Mutual labels:  excel
php-excel
Old faster PHPExcel
Stars: ✭ 25 (-45.65%)
Mutual labels:  excel
qsv
CSVs sliced, diced & analyzed.
Stars: ✭ 438 (+852.17%)
Mutual labels:  excel
excel-requests
Excel HTTP Requests for Humans
Stars: ✭ 55 (+19.57%)
Mutual labels:  excel
customer-tracker
R data products: Reports, Presentations, Apps, and API's
Stars: ✭ 19 (-58.7%)
Mutual labels:  excel
fmtdate
MS Excel (TM) syntax for Go time/date
Stars: ✭ 95 (+106.52%)
Mutual labels:  excel
web-pivot-table
A feature-rich JS pivot grid library for creating interactive reports. Integrates with any front-end technology
Stars: ✭ 35 (-23.91%)
Mutual labels:  excel
sense-export
Just a simple button to export data in your Qlik Sense applications.
Stars: ✭ 28 (-39.13%)
Mutual labels:  excel
datapackage-m
Power Query M functions for working with Tabular Data Packages (Frictionless Data) in Power BI and Excel
Stars: ✭ 26 (-43.48%)
Mutual labels:  excel
Office365FiddlerExtension
This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.
Stars: ✭ 23 (-50%)
Mutual labels:  excel
django-funky-sheets
Django implementation of Handsontable spreadsheets for CRUD actions.
Stars: ✭ 91 (+97.83%)
Mutual labels:  excel
json2xls
{"generate excel by json data": "根据json数据生成Excel表格"}
Stars: ✭ 30 (-34.78%)
Mutual labels:  excel
freemarker-cli
Apache FreeMarker CLI (JDK)
Stars: ✭ 35 (-23.91%)
Mutual labels:  excel
laravel-xlswriter
an excel export/import tool for laravel based on php-xlswriter
Stars: ✭ 54 (+17.39%)
Mutual labels:  excel
EPPlus.Core.Extensions
An extensions library for EPPlus package to generate and manipulate Excel files easily.
Stars: ✭ 66 (+43.48%)
Mutual labels:  excel
database-js
Common Database Interface for Node
Stars: ✭ 58 (+26.09%)
Mutual labels:  excel
ByteScout-SDK-SourceCode
ALL source code samples for ByteScout SDKs and Web API API products.
Stars: ✭ 24 (-47.83%)
Mutual labels:  excel
spreadsheet
TypeScript/javascript spreadsheet parser, with formulas.
Stars: ✭ 40 (-13.04%)
Mutual labels:  excel
Excelerator
This is an Excel Addin for Windows that reads and writes data to Snowflake
Stars: ✭ 53 (+15.22%)
Mutual labels:  excel

Color me

This project is showing how you can use Office.js and React 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-react-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 this in the terminal for a dev server.

    • Windows

      set HTTPS=true&&npm start
    • macOS

      HTTPS=true npm start
  3. Open Excel and click the Add-in to load.

screenshot

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].