Skip to content

openize-com/openize-open-xml-sdk-examples-net

Repository files navigation

Openize OpenXML SDK Examples

This repository contains example projects demonstrating how to use the Openize OpenXML SDK for .NET to work with Office documents.

Overview

These examples show how to create, read, modify, and save Office documents (Excel, Word, PowerPoint) using the Openize OpenXML SDK.

Project Structure

  • Openize.OpenXML-SDK.Examples: Core library containing example code for various features
    • Excel: Examples for working with Excel spreadsheets
    • Word: Examples for working with Word documents
    • PowerPoint: Examples for working with PowerPoint presentations
  • Openize.OpenXML-SDK.Examples.Usage: Console application to run the examples

Prerequisites

  • .NET Core 3.1 SDK or later
  • Visual Studio 2019/2022 or another .NET IDE

Getting Started

  1. Clone this repository

git clone https://github.com/openize-com/openize-open-xml-sdk-examples-net.git

  1. Open the solution in Visual Studio

  2. Ensure you have the Openize.OpenXML-SDK referenced in the Examples project

  3. Build and run the Usage project to explore the examples

Examples Included

Excel

  • WorkbookExamples: Creating and manipulating Excel workbooks
  • WorksheetExamples: Working with worksheets, including protection and visibility
  • CellExamples: Manipulating cells with different data types, formulas, and hyperlinks

Word

Coming soon...

PowerPoint

Coming soon...

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Related Projects

About

Example projects for the Openize.OpenXML SDK for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages