Search found 137 matches

by d3nton
Tue Oct 29, 2024 8:53 am
Forum: XLSReadWritwII 6
Topic: Delphi 12.2
Replies: 1
Views: 858

Re: Delphi 12.2

Is there any news on this topic?
by d3nton
Tue Oct 29, 2024 8:52 am
Forum: XLSReadWritwII 6
Topic: Exception when reading a xlsx file
Replies: 1
Views: 100

Re: Exception when reading a xlsx file

Is there a solution to this? If further information is needed, I am happy to provide it.
by d3nton
Tue Oct 15, 2024 8:53 am
Forum: XLSReadWritwII 6
Topic: Exception when reading a xlsx file
Replies: 1
Views: 100

Exception when reading a xlsx file

Hello! I receive an error when trying to read a specific excel file. I am using the latest XLSReadWrite version 6.01.16. The file can be downloaded from the link below: https://jamsoftwaregmbh.sharepoint.com/:u:/t/Fileshare/EXpH5sR65qhNn_KE5W3EnMoB3xaNnPKXiDClXeFbNejg3Q?e=bI98p0 Code to read the fil...
by d3nton
Thu Sep 26, 2024 6:21 am
Forum: XLSReadWritwII 6
Topic: Delphi 12.2
Replies: 1
Views: 858

Delphi 12.2

Hello,

Is an update planned?

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

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: 2083

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: 6637

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: 28833

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: 6637

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: 6693

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: 4642

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: 5121

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: 5121

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: 1953

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: 4245

Re: Broken XLSX file due to CustomXML

Okay, thanks. I will check this.