How to Import CSV - ImportCSV

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
emeyer
Posts: 3
Joined: Thu Jul 30, 2015 1:40 pm

How to Import CSV - ImportCSV

Post 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)
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: How to Import CSV - ImportCSV

Post 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;
Lars Arvidsson, Axolot Data
Post Reply