Search found 133 matches

by d3nton
Mon Nov 27, 2023 4:30 pm
Forum: XLSReadWritwII 6
Topic: Delphi 12
Replies: 2
Views: 437

Re: Delphi 12

That's great! Thank you!
by d3nton
Tue Nov 14, 2023 8:54 am
Forum: XLSReadWritwII 6
Topic: Delphi 12
Replies: 2
Views: 437

Delphi 12

Hello,

Is an update planned?

Thanks.
by d3nton
Mon Aug 10, 2020 10:41 am
Forum: XLSReadWritwII 6
Topic: Exclusive lock on excel file
Replies: 2
Views: 5341

Re: Exclusive lock on excel file

Hi again.

I came across this problem again. The described approach does not work because 'Stream' is a local variable that is released at the end of the function. I would need a way to lock the file from the outside, so that it is only released after the file has been written. Is that possible?
by d3nton
Thu Dec 05, 2019 2:45 pm
Forum: XLSReadWritwII 6
Topic: Problem reading excel files with images
Replies: 21
Views: 25372

Re: Problem reading excel files with images

Hello!

I came across this problem again and tested the latest version 6.00.62 where this issue is still present.
Could you please take a look again? If you need s.th. from my side in order to resolve this, please let me know.
by d3nton
Wed Jul 24, 2019 10:17 am
Forum: XLSReadWritwII 6
Topic: Exclusive lock on excel file
Replies: 2
Views: 5341

Exclusive lock on excel file

Hi! Is there a way (option or property or s.th.) to exclusively lock an excel file when beginning to read the file via TXLSReadWriteII5.Read until it is written again? I currently run into a problem where two program instances try to write into the same excel file. First both instances have read the...
by d3nton
Wed Jun 26, 2019 6:53 am
Forum: XLSReadWritwII 6
Topic: Row Groups
Replies: 3
Views: 5750

Re: Row Groups

Hi! I run into the same problem. As far as I can see in the source code in procedure TXLSWorksheet.GroupRows there is just one line missing in order to make "Xls[0].GroupRows(firstGroupRow, lastGroupRow, true ); work properly:" procedure TXLSWorksheet.GroupRows(const ARow1, ARow2: integer;...
by d3nton
Mon Aug 20, 2018 2:22 pm
Forum: XLSReadWritwII 6
Topic: XLSRWException when reading password protected files.
Replies: 1
Views: 3996

XLSRWException when reading password protected files.

Hello! I am unable to open password protected files (xlsx and xls). In both cases I receive XLSRWExceptions. Test files can be downloaded from this link: https://fileshare.jam-software.de/share.cgi?ssid=0vtUzb9&fid=0vtUzb9 Password is: 1234 try lXLSReadWrite := TXLSReadWriteII5.Create(Self); try...
by d3nton
Mon Aug 20, 2018 2:10 pm
Forum: XLSReadWritwII 6
Topic: Maximum column width
Replies: 2
Views: 4418

Re: Maximum column width

That are great news. Thank you very much.
I will test it.

best regards d3nton
by d3nton
Wed Aug 08, 2018 2:18 pm
Forum: XLSReadWritwII 6
Topic: Maximum column width
Replies: 2
Views: 4418

Maximum column width

Hi!

Is there a way to set the maximum allowed column width when using TJamXLSWorkSheet.AutoWidthCols in order to e.g. prevent
columns larger than e.g. 500 pixels?
If not, would it be possible to add such an option (maybe as a property of the sheet)?
Thank you.

Best regards
d3nton.
by d3nton
Tue Sep 19, 2017 6:11 am
Forum: XLSReadWritwII 6
Topic: TXLSReadWriteII5.Write virtual.
Replies: 0
Views: 1509

TXLSReadWriteII5.Write virtual.

Hello!

Would it be possible to make TXLSReadWriteII5.Write virtual in the next version to override this procedure in derived classes?
Thank you.
by d3nton
Tue Sep 19, 2017 6:06 am
Forum: XLSReadWritwII 6
Topic: Broken XLSX file due to CustomXML
Replies: 6
Views: 3015

Re: Broken XLSX file due to CustomXML

Okay, thanks. I will check this.
by d3nton
Mon Sep 11, 2017 7:59 am
Forum: XLSReadWritwII 6
Topic: Broken XLSX file due to CustomXML
Replies: 6
Views: 3015

Re: Broken XLSX file due to CustomXML

Yes, that's exactly the issue which I described above. The file has been created as damaged file with XLSXReadWrite. You can repair it with Excel (what I did) in order to take a look at the differences between the "original" file which has been created with XLSREadWrite and the file which ...
by d3nton
Mon Sep 11, 2017 6:25 am
Forum: XLSReadWritwII 6
Topic: Broken XLSX file due to CustomXML
Replies: 6
Views: 3015

Re: Broken XLSX file due to CustomXML

Okay. I have sent you a PM.
by d3nton
Tue Sep 05, 2017 10:52 am
Forum: XLSReadWritwII 6
Topic: Broken XLSX file due to CustomXML
Replies: 6
Views: 3015

Broken XLSX file due to CustomXML

Hello! I currently try to help a user of our application to fix a problem regarding a broken xlsx file. Unfortunately I cannot send the xlsx file due to privacy reasons. Excel reports that the file was broken but it can be repaired. I extracted both files (original and repaired) and compared them. T...
by d3nton
Thu Aug 31, 2017 7:17 am
Forum: XLSReadWritwII 6
Topic: Multipe warnings
Replies: 3
Views: 2176

Re: Multipe warnings

Hello. I have similare problems, too. Using Delphi 10.2 Tokyo + XLSReadWrite 6.0.0.16: 64bit compiler hints/warnings: [dcc64 Warning] xpgParseDrawing.pas(1965): W1036 Variable 'opcDrw' might not have been initialized [dcc64 Hint] XLSMath5.pas(4199): H2164 Variable 'zb' is declared but never used in ...