Search found 133 matches

by d3nton
Wed Feb 27, 2013 10:21 am
Forum: XLSReadWritwII 6
Topic: Floating point invalid operation when using Sheets.asFloat
Replies: 2
Views: 2121

Floating point invalid operation when using Sheets.asFloat

Hi! I am using then new XLSReadWriteII 5.1 but I am having problems saving values as float: The Delphi code below results in a 'Floating point invalid operation' in function TXLSCellMMU.EncodeNumber: var ExcelFile : TXLSReadWriteII5; begin ExcelFile := TXLSReadWriteII5.Create(nil); ExcelFile.Filenam...
by d3nton
Mon Jan 07, 2013 11:48 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Maximum number of fonts exceeded
Replies: 3
Views: 6604

Re: XLSReadWriteII 5 - Maximum number of fonts exceeded

Hi.
I still don't get this working. Do you have any suggestions on how to change the above code so that it can
be executed without errors (for xls files)?
Is the code wrong or is it a bug in XLSReadWriteII 5?

Thanks in advance.
by d3nton
Thu Dec 20, 2012 8:19 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Packages
Replies: 3
Views: 4330

Re: XLSReadWriteII 5 - Packages

Hi.

Okay, thank you!
I will try that...
by d3nton
Fri Dec 14, 2012 2:49 pm
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - NumberFormat
Replies: 1
Views: 3276

XLSReadWriteII 5 - NumberFormat

Hello. How do I change the NumberFormat for only one cell or for a specific row? If I am using e.g. XLS[0].Columns[0].Style.numfmt.value := '0%' it changes then numberformat for the whole sheet. I also tried XLS[0].Cell[0,1].numberFormat := '0%' in order to change the numberformat for Cell[0,1]. Thi...
by d3nton
Fri Dec 14, 2012 11:07 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Packages
Replies: 3
Views: 4330

XLSReadWriteII 5 - Packages

Hi!
I downloaded the registered components from the appropriate download page and installed the new version but I cant find any delphi packages in the installation folder (just dcus, pas and inc files)
Is there a separate download for the packages?
Thanks in advance.
by d3nton
Fri Dec 14, 2012 10:48 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Default author
Replies: 1
Views: 3124

XLSReadWriteII 5 - Default author

Hi. I have another question regarding the default author of the xls and the xlsx files. I see that the default author is set in Xc12DefaultData5.pas (const XLS_DEFAULT_DOCPROPS_CORE) and in XLSDefaultDataXLSX5.pas (const DEFAULT_DOCPROPS_CORE). If I change the author in the constant XLS_DEFAULT_DOCP...
by d3nton
Fri Dec 14, 2012 10:30 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - AxCompilers.inc
Replies: 1
Views: 3252

XLSReadWriteII 5 - AxCompilers.inc

My company recently purchased the new version of XLSReadWriteII. There is a small bug regarding the $I compiler directive for the file AxCompilers.inc. In some units e.g. BIFF_Names5.pas the directive is {$I ..\AxCompilers.inc} which is obviously wrong since the file AxCompilers.inc is located in th...
by d3nton
Mon Dec 10, 2012 1:49 pm
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - FontColor
Replies: 1
Views: 4235

XLSReadWriteII 5 - FontColor

Hello. I am sorry, but there seems to be another problem in XLSReadWriteII 5. Setting the FontColor for multiple cells seems to be very very slow in the new version. I used this delphi code in my XLSReadWriteII4 test project in order to set the fontcolor for the cells: var ExcelFile4: TXLSReadWriteI...
by d3nton
Mon Dec 10, 2012 8:39 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Help
Replies: 7
Views: 10522

Re: XLSReadWriteII 5 - Help

Hello.

Okay, thanks.
I got the most of my code to work.
Nevertheless a help file would be nice.
by d3nton
Mon Dec 10, 2012 8:36 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Maximum number of fonts exceeded
Replies: 3
Views: 6604

Re: XLSReadWriteII 5 - Maximum number of fonts exceeded

Hello larsa. Thanks for the quick reply. >Before you can format a cell, there must first be a cell at the position. But there is already a cell. I use ExcelFile[0].InsertStringRowValues(0,0,['hallo', 'test']) in order to add two cells to the sheet (one with 'hallo' (A1) and a second one with 'test' ...
by d3nton
Fri Dec 07, 2012 8:41 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Maximum number of fonts exceeded
Replies: 3
Views: 6604

XLSReadWriteII 5 - Maximum number of fonts exceeded

Hi. I got an error box '' some text formatting may have changed in this file because the maximum number of font was exceeded'' when setting the BorderBottomStyle for a xls (Excel97) file. And also ExcelFile.Items[0].Name does not seem to work properly Sample code: var ExcelFile : TXLSReadWriteII5; b...
by d3nton
Thu Dec 06, 2012 1:02 pm
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Help
Replies: 7
Views: 10522

XLSReadWriteII 5 - Help

Hi! I am trying to update to XLSReadWriteII Version 5. But it is hard to get the old code working with the new version. It seems that a lot of methods, types and units have changed but I found only a few changes in the changes.txt and also the examples in the 'Samples' folder are very minimalistic. ...
by d3nton
Thu Oct 25, 2012 9:52 am
Forum: XLSReadWriteII 3/4/5
Topic: Delphi XE2 64 bit support
Replies: 15
Views: 15021

Re: Delphi XE2 64 bit support

Is there any news? Maybe a release date?