Search found 15 matches

by jdorlon
Wed Feb 14, 2024 7:56 pm
Forum: XLSReadWritwII 6
Topic: strings longer than 32K in a cell
Replies: 1
Views: 148

strings longer than 32K in a cell

Hello,

If I use XLSReadWriteII6 to put a string longer than 32K in length into a cell, then when I open the file in Excel, there is no data.

I can, however, paste the same data directly into Excel.

Is this a bug or is there some other reason for this behavior?

Thanks

John Dorlon
by jdorlon
Wed Apr 21, 2021 1:47 pm
Forum: XLSReadWritwII 6
Topic: Excel clipboard data
Replies: 4
Views: 1772

Re: Excel clipboard data

I saw that, but doesn't that command paste clipboard contents INTO the XLS file? That's not what I am trying to do. I want to copy data from a grid/dataset into the clipboard and paste into other MS products like Word or Teams, using the same format that I would have if I copied from Excel into Word...
by jdorlon
Fri Apr 16, 2021 6:22 pm
Forum: XLSReadWritwII 6
Topic: Excel clipboard data
Replies: 4
Views: 1772

Excel clipboard data

Hello, This question is not really related to XLSReadWrite, but maybe XLSReadWrite can help. In my application, I have TDataSets and TDBGrids. We have a feature that allows the dataset contents to be exported to clipboard (plain text, tab delimited) and it works fine. However, if I paste into MS Wor...
by jdorlon
Fri May 08, 2020 6:36 pm
Forum: XLSReadWritwII 6
Topic: Bug in XLSREadWriteII5, fixed in 6?
Replies: 5
Views: 7054

Re: Bug in XLSREadWriteII5, fixed in 6?

I just tried again. I have version 6.00.70a and there is no error. Thank you.
by jdorlon
Wed Mar 25, 2020 8:29 pm
Forum: XLSReadWritwII 6
Topic: Bug in XLSREadWriteII5, fixed in 6?
Replies: 5
Views: 7054

Re: Bug in XLSREadWriteII5, fixed in 6?

Are you sure? I just downloaded a trial of version 6 to test, but I still get the error.
by jdorlon
Fri Sep 27, 2019 4:16 pm
Forum: XLSReadWritwII 6
Topic: Bug in XLSREadWriteII5, fixed in 6?
Replies: 5
Views: 7054

Re: Bug in XLSREadWriteII5, fixed in 6?

Thank you Lars.
by jdorlon
Wed Sep 25, 2019 1:59 pm
Forum: XLSReadWritwII 6
Topic: Bug in XLSREadWriteII5, fixed in 6?
Replies: 5
Views: 7054

Bug in XLSREadWriteII5, fixed in 6?

Hello, If I send ascii characters 28 and 29 to a text field in XLSReadWriteII5, then when I open the document in Excel 365, I get an error message and excel asking me if I want to attempt to repair the file. You can test it with this code: var XLS: TXLSReadWriteII5; begin XLS := TXLSReadWriteII5.Cre...
by jdorlon
Tue Oct 04, 2016 9:37 pm
Forum: XLSReadWritwII 6
Topic: Dates in Excel 5.0/95
Replies: 2
Views: 2070

Re: Dates in Excel 5.0/95

It looks like that is what you are doing in TXLSWorksheet.GetIsDateTime. You check NumFmt.Value, but when I step through this code, the problem is that the NumFmt is blank. I have an old VM that I started up today with an older version of our app that Used XLSReadWriteII4. I tested with the same XLS...
by jdorlon
Thu Sep 29, 2016 1:08 pm
Forum: XLSReadWritwII 6
Topic: Dates in Excel 5.0/95
Replies: 2
Views: 2070

Dates in Excel 5.0/95

Hello, If I start up Excel (I'm using 2013), type a date value into a cell (For instance 11-Sep-16), then save it as XLSX and look at the cell with XLS.Sheets[FActiveSheet].IsDateTime[FCol, FRow] then it IsDateTime returns true as expected. However, if I save the Excel file as XLS, using the "M...
by jdorlon
Thu Feb 18, 2016 1:55 pm
Forum: XLSReadWritwII 6
Topic: Swedish Characters in Korean OS.
Replies: 2
Views: 2247

Re: Swedish Characters in Korean OS.

OK, I sent you the XLS file by email.

Thank you.

John
by jdorlon
Wed Feb 17, 2016 5:19 pm
Forum: XLSReadWritwII 6
Topic: Swedish Characters in Korean OS.
Replies: 2
Views: 2247

Swedish Characters in Korean OS.

Hello, I have a customer in Korea (using windows 7 in Korean) who has a problem with Swedish characters appearing correctly. He can reproduce the problem with a small sample app. To reproduce it, drop these components on a form: object es1: TEdit Left = 14 Top = 16 Width = 121 Height = 21 TabOrder =...
by jdorlon
Wed Mar 03, 2010 10:24 pm
Forum: XLSReadWriteII 3/4/5
Topic: MS Access 2007 cannot read XLS file
Replies: 4
Views: 3587

Re: MS Access 2007 cannot read XLS file

More info: This was not a problem with XLSReadWriteII3 and Delphi 7.
by jdorlon
Wed Mar 03, 2010 8:42 pm
Forum: XLSReadWriteII 3/4/5
Topic: MS Access 2007 cannot read XLS file
Replies: 4
Views: 3587

Re: MS Access 2007 cannot read XLS file

Do you have MS Word? You can also reproduce the problem there. In Word, click the "Mailings" Ribbon tab. Click "Start Mail Merge", then "Step by Step mail merge wizard" A toolbar will appear on the right hand side. Click "Next" 2 times at the bottom of it, to ...
by jdorlon
Tue Jan 26, 2010 9:00 pm
Forum: XLSReadWriteII 3/4/5
Topic: MS Access 2007 cannot read XLS file
Replies: 4
Views: 3587

Re: MS Access 2007 cannot read XLS file

Hello,

I can repeat the problem using either format.

-John
by jdorlon
Wed Jan 20, 2010 7:31 pm
Forum: XLSReadWriteII 3/4/5
Topic: MS Access 2007 cannot read XLS file
Replies: 4
Views: 3587

MS Access 2007 cannot read XLS file

HelloHello, I am using version 4.00.15 (according to the changes.txt file) with Delphi 2009 (all updates). I created a file using XLSReadWrite4, and then tried to use MS Access 2007 to import it. MS Access gives an error stating that the file cannot be read. If I then open the file in Excel and save...