NanoXLSX.Core 3.0.0-rc.3
Loading...
Searching...
No Matches
IInlinePlugInReader.cs
1using System.IO;
2
4{
8 internal interface IInlinePlugInReader : IPlugIn
9 {
13 Workbook Workbook { get; set; }
14
21 void Init(ref MemoryStream stream, Workbook workbook, int? index = null);
22
23 }
24}
Class representing a workbook.
Definition Workbook.cs:23