Closed sergey-tihon closed 3 years ago
Data exported using SpreadsheetWriter should look behave identical to Format as Table Excel feature. This will improve user experience and allow to use generated files as a Source in Power BI.
SpreadsheetWriter
Format as Table
Seems like it is already possible... Just need to provide ColumnHeadings and TableName https://github.com/sergey-tihon/Clippit/blob/master/OpenXmlPowerTools.Tests/SpreadsheetWriterTests.cs#L35-L36
ColumnHeadings
TableName
Data exported using
SpreadsheetWriter
should look behave identical toFormat as Table
Excel feature. This will improve user experience and allow to use generated files as a Source in Power BI.