I need to export Chart(image) and grid (tabular) row data into excel file. I can not use automation because Office tools are not installed in my server. I've found a bunch of free/proprietary tools like:
- NPOI
- MyXLS
- ExcelWriter (softartisans)
- JetCell (DevTrio)
- Aspose.Cells (Aspose)
But I do not know which one is better for my needs. I need to export not only grid row data but also Chart (image), thats why I am thinking about. Wolud you please help me?
Thanks, Ervin