C# Class Excel, Excel4Unity

Inheritance: OfficeDocuments
Exibir arquivo Open project: joexi/Excel4Unity Class Usage Examples

Public Properties

Property Type Description
Tables List

Public Methods

Method Description
AddTable ( string name ) : void
Excel ( ) : System.Collections
Excel ( ExcelWorkbook wb ) : System.Collections
ShowLog ( ) : void

Method Details

AddTable() public method

public AddTable ( string name ) : void
name string
return void

Excel() public method

public Excel ( ) : System.Collections
return System.Collections

Excel() public method

public Excel ( ExcelWorkbook wb ) : System.Collections
wb ExcelWorkbook
return System.Collections

ShowLog() public method

public ShowLog ( ) : void
return void

Property Details

Tables public_oe property

public List Tables
return List