We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
如题,可否根据sheet的索引来查找呢,目前好像只支持指定sheetName名称
The text was updated successfully, but these errors were encountered:
#254 Add support for SheetIndex
f408a86
Now that this feature has been added, you can upgrade to the latest version.
dotnet add package Magicodes.IE.Excel --version 2.5.3.6
For example:
#if NET461 [ExcelImporter(SheetIndex = 2)] #else [ExcelImporter(SheetIndex = 1)] #endif public ImportPaymentLogDto Class2Students { get; set; }
Sorry, something went wrong.
非常感谢
No branches or pull requests
如题,可否根据sheet的索引来查找呢,目前好像只支持指定sheetName名称
The text was updated successfully, but these errors were encountered: