Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 851 Bytes

File metadata and controls

24 lines (12 loc) · 851 Bytes

DevExpress Office File API: Process DOCX Documents, XLSX Spreadsheets, PPTX Presentations, and PDF Files in Blazor Web Apps

The DevExpress Office File API library includes demo source code. You can find it in the current folder or in your local installation folder.

How to Build Blazor Demos for Office File API

To run demos on your machine, you must:

  1. Download this folder.

  2. Open the following solution file in Visual Studio:

    • Web/Demos.Office.Web.sln
  3. Install the following NuGet packages (use an online or local feed):

    • DevExpress.Blazor
    • DevExpress.Docs.Presentation
    • DevExpress.Document.Processor
  4. Run the application.