Output to Excel

Right now we have to “fake” output to Excel by exporing to mhtml and just renaming the file type to .xls. This works fine in almost all cases, but native support for Excel would be nice.
Maybe some xml output that can be imported to Aspose Cells like with PDF output.

Hi
Thanks for your request. You can create your own converter from DOC to XLS using Aspose.Words and Aspose.Cells. I started work on such converter. But it is not finished yet. However, you can try using it (see attached class). The technique is the same as in Excel2Word demo:
https://releases.aspose.com/words/net
Hope this could be useful for you.
Best regards.

Thanks, I will have a look at it. Can you give me a short description of what is implemented/not implemented and if you will complete this project yourself in the near future. If this works out we will buy Aspose Cells.

Hi
Thanks for your request. I attached list of supported and not supported features.
Note, this is just demo project, and you are free to change it to fit your needs. Of course, we can help you to improve this code if it is needed.
Best regards.