Azure Functions for Office

    Azure Functions For Office is a set of utility Azure Functions for working with Office documents and eventually Microsoft Graph. This initial version consists of three functions for working with Excel and Word documents:

    • Excel Extract - reads rows and columns from an Excel file and returns easily consumed JSON
    • Excel Merge - Merges data in JSON format with an Excel document given as a URL or as a Base64 encoded string
    • Word Merge - Merges data in JSON format with an Word document given as a URL or as a Base64 encoded string

    Navigating the Documentation

    These documents consist of articles that explain what the functions do and API documentation for .NET developers linked to the source code in GitHub.

    • Improve this Doc
    Back to top Copyright © 2018 Doug Ware
    View project on Github