简体   繁体   中英

How to export an ilnumerics matrix to a Microsoft® Excel® spreadsheet file?

In c#, how can I export Ilnumerics matrix to an XLS?

With MatLab I use Data Import and Export functions to read and write data in spreadsheets or comma-separated value (CSV) files but I found nothing with Ilnumerics library.

There is currently no special support for interfacing Office formats. We are working on an Office Plugin for one of the next (major) releases.

In the meantime, you should stick to one of the many available (free and non-free) Excel libraries. See this post for one example. On the ILNumerics side, you can fill the tables by iteratively walking your ILArrays and copying the elements over.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM