microsoft / kernel-memory

RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.

Home Page:https://microsoft.github.io/kernel-memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Import for excel

xuzeyu91 opened this issue · comments

Context / Scenario

When I try to import an Excel file, the. xlsx type prompts: Method not found: 'DocumentFormat.' OpenXml OpenXmlElementList DocumentFormat OpenXml OpenXmlElement.get_ ChildElements()

What happened?

Support for importing Excel files

Importance

a fix would make my life easier

Platform, Language, Versions

C#

Relevant log output

Method not found: 'DocumentFormat.OpenXml.OpenXmlElementList DocumentFormat.OpenXml.OpenXmlElement.get_ChildElements()'.

Looks like an issue with DocumentFormat.OpenXml 3.x

We are still getting the error

image

KM uses DocumentFormat.OpenXml 2.20.0, I would suggest not using 3.x.

KM uses DocumentFormat.OpenXml 2.20.0, I would suggest not using 3.x.

i got the same problem ,so annoying

One of our referenced project was using 3.x, updating it to 2.20.0 resolved the error. Thank you Devis.

@xuzeyu91 @xkzhud @dharmendra-patel I reported the issue here if you want to upvote the request:

ClosedXML/ClosedXML#2315