Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 3.73 KB

File metadata and controls

47 lines (29 loc) · 3.73 KB

Spreadsheet Document API - How to Create a Loan Amortization Schedule within a .NET 8 Blazor Server App

This example demonstrates a Blazor Server application that targets .NET 8 and leverages the capabilities of the DevExpress Spreadsheet Document API to build a loan amortization schedule.

The application allows users to enter loan information (loan amount, repayment period in years, annual interest rate, and start date). Once users enter data, the Spreadsheet immediately recalculates loan payments and updates data on the application page. Users can export the result to XLSX or PDF as needed.

Spreadsheet - Final App

To run this application, install or restore the following NuGet packages:

Documentation

Refer to this help topic for implementation details: Use the Spreadsheet Document API to Create a Loan Amortization Schedule within a Blazor Server App.

Files to Look At

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)