NanoXLSX.Core
3.0.0-rc.3
Loading...
Searching...
No Matches
IInlinePlugInReader.cs
1
using
System.IO;
2
3
namespace
NanoXLSX.Interfaces.Reader
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
}
NanoXLSX.Workbook
Class representing a workbook.
Definition
Workbook.cs:23
NanoXLSX.Interfaces.Reader
Definition
IInlinePlugInReader.cs:4
Interfaces
Plugin
IInlinePlugInReader.cs
Generated by
1.15.0