C# Class AODL.Document.Import.PlainText.CsvImporter

CsvImporter, a class for importing csv files into OpenDocument spreadsheet documents.
Inheritance: IImporter, IPublisherInfo
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
CsvImporter ( ) : System

Initializes a new instance of the CsvImporter class.

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

Imports the specified filename.

Private Methods

Méthode Description
CreateTables ( ArrayList lines ) : void

Creates the tables.

GetFileContent ( string fileName ) : ArrayList

Gets the content of the file.

Method Details

CsvImporter() public méthode

Initializes a new instance of the CsvImporter class.
public CsvImporter ( ) : System
Résultat System

DeleteUnpackedFiles() public méthode

public DeleteUnpackedFiles ( ) : void
Résultat void

Import() public méthode

Imports the specified filename.
public Import ( IDocument document, string filename ) : void
document IDocument The TextDocument to fill.
filename string The filename.
Résultat void