C# Класс AODL.Document.Import.PlainText.CsvImporter

CsvImporter, a class for importing csv files into OpenDocument spreadsheet documents.
Наследование: IImporter, IPublisherInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
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