用EPPlus 读取excel,代码出错, the given key is not present in the dictionary

                        using (ExcelPackage ep = new ExcelPackage(new FileInfo(path)))
{
ExcelWorksheet ws = ep.Workbook.Worksheets[]; //第1张Sheet

这个用EPPlus 读取excel,代码出错, the given key is not present in the dictionary

原来是因为用wps编辑过的原因. 用Excel重新保存一次就可以了.

上一篇:Python的正则表达式笔记


下一篇:KVM 介绍(8):使用 libvirt 迁移 QEMU/KVM 虚机和 Nova 虚机 [Nova Libvirt QEMU/KVM Live Migration]