Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.54 KB

File metadata and controls

39 lines (28 loc) · 2.54 KB

Excel Export API - Generate an Invoice

This example demonstrates how to use the Excel Export API to generate the "Simple Invoice" document shown in the image below.

image

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 page.

Implementation Details

In particular, this example introduces API properties and methods used to perform the following operations:

  • Create a new workbook
  • Create and rename a worksheet
  • Create columns and rows, and adjust the column width and row height
  • Create cells and set their values
  • Format cells (set the cell font, background color, alignment, borders, number format, etc.)
  • Specify print options (define the print area and adjust page settings)
  • Assign formulas to worksheet cells

Files to Review

Does this example address your development requirements/objectives?

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