Search found 3 matches

by bcrain
Wed Mar 21, 2007 1:27 pm
Forum: XLSReadWriteII 3/4/5
Topic: Getting column lengths, and number of columns
Replies: 4
Views: 4096

I'm using version 3.00.00.
by bcrain
Tue Mar 20, 2007 12:58 am
Forum: XLSReadWriteII 3/4/5
Topic: Getting column lengths, and number of columns
Replies: 4
Views: 4096

This looks promising, but I can't compile it. I get the error message:

[Error] DATA.pas(734): Undeclared identifier: '_Int_Cells'

Perhaps I need to declare something in Uses? I now declare "XLSReadWriteII2" and "Cell2".
by bcrain
Mon Mar 19, 2007 8:06 pm
Forum: XLSReadWriteII 3/4/5
Topic: Getting column lengths, and number of columns
Replies: 4
Views: 4096

Getting column lengths, and number of columns

I can't just import an Excel sheet as it is. I must check each cell to determine if it contains numerical data, which I then import into arrays (type double, in D7). The only way I see to do that is to check each cell in an Excel sheet, column by column -- up to the maximum number of data points my ...