Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top