C# 클래스 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
파일 보기 프로젝트 열기: pruiz/EPPlus 1 사용 예제들

공개 메소드들

메소드 설명
RunSample9 ( DirectoryInfo outputDir ) : string

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

비공개 메소드들

메소드 설명
LoadFile1 ( ExcelPackage package ) : void
LoadFile2 ( ExcelPackage package ) : void

메소드 상세

RunSample9() 공개 정적인 메소드

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