Search found 5 matches

by dreamnyj
Fri Aug 12, 2022 5:20 am
Forum: XLSReadWritwII 6
Topic: Txlsgrid ,how to get to the front of the table.
Replies: 1
Views: 565

Re: Txlsgrid ,how to get to the front of the table.

SendMessage(XLSGrid1.Handle, WM_VSCROLL, SB_TOP, 0);
SendMessage(XLSGrid1.Handle, WM_HSCROLL, SB_LEFT, 0);
by dreamnyj
Fri Aug 12, 2022 4:52 am
Forum: XLSReadWritwII 6
Topic: Txlsgrid ,how to get to the front of the table.
Replies: 1
Views: 565

Txlsgrid ,how to get to the front of the table.

Txlsgrid control, how to get to the front of the table. Because if the user drags the scroll bar and loads XLS again, it will think that there is no content in it. So I would like to ask how to code to the upper left corner of the table. 1. Select a cell, 2. Control scroll bar 3. Navigate to row 1 a...
by dreamnyj
Tue Oct 23, 2018 12:36 am
Forum: XLSReadWriteII 3/4/5
Topic: The XLSX control of special format cannot be processed
Replies: 4
Views: 6842

Re: The XLSX control of special format cannot be processed

larsa wrote:Hello

I see the problem. I can fix this but it will then bee a fix to version 6 (version 5 is not updated anymore).
XLSREADWRITEii is doing well. I hope it can get better and better. Thank you.
by dreamnyj
Mon Oct 22, 2018 1:29 pm
Forum: XLSReadWriteII 3/4/5
Topic: The XLSX control of special format cannot be processed
Replies: 4
Views: 6842

Re: The XLSX control of special format cannot be processed

Hello I need the excel file in order to check this. Can you please send me a file with this problem. I don't know how to upload attachments in this forum, so I put the files on the Internet. Please download it by yourself. http://47.92.71.67:8008/download/demo.xlsx This is a Chinese XLSX, the key i...
by dreamnyj
Mon Oct 22, 2018 5:03 am
Forum: XLSReadWriteII 3/4/5
Topic: The XLSX control of special format cannot be processed
Replies: 4
Views: 6842

The XLSX control of special format cannot be processed

Hello, everybody. My English is limited, I am from China. Now there's a problem with XLSX exported from some software, and using a hexadecimal editor, it turns out that it's not a standard XLSX, but they can all be turned on correctly using OFFICE 2007. I am using XLSREADWRITE 5 now. If you use OFFI...