Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- Cubic Splines
- Using LinEst() on data with gaps
- Buckling of columns with varying cross section
- Downloads
- Biaxial bending update
- Continuous Beams With Spring Supports by Macaulay’s Method
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Fitting high order polynomials
- Daily Download 3: ULS design of reinforced concrete sections
Recent Comments
Tag Archives: Passing named arguments
Passing variable argument lists from Excel to Python via xlwings
When calling a Python function it is sometimes necessary to pass a variable number of arguments. Examples from the xlw_Scipy spreadsheet include: Curve fitting functions, for which the functions to be fitted may have any number of arguments. The Scipy … Continue reading
Posted in Arrays, Excel, Link to Python, NumPy and SciPy, UDFs, VBA, xlwings
Tagged dictionaries, Excel, ParamArray, Passing arrays, Passing named arguments, Python, UDFs, VBA, xlwings
2 Comments