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.
在 c# 中,如何将 Ilnumerics 矩阵导出到 XLS?
使用 MatLab,我使用数据导入和导出功能在电子表格或逗号分隔值 (CSV) 文件中读取和写入数据,但我在 Ilnumerics 库中一无所获。
目前没有对 Office 格式接口的特殊支持。我们正在为下一个(主要)版本之一开发 Office 插件。
同时,您应该坚持使用众多可用(免费和非免费)Excel 库之一。有关示例,请参见这篇文章。在 ILNumerics 方面,您可以通过迭代遍历您的 ILArray 并复制元素来填充表格。