Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.26 KB

File metadata and controls

20 lines (16 loc) · 1.26 KB

05 - Drawings Charts and Themes

This catalouge summarizes how to use drawings and themes

Samples in this folder:

No Sample Description
5.1 Shapes and images How to create shapes and images using EPPlus and apply effects
5.2 Open workbook add data and chart Open an existing workbook with EPPlus, add data and charts
5.3 charts and themes Demonstrates how to use various types of charts, chart styling and themes
5.4 Sparklines demonstrates EPPlus support for Sparklines
5.5 Form controls demonstrates how to Add form controls, like drop-downs, buttons and radiobuttons to a worksheet and grouping drawings via VBA Macro
5.6 OLE Objects demonstrates how to work with OLE Objects in a workbook.
5.7 In-cell pictures demonstrates how to work with In-cell pictures, including usage of the IMAGE function.

You can see the order these samples are generated in here:


Back to overview