C# Class EPPlusSamples.Sample9

This sample shows how to load CSV files using the LoadFromText method, how to use tables and how to use charts with more than one charttype and secondary axis
Mostra file Open project: pruiz/EPPlus Class Usage Examples

Public Methods

Method Description
RunSample9 ( DirectoryInfo outputDir ) : string

Loads two CSV files into tables and adds a chart to each sheet.

Private Methods

Method Description
LoadFile1 ( ExcelPackage package ) : void
LoadFile2 ( ExcelPackage package ) : void

Method Details

RunSample9() public static method

Loads two CSV files into tables and adds a chart to each sheet.
public static RunSample9 ( DirectoryInfo outputDir ) : string
outputDir System.IO.DirectoryInfo
return string