简体   繁体   中英

how to export an image into an Excel file without Excel installed (using ASP.Net/VB.Net)

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:

  1. NPOI
  2. MyXLS
  3. ExcelWriter (softartisans)
  4. JetCell (DevTrio)
  5. 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

I purchased Spreadsheet Gear for these purposes and have been extremely happy with them.

Alternatively, the XSLX specification (Excel 2007+) is an open standard, and you can do it in that.

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