mini-software / MiniExcel

Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
https://www.nuget.org/packages/MiniExcel/
Apache License 2.0
2.78k stars 337 forks source link

QueryAsync() method exception #457

Open AndyLeung9527 opened 1 year ago

AndyLeung9527 commented 1 year ago

Excel Type

Upload Excel File

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

MiniExcel Version

1.29.0

Description

image When using the QueryAsync() extension method, it will throw an exception as shown in the figure above -- "Sequence contains no matching element".And the excel file was exported by the SaveAsAsync() extension method.

tomexou commented 1 year ago

Show your mapping POCO object first.