Page 1 of 1

How to Import CSV - ImportCSV

Posted: Tue Sep 01, 2015 1:37 pm
by emeyer
Hey I have an easy question.
I want to import CSV files but I can't find how to do that. I don't find an useful example and in the forum I just find that it look like you have to use a function called ImportCS. But I can't find that one. Can you give me an easy introduction how to do?
Regards 8)

Re: How to Import CSV - ImportCSV

Posted: Wed Sep 02, 2015 8:00 am
by larsa
Hello

The import methods are in unit XLSImportCSV.

function ImportCSV(XLS: TXLSReadWriteII5; SheetIndex,Col,Row: integer; Filename: AxUCString; SepChar: AxUCChar; HasQuoteChar: boolean): boolean; overload;
function ImportCSVAuto(XLS: TXLSReadWriteII5; SheetIndex,Col,Row: integer; Filename: AxUCString): boolean;