| ExcelWorksheetDataEString Method |
| Name | Description | |
|---|---|---|
| EString(Int32) |
Returns the content of the nth cell as a string. If the cell content is "" then String.Empty is returned. If the cell is empty then null is returned.
| |
| EString(String) |
Returns the content of the cell at columnName as a string. If the cell content is "" then String.Empty is returned. If the cell is empty then null is returned.
|