Search found 133 matches

by d3nton
Fri Aug 11, 2017 6:40 am
Forum: XLSReadWritwII 6
Topic: TXLSWorksheet.IsEmpty returns wrong value
Replies: 4
Views: 2350

Re: TXLSWorksheet.IsEmpty returns wrong value

Thank you! It works :)
by d3nton
Mon Jul 31, 2017 10:53 am
Forum: XLSReadWritwII 6
Topic: TXLSWorksheet.IsEmpty returns wrong value
Replies: 4
Views: 2350

Re: TXLSWorksheet.IsEmpty returns wrong value

Okay, thank you!

I will test the new update as soon as it is available.
by d3nton
Fri Jul 21, 2017 11:37 am
Forum: XLSReadWritwII 6
Topic: TXLSWorksheet.IsEmpty returns wrong value
Replies: 4
Views: 2350

TXLSWorksheet.IsEmpty returns wrong value

Hi! I am currently testing XLSReadWrite V6 to update our products to this version. First of all, thank you for the new version :) Most things run smoothly but some of our unit tests fail. First thing I noticed was that TXLSWorksheet.IsEmpty has been changed. function TXLSWorksheet.IsEmpty: boolean; ...
by d3nton
Fri Aug 05, 2016 1:34 pm
Forum: XLSReadWritwII 6
Topic: AccessViolation in TXLSDrawing.InsertImage
Replies: 7
Views: 3790

Re: AccessViolation in TXLSDrawing.InsertImage

You just need a bmp file (e.g. test.bmp) and use the example below in order to get an EAccessViolation or an error dialog 'Cannot open... text.png': var lExcelFile : TXLSReadWriteII5; begin lExcelFile := TXLSReadWriteII5.Create(nil); lExcelFile.Filename := 'D:\testfile.xls'; lExcelfile.Version := xv...
by d3nton
Thu Aug 04, 2016 7:27 am
Forum: XLSReadWritwII 6
Topic: AccessViolation in TXLSDrawing.InsertImage
Replies: 7
Views: 3790

Re: AccessViolation in TXLSDrawing.InsertImage

Hi!

I use Delphi 10.1 Berlin.
Did you export to an xls file? It works for xlsx files but not for xls files.
by d3nton
Tue Aug 02, 2016 8:20 am
Forum: XLSReadWritwII 6
Topic: AccessViolation in TXLSDrawing.InsertImage
Replies: 7
Views: 3790

Re: AccessViolation in TXLSDrawing.InsertImage

Hello! Thank you for the fix. In the current version I still receive a similar problem if I use the InsertImage function with a bmp image which should be included in a xls file: The function call FGrManager.Images.LoadFromFile(AFilename); in the InsertImage function changes the bmp file to png and a...
by d3nton
Mon Apr 18, 2016 6:37 am
Forum: XLSReadWritwII 6
Topic: Request: Better exception handling
Replies: 2
Views: 2223

Re: Request: Better exception handling

Nice to hear that! Thanks!
by d3nton
Fri Apr 01, 2016 12:37 pm
Forum: XLSReadWritwII 6
Topic: AccessViolation in TXLSDrawing.InsertImage
Replies: 7
Views: 3790

AccessViolation in TXLSDrawing.InsertImage

XlsReadWrite throws an Accessviolation in TXLSDrawing.InsertImage if AFilename: AxUCString leads to file which is not an image or if the file is an image but has a wrong extension (e.g. renamed .png to .txt) Could you please handle this exception (maybe allow renamed images / check if image is assig...
by d3nton
Fri Apr 01, 2016 12:25 pm
Forum: XLSReadWritwII 6
Topic: Request: Better exception handling
Replies: 2
Views: 2223

Request: Better exception handling

Hello! In XLSReadWrite nearly all exceptions are raised as untyped exceptions (Exception.Create). This makes differentiated exception handling not very easy. Would it be possible to raise a bit more specified exceptions (at least a new class EXLSReadWriteException or s.th similar). I guess this woul...
by d3nton
Mon Dec 21, 2015 7:06 am
Forum: XLSReadWritwII 6
Topic: Problem reading excel files with images
Replies: 21
Views: 25513

Re: Problem reading excel files with images

I tried it on friday, but unfortunately it does not seem to be fixed. (v.5.20.66).
best regards and merry christmas!
by d3nton
Mon Dec 07, 2015 7:52 am
Forum: XLSReadWritwII 6
Topic: Problem reading excel files with images
Replies: 21
Views: 25513

Re: Problem reading excel files with images

Hi.
Any news regarding this problem?

Best regards
by d3nton
Tue Oct 06, 2015 6:30 am
Forum: XLSReadWritwII 6
Topic: Problem reading excel files with images
Replies: 21
Views: 25513

Re: Problem reading excel files with images

Yes, please download the zipped file here:
http://fileshare.jam-software.de/share. ... id=00nsAQm

I created the file in Excel 2013 (Win8.1). It is a new empty worksheet. I did nothing else than opening Excel, clicking on 'Blank Workbook' and then save the file.
by d3nton
Fri Oct 02, 2015 8:40 am
Forum: XLSReadWritwII 6
Topic: Problem reading excel files with images
Replies: 21
Views: 25513

Re: Problem reading excel files with images

I made a clean install (delete old settings) and the default width is still 80 pixels (10,71), default font Calibri 11 (in my last post I wrote Courier New, which was wrong, sorry), We also have lots of VMs (Vista, Win7, Win 8 ) in our company with Excel 2007 / 2010 or 2013 installed and the default...
by d3nton
Mon Sep 28, 2015 6:48 am
Forum: XLSReadWritwII 6
Topic: Problem reading excel files with images
Replies: 21
Views: 25513

Re: Problem reading excel files with images

Thats strange. I did not change the default column width.I am not sure what the default value is but if I open a new excel sheet the column width is 10,71 (80 Pixels). The default font set in the Excel options is Courier New, Size 8. I am not sure how to solve the problem. Do I have to change a sett...
by d3nton
Mon Sep 21, 2015 10:17 am
Forum: XLSReadWritwII 6
Topic: Problem reading excel files with images
Replies: 21
Views: 25513

Re: Problem reading excel files with images

I have created a delphi project which demonstrates the issue. You can download it from the link below: http://fileshare.jam-software.de/share.cgi?ssid=0a3lDva&fid=0a3lDva The zip file contains the source code as well as the used image file and the created excel file. I have also added a screensh...