-
Notifications
You must be signed in to change notification settings - Fork 403
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
Export-Excel -FreezeTopRow with -Title #795
Comments
You're right. It should freeze the header, but it actually freezes row 1. Technically it is a breaking change but I think it is unlikely that anyone relies on freezing the title and not the headers. |
Fixing the switch. Don't know how many this will break. Don't remember seeing lots of traffic on this issue. |
Do you mean you are fixing it, or you think that's the best way (in which case I'll do it :-) ) |
Sorry :). Thought it was the best way. Not sure it needs fixing, I wouldn't be able to get to it till the weekend, maybe, but there are a couple things that can be published. Please have at it :) |
OK, I'll take it. I have a nice extra example to go in the next PR too. Covert Nunit output from pester to a spreadsheet. |
Sounds really good. I'm guessing different than the, test this example? |
Let me start with thank you.
When using the FreezeTopRow, Export-Excel it freezes the excel row 1 of the sheet. But, when combined with a -Title "Foo", row 1 has the description "Foo" and the table actually starts at row 2.
I believe that the FreezeTopRow should act on the table's header.
Same for
-FreezeTopRow
-FreezeTopRowFirstColumn
Note 1: I understand this could be a breaking change
Note 2: I'm aware I can use the FreezePane instead
The text was updated successfully, but these errors were encountered: