diff --git a/README.md b/README.md new file mode 100644 index 0000000..493b6e5 --- /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 following file for more information on how to run the Blazor demos: [README](./Web/README.md) + +## 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. + + + + +