Search found 12 matches

by thefreecat
Sat Feb 02, 2019 3:14 pm
Forum: XLSReadWriteII 3/4/5
Topic: ApplyRows
Replies: 2
Views: 5971

Re: ApplyRows

Thanks for your quick answer Lars
by thefreecat
Fri Feb 01, 2019 10:17 am
Forum: XLSReadWriteII 3/4/5
Topic: ApplyRows
Replies: 2
Views: 5971

ApplyRows

Hello, I am using the demo from XlsRWII/5 "SampleFormatCells". I try to define a default format : XLS.CmdFormat.BeginEdit(Nil); XLS.CmdFormat.Fill.BackgroundColor.RGB := $7F7F10; XLS.CmdFormat.Font.Name := 'Courier new'; XLS.CmdFormat.AddAsDefault('F1'); ...and then apply that format to ro...
by thefreecat
Wed Feb 07, 2018 12:08 pm
Forum: XLSReadWritwII 6
Topic: Integer overflow and Zlib decompress error
Replies: 3
Views: 2013

Re: Integer overflow and Zlib decompress error

How can I use an alternative ZIP library (like TPAbbrevia for example) ?

Thank you,
by thefreecat
Thu Dec 07, 2017 5:21 pm
Forum: XLSReadWritwII 6
Topic: empty decode stack
Replies: 0
Views: 1553

empty decode stack

Just in case someone is looking for this error message "empty decode stack" : I got it after creating a formula starting with the "=" sign like : xls.sheets[0].AsFormula[10,10]:='=SUM(A1:A4)'; Formulas should be written without the equal sign : xls.sheets[0].AsFormula[10,10]:='SU...
by thefreecat
Wed Dec 06, 2017 11:45 am
Forum: XLSReadWritwII 6
Topic: Integer overflow and Zlib decompress error
Replies: 3
Views: 2013

Re: Integer overflow and Zlib decompress error

For the integer overflow problem, I just sent an email with a link to the file.

I use Delphi 10 Seattle so I should be able to use a different Zlib-like library ? Do you have a link somewhere on how to do this ? Will I have to re-do the procedure after each XLSrwII6 update ?

Thanks,
by thefreecat
Tue Dec 05, 2017 3:59 pm
Forum: XLSReadWriteII 3/4/5
Topic: Integer overflow
Replies: 2
Views: 6141

Re: Integer overflow

Bought XLSrwII6 : same problem. I have opened a new thread in the XLSrwII6 forum.
by thefreecat
Tue Dec 05, 2017 3:58 pm
Forum: XLSReadWritwII 6
Topic: Integer overflow and Zlib decompress error
Replies: 3
Views: 2013

Integer overflow and Zlib decompress error

Following my problems with Integer overflow on XLSrwII5, I bought XLSrwII6. The problem is still there. How can I send you a (private/confidential) 30Mb file ? When I compile my application in 64 bits, I can't read some XLSX files because of a Zlib decompress error. I have tried re-saving the file f...
by thefreecat
Mon Dec 04, 2017 10:10 am
Forum: XLSReadWriteII 3/4/5
Topic: Integer overflow
Replies: 2
Views: 6141

Integer overflow

Hello,

I am trying to load rather large XLSX files but everytime I am getting EIntOverflow

The same files used to work with a previous version of XlsRW2ii5.

I can see the problem with your demo programs : DirectRead and ReadWrite cells.

What can I do ?
by thefreecat
Mon Nov 04, 2013 9:35 am
Forum: XLSReadWritwII 6
Topic: Formatting a simple cell
Replies: 2
Views: 1787

Re: Formatting a simple cell

Thanks. Upgrading to latest version also helped.
by thefreecat
Tue Oct 29, 2013 2:01 pm
Forum: XLSReadWritwII 6
Topic: Formatting a simple cell
Replies: 2
Views: 1787

Formatting a simple cell

Hello, I'm trying to change the font color of one cell to red. I have given up trying to do it with Cell[y,x].fontcolor : I don't know how to specify the color and it messed up my original XLS file. So I'm now trying, using the example and "Default" formats (I guess this horror is due to E...
by thefreecat
Thu May 16, 2013 1:49 pm
Forum: XLSReadWritwII 6
Topic: Changing the author in the file properties
Replies: 3
Views: 1922

Re: Changing the author in the file properties

Thanks for your answer Lars, will try that.
by thefreecat
Tue May 14, 2013 6:55 pm
Forum: XLSReadWritwII 6
Topic: Changing the author in the file properties
Replies: 3
Views: 1922

Changing the author in the file properties

Is there a way to change the author in the file properties ? One client asked me why all his documents were "authored" by Josef Stalin and was not pleased at all. I downloaded latest version and I hope this is corrected but I'd like to put my clients' name in there.
Thank you,