mini-software / MiniExcel

Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
https://www.nuget.org/packages/MiniExcel/
Apache License 2.0
2.79k stars 337 forks source link

System.Xml.XmlException : The 'x:worksheet' start tag on line 1 position 40 does not match the end tag of 'x:sheetData'. #128

Closed shps951023 closed 3 years ago

shps951023 commented 3 years ago
 MiniExcelLibs.Tests.MiniExcelHelperTests.QueryDapperRows
   Source: MiniExcelOpenXmlTests.cs line 570
   Duration: 417 ms

  Message: 
    System.Xml.XmlException : The 'x:worksheet' start tag on line 1 position 40 does not match the end tag of 'x:sheetData'. Line 1, position 122.
  Stack Trace: 
    XmlTextReaderImpl.Throw(Exception e)
    XmlTextReaderImpl.Throw(String res, String[] args)
    XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
    XmlTextReaderImpl.ParseEndElement()
    XmlTextReaderImpl.ParseElementContent()
    XmlTextReaderImpl.Read()
    <Query>d__9.MoveNext() line 456
    List`1.ctor(IEnumerable`1 collection)
    Enumerable.ToList[TSource](IEnumerable`1 source)
    MiniExcelHelperTests.QueryDapperRows() line 584
shps951023 commented 3 years ago

image

shps951023 commented 3 years ago

image image

shps951023 commented 3 years ago

image