Search found 10 matches

by mustapha.wang
Wed Nov 10, 2010 7:15 am
Forum: XLSReadWriteII 3/4/5
Topic: Why TSheet.SetAsWideString use SST.AddString?
Replies: 5
Views: 4501

Re: Why TSheet.SetAsWideString use SST.AddString?

Hi,still not want to fix?
by mustapha.wang
Wed Nov 10, 2010 7:09 am
Forum: XLSReadWriteII 3/4/5
Topic: LoadFromStream raise exception "can`t open file """
Replies: 1
Views: 2275

Re: LoadFromStream raise exception "can`t open file """

you always fix bug too late. Maybe: xlsReadII4.pas move this code to the top of this procedure: procedure TXLSReadII.LoadFromStream(Stream: TStream); ..... {$IFDEF USE_MSSTORAGE} //move to top FXLSStream.ExtraObjects := FXLS.ExtraObjects; //move to top FXLSStream.SourceStream := Stream; //move to to...
by mustapha.wang
Wed Nov 10, 2010 6:57 am
Forum: XLSReadWriteII 3/4/5
Topic: write unicodestring not correct
Replies: 5
Views: 3616

Re: write unicodestring not correct

Hello,did you reproduced??
by mustapha.wang
Wed Nov 10, 2010 6:56 am
Forum: XLSReadWriteII 3/4/5
Topic: LoadFromStream raise exception "can`t open file """
Replies: 1
Views: 2275

LoadFromStream raise exception "can`t open file """

var
MS:TMemoryStream;
begin
MS:=TMemoryStream.Create;
try
MS.LoadFromFile('D:\A.xls');
MS.Position:=0;
XLSReadWriteII41.LoadFromStream(MS);
fianlly
MS.Free;
end;

Why need open file??
by mustapha.wang
Fri Oct 08, 2010 7:17 am
Forum: XLSReadWriteII 3/4/5
Topic: write unicodestring not correct
Replies: 5
Views: 3616

Re: write unicodestring not correct

Hello,do you reproduced?
by mustapha.wang
Mon Sep 13, 2010 8:09 am
Forum: XLSReadWriteII 3/4/5
Topic: write unicodestring not correct
Replies: 5
Views: 3616

Re: write unicodestring not correct

I use asstring still got this error.

My OS is windows XP chinese edition.
by mustapha.wang
Mon Sep 13, 2010 6:00 am
Forum: XLSReadWriteII 3/4/5
Topic: Why TSheet.SetAsWideString use SST.AddString?
Replies: 5
Views: 4501

Re: Why TSheet.SetAsWideString use SST.AddString?

We buy your version 4 just now.
But, write string #$00A5#$00AE still not be correct.
by mustapha.wang
Mon Sep 13, 2010 5:56 am
Forum: XLSReadWriteII 3/4/5
Topic: write unicodestring not correct
Replies: 5
Views: 3616

write unicodestring not correct

in delphi2010 Write some spectial unicode useing “asWideString” like this: procedure TForm1.Button1Click(Sender: TObject); begin XLSReadWriteII41.Sheets[0].AsWideString[0,0]:='ª®¥'; XLSReadWriteII41.Filename:='D:\U.xls'; XLSReadWriteII41.Write; end; Then,read it back useing "asWideString" ...
by mustapha.wang
Tue Dec 19, 2006 1:11 am
Forum: XLSReadWriteII 3/4/5
Topic: Why TSheet.SetAsWideString use SST.AddString?
Replies: 5
Views: 4501

Oh,sorry,I am habituated at Borland fortum.

Your components@axolot.com is not reachable,so i got here.

You mailed to me?