Search found 12 matches

by OlivierR
Wed Feb 25, 2015 5:13 pm
Forum: XLSReadWritwII 6
Topic: Dynamic named ranges
Replies: 10
Views: 7077

Re: Dynamic named ranges

It does not work.
So now to solve this problem I don't use XLSReadWrite but directly EXCEL_TLB.

Olivier.
by OlivierR
Wed Feb 25, 2015 5:10 pm
Forum: XLSReadWritwII 6
Topic: I need to use a format for the AsFloat method
Replies: 1
Views: 2236

I need to use a format for the AsFloat method

Hi,

When I use the method AsFloat for writing a value like 8.8865e-18 the result in Excel is 0.
I need to export the real value, how could I solve this problem.
Delphi used: RAD Studio XE5.

Olivier.
by OlivierR
Tue Jan 06, 2015 1:17 pm
Forum: XLSReadWritwII 6
Topic: Dynamic named ranges
Replies: 10
Views: 7077

Re: Dynamic named ranges

I am still stuck.
Can anyone help me?
by OlivierR
Tue Dec 16, 2014 4:05 pm
Forum: XLSReadWritwII 6
Topic: Dynamic named ranges
Replies: 10
Views: 7077

Re: Dynamic named ranges

Hi Lars, Thank you for your answer. I have understood that the Definition property returns the formula used to set the dimension of the named range but I can't figure out how to use it to get the sheet index, the columns and the rows. Can you help me once more? Here is an example of definition I hav...
by OlivierR
Fri Dec 12, 2014 9:05 am
Forum: XLSReadWritwII 6
Topic: Dynamic named ranges
Replies: 10
Views: 7077

Re: Dynamic named ranges

Any clues? Anyone?
It is becoming a bit urgent.

Thanks,
by OlivierR
Thu Dec 04, 2014 2:10 pm
Forum: XLSReadWritwII 6
Topic: Dynamic named ranges
Replies: 10
Views: 7077

Re: Dynamic named ranges

Maybe an example will help understanding my problem. In my excel file, I have only named ranges whose size is defined by OFFSET(ref, 0, 0, height, width). In the code, I need to read the values of those named ranges. To do so, I have tried the following code: function TfMain.CheckExcelFile(AExcelFil...
by OlivierR
Mon Dec 01, 2014 2:56 pm
Forum: XLSReadWritwII 6
Topic: Dynamic named ranges
Replies: 10
Views: 7077

Re: Dynamic named ranges

Hello,
I am still trying to make dynamic named ranges work. But whenever I do TXLSName.Area I get a nil.
Has anyone got a solution?
by OlivierR
Wed Nov 05, 2014 1:27 pm
Forum: XLSReadWritwII 6
Topic: Dynamic named ranges
Replies: 10
Views: 7077

Re: Dynamic named ranges

Thanks !
by OlivierR
Tue Nov 04, 2014 9:13 am
Forum: XLSReadWritwII 6
Topic: Dynamic named ranges
Replies: 10
Views: 7077

Dynamic named ranges

Hi, I would like to know if xlsReadWriteII is able to handle dynamic named ranges. I mean named ranges that are using the OFFSET() function for their definition, for example: OFFSET(ref;0;0;nblines;nbcols) where nblines and nbcols are numerical expressions depending on another (static) named cell. B...
by OlivierR
Thu May 16, 2013 1:04 pm
Forum: XLSReadWritwII 6
Topic: PNG Picture always in the first sheet
Replies: 1
Views: 2067

PNG Picture always in the first sheet

Hi,

My problem is that the PNG picture is always inserted in the first sheet.
Here my code :
chartSheet:= xlsCompound[5];
chartSheet.Drawing.InsertImage(imgFileName,2,1,0,0,1);

Could you help me please ?

I use XLSReadWrite 5.10.20

Best regards.
by OlivierR
Wed May 15, 2013 2:53 pm
Forum: XLSReadWritwII 6
Topic: Metafile picture in excel
Replies: 3
Views: 2956

Re: Metafile picture in excel

Hi,

I have tried with the 5.10.20 version but it does not work.
For information, I am creating an xls file, not an xlsx file.

Best regards.
by OlivierR
Mon Apr 29, 2013 4:00 pm
Forum: XLSReadWritwII 6
Topic: Metafile picture in excel
Replies: 3
Views: 2956

Metafile picture in excel

Hi,

I can't insert a WMF file in Excel.
I use as for bitmap the method described in the example :
- xlsCompound[0].Drawing.InsertImage(imgFileName,col,row,0,0,1);

Could you help me please ?

best regards.