mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-11-30 02:47:39 +08:00
APPVEYOR error CS0122: 'Config' is inaccessible due to its protection level #258
This commit is contained in:
parent
082777f70a
commit
ea90c9fa99
@ -74,7 +74,7 @@
|
||||
internal static string GetFirstSheetDimensionRefValue(string path)
|
||||
{
|
||||
var ns = new XmlNamespaceManager(new NameTable());
|
||||
ns.AddNamespace("x", Config.SpreadsheetmlXmlns);
|
||||
ns.AddNamespace("x", "http://schemas.openxmlformats.org/spreadsheetml/2006/main");
|
||||
string refV;
|
||||
using (var stream = File.OpenRead(path))
|
||||
using (ZipArchive archive = new ZipArchive(stream, ZipArchiveMode.Read, false, Encoding.UTF8))
|
||||
|
Loading…
Reference in New Issue
Block a user