dotnetcore / dotnetcore/Magicodes.IE
sheet页的默认选中索引有问题
Open
bug
discussion
- Dominant language
- C#
- Stars
- 2.2k
- Forks
- 495
- PR merge metrics
- No merged PRs in 30d
Description
Example: Magicodes.IE.Excel 2.5.4 core 2.5.4
当我一个excel里包含多个sheet页,想要设置后面的一个sheet页为默认显示时,sheet页的索引为2,但是设置之后默认显示的是索引值的前一位
> using (var pck = new ExcelPackage(new FileInfo(info.FileName)))
{
pck.Workbook.Worksheets.AsQueryable().Where(c=>c.Index== 2).SingleOrDefault().Select();
pck.Save();
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.