Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md #1

Open
wants to merge 3 commits into
base: 24.2.1+
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @DevExpressExampleBot
7 changes: 5 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- default badges list -->
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/128613345/24.2.1%2B)
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T242354)
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
Expand All @@ -9,7 +8,11 @@

This example demonstrates how to use the [Excel Export library](https://docs.devexpress.com/OfficeFileAPI/114031/excel-export-library) to generate a simple spreadsheet document in code. After running this example, a console application creates an <strong>XLSX</strong> file and opens it in the default application registered for this file type.

Excel Export Library has limited amount of features. Refer to the following page for information on a feature-rich Spreadsheet Document API: [Excel Spreadsheet API for .NET](https://www.devexpress.com/products/net/office-file-api/spreadsheet/)
Excel Export Library has a limited amount of features. Refer to the following page for information on a feature-rich Spreadsheet Document API: [Excel Spreadsheet API for .NET](https://www.devexpress.com/products/net/office-file-api/spreadsheet/)

> [!Important]
> The Universal Subscription or an additional Office File API Subscription is required to use this example in production code. For pricing information, please refer to the [DevExpress Subscription](https://www.devexpress.com/Subscriptions/) page.

# Files to Look at

* [Program.cs](./CS/XLExportExamples/Program.cs) (VB: [Program.vb](./VB/XLExportExamples/Program.vb))
Expand Down