C# 클래스 AODL.Document.Import.PlainText.CsvImporter

CsvImporter, a class for importing csv files into OpenDocument spreadsheet documents.
상속: IImporter, IPublisherInfo
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
CsvImporter ( ) : System

Initializes a new instance of the CsvImporter class.

DeleteUnpackedFiles ( ) : void
Import ( IDocument document, string filename ) : void

Imports the specified filename.

비공개 메소드들

메소드 설명
CreateTables ( ArrayList lines ) : void

Creates the tables.

GetFileContent ( string fileName ) : ArrayList

Gets the content of the file.

메소드 상세

CsvImporter() 공개 메소드

Initializes a new instance of the CsvImporter class.
public CsvImporter ( ) : System
리턴 System

DeleteUnpackedFiles() 공개 메소드

public DeleteUnpackedFiles ( ) : void
리턴 void

Import() 공개 메소드

Imports the specified filename.
public Import ( IDocument document, string filename ) : void
document IDocument The TextDocument to fill.
filename string The filename.
리턴 void