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.
你好,
我必须能够阅读嵌入在 Microsoft Office Excel 中的纯文本文件 (.txt) 的内容。(双击图标即可访问。)
根据我在网络上的研究,它存储为 OLEObject。但是,我找不到访问数据的方法!
我注意到,当我双击代表文本文件的图标时,后者是在我可以使用的临时文件夹中创建的。但是,我希望能够以编程方式使用该数据,而不必双击图标。
我希望我的描述足够清楚,谢谢你的考虑。