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