nissl-lab / npoi

a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating to Microsoft.IO.RecyclableMemoryStream 3.0 will cause exception thrown

obj404 opened this issue · comments

NPOI Version

2.6.2

Issue Description

IWorkbook.Write 使用了 RecyclableMemoryStreamManager.GetStream(Memory<byte>)
因为保存文件时,使用了标记为废弃的方法,而在3.0已经删除,所以会出错

https://github.com/microsoft/Microsoft.IO.RecyclableMemoryStream/releases/tag/3.0.0

Breaking Changes

Fixed in #1238