2021年11月12日 星期五

Can Delphi insert Excel 2007/2010 table

 

1) Delphi has no support for any Excel natively. It is all done with hands-tuned OCX import, and you can make your own import any time you need it!

Delphi Menu: Component / Import COmpionent / Type Library / excel.exe

2) but if you talk about Delphi XE2 it containsthat hand-tuned c:\RAD Studio\9.0\OCX\Servers\pas2010\Excel2010.pas for you

And thus Delphi has 3 design-time packages for you:

  • c:\RAD Studio\9.0\bin\dcloffice2010160.bpl
  • c:\RAD Studio\9.0\bin\dcloffice2K160.bpl
  • c:\RAD Studio\9.0\bin\dclofficexp160.bpl

https://winsoft.sk/officecs.htm 

https://sourceforge.net/directory/?q=delphi%20excel%20components

https://torry.net/pages.php?id=551

Delphi Easy Excel 基礎類別設計http://grandruru.blogspot.com/2020/03/delphi-easy-excel.html

https://edn.embarcadero.com/article/40813

https://delphi.fandom.com/wiki/3rd_Party_Components

https://github.com/sergio-hcsoft/Delphi-SpreadSheets

沒有留言: