Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I export a DBGrid to OOXML format (Excel 2007/2010 format) without Excel installed?

I have a Delphi 2007 DBGrid that I'd like to allow the user to save in the newer Excel format (OOXML), but my criteria is that the user does not need to have Excel installed. Is anyone aware of any components that already do this? And yes, I did search already, but I have not found anything.

like image 513
Mick Avatar asked Nov 05 '22 23:11

Mick


1 Answers

Of the top of my head was TMS FlexCel Studio for VCL, but I was wrong. The current VCL version doesn't support xslx. Their .NET edition does support xslx, though...

So a quick google search pointed me to an EDN discussion that refers to these sites:

  • http://scalabium.com/
  • http://www.nika-soft.com/

I have no knowledge about these products, but it might be worth a look...

like image 113
Jørn E. Angeltveit Avatar answered Nov 09 '22 09:11

Jørn E. Angeltveit