Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I'm trying to output DataTable to existing Excel template.

This is the template:
I'm populating a data table in PowerShell and then running this:
[MiniExcelLibs.MiniExcel]::SaveAsByTemplate($ExcelPath, $template, $DataTable)
The output file is empty:

What am I doing wrong or is it not supported?
Beta Was this translation helpful? Give feedback.
All reactions