Sheet selection #395
arivier-git
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have an existing excel file with several worksheets.
I use QXlsx library to read/write from/in this file.
I open the Excel file with Excel, select the sheet 3, save, close it. Then I run my program to write in sheet 2. Finally if I open again the file with Excel, the 2 sheets (2 and 3) are selected and this can cause problem in future use.
How can I keep the initial selected sheet ?
The code to write in :
Beta Was this translation helpful? Give feedback.
All reactions