We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$groupedUsers | Select-Object Name, Count | Export-Excel "<pathToXlsx>" -WorkSheetname "Agency Overview" -Title "Agency Overview" -TitleBold -AutoSize -AutoFilter -BoldTopRow
The text was updated successfully, but these errors were encountered:
If you want a quick fix, add the below after this line.
https://github.com/dfinke/ImportExcel/blob/master/Export-Excel.ps1#L272
if($Title) { $startAddress="A2" }
This is not a complete fix and I'll need to do tests and it will be a bit before I can publish and update.
Sorry, something went wrong.
I have the same issue with TableStyle, the table should start on line 2.
Header formatting when using Title fix (Issue dfinke#182)
7b3e4ce
Header formatting fix when Title is used (Issue dfinke#182)
a3c2a92
Merge pull request #228 from jeremytbrun/TitleFix
ef816d2
Title fix (Issues #182 and #89)
No branches or pull requests
$groupedUsers | Select-Object Name, Count | Export-Excel "<pathToXlsx>" -WorkSheetname "Agency Overview" -Title "Agency Overview" -TitleBold -AutoSize -AutoFilter -BoldTopRow
The text was updated successfully, but these errors were encountered: