Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xmldocument.Plz help me を使用して Excel データを読み取る必要があります。
すべきではありません。
Microsoft の Office Open XML ライブラリを使用することをお勧めします。
コードを提供することはできませんが、System.IO.Packaging で xlsx コンテンツを抽出し、必要なシートを見つけて、XmlDocument にロードする必要があります。
ただし、これは非常にトリッキーであり、これを行うには多くの注意点があることに注意してください。