[]
        
(Showing Draft Content)

C1.Web.Api.Excel.IExcelHost

IExcelHost Interface

Interface for converting Excel file stream to JSON format.

Namespace: C1.Web.Api.Excel
Assembly: C1.Web.Api.Excel.dll
Syntax
public interface IExcelHost

Methods

Name Description
Read(Stream, string)

Read data from Excel file stream.

Write(Workbook, Stream, string)

Write data to Excel file stream.