[]
        
(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.AspNetCore.Api.Excel.dll
Syntax
public interface IExcelHost

Methods

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.