-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Sheets opens in 'Group' mode in Excel #162
Comments
@guyonroche Also experiencing this issue. |
@guyonroche experiencing this issue too. |
My bad - it was overzealous sheet-view code. |
Just grabbed the latest code base and encountering the same probem. |
@24HrDeveloper could you send (or post here) a code example that reproduces this? |
I'm reading from file, a spreadsheet that has 5 worksheets. I'm populating the first worksheet with data and then saving to a different location. Opening the excel spreadsheet causes groupings. I've checked the original file to make sure the worksheets aren't group. Let me know if you need anything else and/or if I'm doing something wrong. var workbook = new Excel.Workbook();
|
Ahh - I think I know what might be happening. I'll look into this now. |
Have an update? |
@24HrDeveloper let me know if 0.2.14 fixes your issue. |
Will do. Thanks. |
@guyonroche problem solved. Thanks! |
Excellent! Thanks for your patience 😄 |
yep.... thanks! On Sat, Aug 13, 2016 at 5:48 PM, Guyon Roche notifications@github.com
Mark Walker |
First of all, thanks Guyon for the library, it's awesome! You're making a lot of us look good.
The only problem for me is that if I create 2 worksheets with data via
I can save the file but when I open it I open up two Excel windows, they appear to be 'grouped'.
To get back to normal you need to close the second excel window, then single select one of sheets, then save. There's got to be an 'active' sheet configuration somewhere although I couldn't see it in code. Any help appreciated.
The text was updated successfully, but these errors were encountered: