[]
Interface for converting Excel file stream to JSON format.
public interface IExcelHost
| Name | Description |
|---|---|
| NewWorkbook() | New empty workbook |
| Read(Stream, string) | Read data from Excel file stream. |
| Write(IWorkbook, Stream, string) | Write data to Excel file stream. |