MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

I tested the library with an Ftp stream but it doesn't work

Open laboua opened this issue 3 years ago • 0 comments

Excel Type

  • [ ] XLSX

Upload Excel File

Please attach your issue file by dragging or droppng, selecting or pasting them.

e.g : https://github.com/shps951023/MiniExcel/files/6538107/demo.xlsx

MiniExcel Version

1.29.0

Description

I use this code to get file from an ftp(FluentFTP) server: await using var stream = FtpClient .OpenRead(directoryPath); var rows = stream.Query().ToList();

but i get this error : "Operation is not valid due to the current state of the object.",

Nb the same code work well with ClosedXML library

laboua avatar Dec 01 '22 11:12 laboua