Search found 12 matches
- Sat Feb 02, 2019 3:14 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: ApplyRows
- Replies: 2
- Views: 7258
Re: ApplyRows
Thanks for your quick answer Lars
- Fri Feb 01, 2019 10:17 am
- Forum: XLSReadWriteII 3/4/5
- Topic: ApplyRows
- Replies: 2
- Views: 7258
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...
- Wed Feb 07, 2018 12:08 pm
- Forum: XLSReadWritwII 6
- Topic: Integer overflow and Zlib decompress error
- Replies: 3
- Views: 2916
Re: Integer overflow and Zlib decompress error
How can I use an alternative ZIP library (like TPAbbrevia for example) ?
Thank you,
Thank you,
- Thu Dec 07, 2017 5:21 pm
- Forum: XLSReadWritwII 6
- Topic: empty decode stack
- Replies: 0
- Views: 2031
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...
- Wed Dec 06, 2017 11:45 am
- Forum: XLSReadWritwII 6
- Topic: Integer overflow and Zlib decompress error
- Replies: 3
- Views: 2916
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,
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,
- Tue Dec 05, 2017 3:59 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Integer overflow
- Replies: 2
- Views: 7399
Re: Integer overflow
Bought XLSrwII6 : same problem. I have opened a new thread in the XLSrwII6 forum.
- Tue Dec 05, 2017 3:58 pm
- Forum: XLSReadWritwII 6
- Topic: Integer overflow and Zlib decompress error
- Replies: 3
- Views: 2916
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...
- Mon Dec 04, 2017 10:10 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Integer overflow
- Replies: 2
- Views: 7399
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 ?
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 ?
- Mon Nov 04, 2013 9:35 am
- Forum: XLSReadWritwII 6
- Topic: Formatting a simple cell
- Replies: 2
- Views: 2422
Re: Formatting a simple cell
Thanks. Upgrading to latest version also helped.
- Tue Oct 29, 2013 2:01 pm
- Forum: XLSReadWritwII 6
- Topic: Formatting a simple cell
- Replies: 2
- Views: 2422
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...
- Thu May 16, 2013 1:49 pm
- Forum: XLSReadWritwII 6
- Topic: Changing the author in the file properties
- Replies: 3
- Views: 2682
Re: Changing the author in the file properties
Thanks for your answer Lars, will try that.
- Tue May 14, 2013 6:55 pm
- Forum: XLSReadWritwII 6
- Topic: Changing the author in the file properties
- Replies: 3
- Views: 2682
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,
Thank you,