APPVEYOR error CS0122: 'Config' is inaccessible due to its protection level #258

This commit is contained in:
ITWeiHan 2021-06-13 14:48:47 +08:00
parent 082777f70a
commit ea90c9fa99

View File

@ -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))