From 4b635490283f14e3e6555c627f0add68c4d00e7a Mon Sep 17 00:00:00 2001 From: "CORP\\polina.fedorova" Date: Thu, 16 Apr 2026 10:54:03 +0200 Subject: [PATCH 1/2] readmes for main and blazor --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ Web/README.md | 24 ++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 README.md create mode 100644 Web/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..508d933 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# Office File API Demos + +The [DevExpress Office File API](https://www.devexpress.com/products/net/office-file-api/) bundle is a set of non-visual document processing components. These components can help you create, load, modify, and save Microsoft Word, Excel, PowerPoint, and PDF files in .NET applications. + +> Office, Excel, Word, PowerPoint are trademarks or registered trademarks of Microsoft Corporation. + +The Office File API bundle includes the following components: + +- [Word Processing Document API](https://www.devexpress.com/products/net/office-file-api/word/) +- [Spreadsheet Document API](https://www.devexpress.com/products/net/office-file-api/spreadsheet/) +- [Presentation Document API](https://www.devexpress.com/products/net/office-file-api/powerpoint-presentation-api/) +- [PDF Document API](https://www.devexpress.com/products/net/office-file-api/pdf/) + +This repository contains demos for DevExpress Blazor components and console applications. + +## Blazor Demos + +The Blazor demos are located in the `Blazor` folder. Refer to the `Blazor/README.md` file for more information on how to run the Blazor demos. + +## Console Demos + +The console demos are located in the `Console` folder. Refer to the `Console/README.md` file for more information on how to run the console demos. + +## Get Started + +The following help topics describe how to start using Office File API components: + +* [Prerequisites](https://docs.devexpress.com/OfficeFileAPI/405462/installation-guide/prerequisites) +* [Install NuGet packages](https://docs.devexpress.com/OfficeFileAPI/400744/installation-guide/install-nuget-packages) + +## Documentation + +You can find more information in our [online Office File API documentation](https://docs.devexpress.com/OfficeFileAPI/). + +## Helpful Resources + +* [Examples](https://github.com/search?q=topic%3Aoffice-file-api+org%3ADevExpress-Examples&type=Repositories&s=stars&o=desc) +* [Blog](https://community.devexpress.com/Tags/Office) + +## Support and Feedback + +In our [Support Center](https://supportcenter.devexpress.com/ticket/create), you can ask questions, share ideas, or report an issue. \ No newline at end of file diff --git a/Web/README.md b/Web/README.md new file mode 100644 index 0000000..29395bb --- /dev/null +++ b/Web/README.md @@ -0,0 +1,24 @@ +# DevExpress Office File API Blazor Demos + +The DevExpress Office File API library ships with demo source code. You can find it in the current folder or in the [local installation folder](https://docs.devexpress.com/OfficeFileAPI/15097/demo-application#find-the-source-code). + +## How to Build Office File API Blazor Demos + +To run demos on your machine locally, you must: + +1. Download this folder. +2. Open the following solution file in Visual Studio: + + * _Web/Demos.Office.Web.sln_ + +3. [Obtain the NuGet feed](https://docs.devexpress.com/OfficeFileAPI/400744/installation-guide/install-nuget-packages) and install the following packages: + + * DevExpress.Blazor + * DevExpress.Docs.Presentation + * DevExpress.Document.Processor +4. Run the application. + + + + + From 991830d1360b1c9627334dcc9f5ac6dd99d7339f Mon Sep 17 00:00:00 2001 From: "CORP\\polina.fedorova" Date: Thu, 16 Apr 2026 11:37:12 +0200 Subject: [PATCH 2/2] add link to blazor readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 508d933..493b6e5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This repository contains demos for DevExpress Blazor components and console appl ## Blazor Demos -The Blazor demos are located in the `Blazor` folder. Refer to the `Blazor/README.md` file for more information on how to run the Blazor demos. +The Blazor demos are located in the `Blazor` folder. Refer to the following file for more information on how to run the Blazor demos: [README](./Web/README.md) ## Console Demos