Skip to content

DevExpress-Examples/winforms-spreadsheetcontrol-api-part-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Spreadsheet API – How to Process Excel Workbooks in Code (Part 2)

The WinForms Spreadsheet Control allows you to create high-impact business data analysis solutions that emulate the look, feel and capabilities of Microsoft Excel®. It includes full integration with the DevExpress Ribbon control so you can deliver Excel inspired functionality with minimal effort.

This example demonstrates how to use the Spreadsheet API to execute the following actions:

  • Insert, delete and modify pictures
  • Add a hyperlink to a picture
  • Add custom functions to the spreadsheet
  • Create a table
  • Apply a custom style to the table
  • Protect a workbook
  • Protect a worksheet
  • Apply user-specific permissions to a range in a protected worksheet
  • Sort a range in descending and ascending orders
  • Sort using a custom comparer
  • Sort by multiple columns
  • Simple search
  • Search with options
  • Export to HTML
  • Group and outline data
  • Insert subtotals
  • Filter the data by a list of values
  • Apply a number filter
  • Apply a text filter
  • Apply a dynamic filter
  • Sort the filtered data
  • Specify the built-in document properties
  • Specify the custom document properties

Files to Look At

Documentation

More Examples