Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.85 KB

File metadata and controls

34 lines (24 loc) · 1.85 KB

Excel Export API - Generate a Sales Report

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

image

Implementation Details

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, add headers and footers to a worksheet printout, adjust page settings)
  • Create groups of rows and columns and specify outline settings
  • Use formulas to calculate subtotals
  • Insert a picture into a cell

Files to Review

Documentation