Table of Contents

FlexCel.AspNet Namespace

Classes for using FlexCel directly in ASP.NET as WebForms components.

Classes

Name Description
FlexCelAspExport A FlexCelHtmlExport specialized to export pages with FlexCelAspViewer.
This class is mainly for internal use, there is no need to use it directly.
FlexCelAspViewer An ASP.NET component that can be used to embed an Excel file as HTML in a WebForm.
FlexCelHtmlImage​Handler This is a base image handler you can use to create your own.
This code is adapted from here: http:​//​www.​hanselman.​com/​blog/​Perma​Link,​guid,​5c59d662-​b250-​4eb2-​96e4-​f274295bd52e.​aspx We would like to thank Scott Hanselman for the insightful article.
ImageLinkEventArgs Arguments passed on FlexCelAspViewer.​Image​Link,
UniqueTemporary​Files​Image​Handler The image handler used when you select TImageExport​Mode.​Unique​Temporary​Files

Enumerations

Name Description
THtmlSheetExport Defines how many sheets will be exported.
TImageExportMode How images on the Excel file will be stored in order to be served to the browser.

Delegates

Name Description
ImageLinkEvent​Handler Delegate used to specify where to store the images on a page.