Hi
habe das Demo hier nachzumachen versucht.
http://www.teechart.net/docs/teechar...hartImport.pdf
Doch wie mach ich das mit einem Excel File (xlsx) ? Lt. Seite 3 kann im TDATAIMPORT.IMport( xxx ) auch Excel( so wie ich es sehe den ExcleFileName) stehen.
Doch auch in meiner Build 2015.16.150901 von TeeChart PRO?
HAbe das in Form.create drin:
Delphi-Quellcode:
procedure TForm1.FormCreate(Sender: TObject);
begin
IMport:=TdataIMport.create(Self);
IMport.Chart:=Chart1;
IMport.IMport('MyData.xlsx');
end;
Was mache ich falsch? Kann mir jemand ein Demo zeigen?
Ich glaub ich weiß es:
Das
CSV von quandl.com ist engl. Format und das IMPORT KOmp. nimmt ; als Feldseparator.
AUch wenn ich es in der Systemsteuerung umstelle, hat Delphi immer noch;.
SIeh bild.
WIe kann man das Ändern?
DANKE