We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19956ad commit 2e1645bCopy full SHA for 2e1645b
Excel_Engine/Create/ExcelPushConfig.cs
@@ -37,6 +37,7 @@ public static partial class Create
37
[Input("startingCell", "Starting cell address in an Excel-readable string format.")]
38
[InputFromProperty("workbookProperties")]
39
[Output("config", "ExcelPushConfig created based on the inputs.")]
40
+ [PreviousVersion("6.0", "BH.Engine.Excel.Create.ExcelPushConfig(System.String, BH.oM.Adapters.Excel.WorkbookProperties)")]
41
public static ExcelPushConfig ExcelPushConfig(string sheetName = "", string startingCell = "", List<string> objectProperties = null, WorkbookProperties workbookProperties = null)
42
{
43
CellAddress topLeft = null;
0 commit comments