Zitat von
NikoMitDaMacht:
und was ist nun wieder ein
com-object?
Ich verstehe den Sinn der Frage nicht: Denn das solltest Du eigentlich wissen, wenn du (Zitat
diese
function (Zitat ende) verwenden willst.
Zitat von
Quelltextkommentar:
{!~Copies a range of Excel Cells to a Delphi StringGrid. If successful
True is returned, False otherwise. If SizeStringGridToFit is True
then the StringGrid is resized to be exactly the correct dimensions to
receive the input Excel cells, otherwise the StringGrid is not resized.
If ClearStringGridFirst is true then any cells outside the input range
are cleared, otherwise existing values are retained. Please not that the
Excel cell coordinates are "1" based and the Delphi StringGrid coordinates
are zero based.}
Du übergibst ein Excel-Sheet an die Funktion und die packt Dir die Daten in ein Stringgrid.
Du musst Dir dann ja vorher bereits den Excel-
COM-Server instanziert haben und dort das entsprechende Sheet geöffnet haben bevor Du die Daten in das Stringgrid reinbekommen kannst.