How to use NPOI to read VBA
I have a need to scan many VBA projects on a server. Not using COM.
An item with the same key has already been added in npoi
using var fs = new FileStream(filename, FileMode.Open, FileAccess.ReadWrite, FileShare.None);
IWorkbook wb = new XSSFWorkbook(fs);
When I execute the second sentence, the following error occurs: