Search found 37 matches

by PStadler
Sat Apr 27, 2013 6:54 am
Forum: XLSReadWritwII 6
Topic: SST String is Nil
Replies: 7
Views: 4377

Re: SST String is Nil

Hello,

I get this exception too, also reading an xls-File.

It did not happen with Version 4, but with all Versions of 5.

Sincerely

Peter
by PStadler
Thu Apr 11, 2013 2:38 pm
Forum: XLSReadWritwII 6
Topic: What happened to PaintCell in Version 5.0.14?
Replies: 0
Views: 1694

What happened to PaintCell in Version 5.0.14?

Hello,

Only with Version 5.0.14 I noticed the missing of PaintCell, which was present at least in Verson 5.0.0 in file XLSSheetData5. How can it be replaced?

Sincerely

Peter
by PStadler
Mon Mar 11, 2013 10:42 am
Forum: XLSReadWritwII 6
Topic: 2 problems with 5.10.03
Replies: 5
Views: 2725

Re: 2 problems with 5.10.03

Hello,
There is still the error: No BDS2006 download is possible and also XE3 64 Bit is missing, instead the download for XE3 32 Bit.

Sincerely

Peter
by PStadler
Sat Mar 09, 2013 10:14 am
Forum: XLSReadWritwII 6
Topic: 2 problems with 5.10.03
Replies: 5
Views: 2725

Re: 2 problems with 5.10.03

Hello,

Where I can get version 5.10.03?

On my paid version download page is still written 5.10.02!

Sincerely

Peter
by PStadler
Fri Mar 01, 2013 3:55 pm
Forum: XLSReadWritwII 6
Topic: Missing or wrong Downloads for paid version 5.10.02
Replies: 0
Views: 1895

Missing or wrong Downloads for paid version 5.10.02

Hello,

As already with earlier version there some downloads are missing or wrong.

So for DXE3_64 the download is xlsrwii5_dxe3_reg.exe. It seems this is regular download fror 32Bit.

For BDS2006 the link xlsrwii5_bds2006_reg.exe does not exist.

Larsa, can you please correct it!?

Sincerely

Peter
by PStadler
Tue Feb 19, 2013 2:17 pm
Forum: XLSReadWritwII 6
Topic: Next Update
Replies: 3
Views: 2439

Re: Next Update

Hello,

Files are missing for Download of 64 Bit Version for DelphiXE2 and for BDS2006. All others are present?

DelphiXE3 64 Bit file has the same name as 32 Bit Version! Is this correct or is it wrong download?

Sincerely

Peter
by PStadler
Mon Jan 07, 2013 8:59 am
Forum: XLSReadWriteII 3/4/5
Topic: Memory Leaks in Version 5
Replies: 2
Views: 3868

Re: Memory Leaks in Version 5

Hello,

It is not dependent from a File. It happens with any Excel-File. You only must use fastmm memory leaks reporting to see.

Sincerely

Peter
by PStadler
Sat Jan 05, 2013 8:09 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 migration issues
Replies: 7
Views: 8636

Re: XLSReadWriteII 5 migration issues

Hello Larsa - TXLSWorkbook is missing a way to insert a new sheet at a given index. In v4, one wrote XLS.Sheets.Insert(Index) but now it's impossible and I could not find a trivial way to code it. How can a new sheet be inserted? If you fixed all these proposals done by actint, when this new version...
by PStadler
Wed Dec 19, 2012 1:31 pm
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Packages
Replies: 3
Views: 4322

Re: XLSReadWriteII 5 - Packages

Hello,
You need to create the packages yourself. Then add all the files to it. That is all!

Sincerely

Peter
by PStadler
Wed Dec 12, 2012 3:50 pm
Forum: XLSReadWriteII 3/4/5
Topic: Memory Leaks in Version 5
Replies: 2
Views: 3868

Memory Leaks in Version 5

Hello With FastMM after closing any of my programs using version 5.0.0 of XLSReadWriteII I get a bunch of memory leaks in contrast to version 4. You can see this image if you replace YQQR with the right word http://winserion.org/Bild%201.png Is there something to do after not using Excel-Files? Like...
by PStadler
Mon Dec 10, 2012 9:01 am
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Help
Replies: 7
Views: 10511

Re: XLSReadWriteII 5 - Help

Hello, I also could compile my projects with XLSReadWriteII 5. The global Changes were XLSReadWriteII4 --> XLSReadWriteII5 .Sheets[ --> [ .Sheets.Count --> .Count More than that, if you want to use XLSReadWriteII51[0].LastRow; then after the Read statement must follow CalcDimensions, otherwise the i...
by PStadler
Thu Dec 06, 2012 3:39 pm
Forum: XLSReadWriteII 3/4/5
Topic: XLSReadWriteII 5 - Help
Replies: 7
Views: 10511

Re: XLSReadWriteII 5 - Help

Hello,

This is really a problem.

It seems to me that it is possible to have installed TXLSReadWriteII5 and the old TXLSReadWriteII4 in the same project. Is this true?

Sincerely Peter
by PStadler
Sun Oct 07, 2012 7:11 pm
Forum: XLSReadWriteII 3/4/5
Topic: Problem with DeleteRows
Replies: 1
Views: 2461

Problem with DeleteRows

Hello, I have a problem with deleting a row in this function below. rows1 and rows2 after the deletion give always the same value. So the deletion of a row is not reflected by XLSData.Sheets[0].LastRow; How can it be updated? I am using the last version of XLSReadWriteII together with Delphi XE2. Si...
by PStadler
Thu Mar 31, 2011 11:53 am
Forum: XLSReadWriteII 3/4/5
Topic: ExportCSV Unicode
Replies: 3
Views: 3463

Re: ExportCSV Unicode

Hello, I managed with help of Remy Lebeau from TeamB to export the tab delimited File to any Encoding available. https://forums.codegear.com/thread.jspa?threadID=51866&tstart=0 In Procedure ExportRange I use a TStringList to write out string s. Then in TStringList.List.SaveToFile(f.FileName,TEnc...
by PStadler
Mon Mar 28, 2011 3:17 pm
Forum: XLSReadWriteII 3/4/5
Topic: ExportCSV Unicode
Replies: 3
Views: 3463

Re: ExportCSV Unicode

Hello, I am trying do use an Embarcadero example. implementation var LBuffer: TBytes; LByteOrderMark: TBytes; LOffset: Integer; utf8Text: UTF8String; L: Cardinal; LEncoding, DestEncoding: TEncoding; FileText: string; ....... begin Stream := TFileStream.Create(Filename,fmCreate); try Sheet := XLS.She...