Search found 7 matches

by hung10ngoc
Tue Jun 16, 2020 8:11 am
Forum: XLSSpreadSheet
Topic: Excel 97 (xls) open password failed
Replies: 0
Views: 3960

Excel 97 (xls) open password failed

Dear Larsa, I have tried to load the Excel 97 (xls) open password protected file with the latest version of XSS but failed. The file was created as follows: - Open a blank workbook in MS Excel 2016 (64-bit) under Windows 10 64-bit - Save the file as the Excel 97-2003 workbook with the Password to op...
by hung10ngoc
Tue Mar 03, 2020 4:00 am
Forum: XLSSpreadSheet
Topic: Move focus to selected cell
Replies: 9
Views: 21941

Re: Move focus to selected cell

After trying many attempts, the solution is so simple:

FXSS.Read;
by hung10ngoc
Fri Feb 21, 2020 1:06 am
Forum: XLSSpreadSheet
Topic: Move focus to selected cell
Replies: 9
Views: 21941

Re: Move focus to selected cell

Dear Lars,

I have tried your suggestion but the result still keeps unexpected for backward focus changing.

Call FXSS.InvalidateAndReloadSheet, tests with/without data have the same results.

Please kindly advise.
by hung10ngoc
Thu Feb 20, 2020 11:03 am
Forum: XLSSpreadSheet
Topic: Move focus to selected cell
Replies: 9
Views: 21941

Re: Move focus to selected cell

Hi Lars,

Thank you for your reply but unfortunately, it still does not work.

You can try yourself with the 'XLSSpreadSheetAdvanced.dproj' sample.
by hung10ngoc
Wed Feb 19, 2020 12:18 pm
Forum: XLSSpreadSheet
Topic: Move focus to selected cell
Replies: 9
Views: 21941

Re: Move focus to selected cell

App will show properly if moving focus forward, means from cell with low address to higher one, for example A1 -> BC10. However, when going backward the display is not expected: Cursor moves to correct address but screen remains the same. I am thinking of going back to A1 cell, refresh the sheet and...
by hung10ngoc
Wed Feb 19, 2020 3:15 am
Forum: XLSSpreadSheet
Topic: Move focus to selected cell
Replies: 9
Views: 21941

Re: Move focus to selected cell

Solution is:

XSS.SetCursorPos(SheetIndex, 0, 49);
by hung10ngoc
Tue Feb 18, 2020 7:51 am
Forum: XLSSpreadSheet
Topic: Move focus to selected cell
Replies: 9
Views: 21941

Move focus to selected cell

Please kindly advise how to move focus to the selected cell.

E.g. when set the 'A50' in the cell name and Enter, the display will show the A50 cell.

Thank you in advance for your help!