Excel reader (DELPHI)

SubFire

New Member
Joined
Sep 20, 2007
Messages
8
You can do an nice program Quickly an effective !

Do the program in 6 Steps :

http://delphi.about.com/od/database/l/aa090903a.htm
*** LOOK CONNECTION STRING SECTION BELOW !

http://delphi.about.com/od/database/l/aa090903b.htm

http://delphi.about.com/od/database/l/aa090903c.htm

http://delphi.about.com/od/database/l/aa090903d.htm

http://delphi.about.com/od/database/l/aa090903e.htm

http://delphi.about.com/od/database/l/aa090903f.htm

DOWNLOAD : http://delphi.about.com/library/code/ncaa090903a.htm

Special Thank to :

http://delphi.about.com/


CONNECTION STRING :

For the connection string use this one to avoid problem :

Problem description :
http://delphi.about.com/od/database/l/aa090903d.htm

Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\MyExcel.xls;Extended Properties="Excel 8.0;HDR=Yes;IMEX=1";

allow mix data type : IMEX=1

source : http://www.connectionstrings.com/?carrier=excel


EXCEL 2007 :

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\myFolder\myExcel2007file.xlsx;Extended Properties="Excel 12.0;HDR=YES";

Source : http://www.connectionstrings.com/?carrier=excel2007

Special thank to :

http://www.connectionstrings.com/
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.

Forum statistics

Threads
1,223,967
Messages
6,175,674
Members
452,666
Latest member
AllexDee

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top