Vom 20.12.2025 bis 11.01.2026 ist die Universitätsbibliothek geschlossen. Ab dem 12.01.2026 gelten wieder die regulären Öffnungszeiten. Ausnahme: Medizinische Hauptbibliothek und Zentralbibliothek sind bereits ab 05.01.2026 wieder geöffnet. Weitere Informationen

Treffer: End-user software engineering approach: improve spreadsheets capabilities using Python-based user-defined functions

Title:
End-user software engineering approach: improve spreadsheets capabilities using Python-based user-defined functions
Contributors:
Department of Software Engineering, Faculty of Graduate Studies for Statistical Research (FGSSR),Cairo University, Giza, Egypt.
Source:
Indonesian Journal of Electrical Engineering and Computer Science; Vol 38, No 2: May 2025; 1024-1032 ; 2502-4760 ; 2502-4752 ; 10.11591/ijeecs.v38.i2
Publisher Information:
Institute of Advanced Engineering and Science
Publication Year:
2025
Document Type:
Fachzeitschrift article in journal/newspaper
File Description:
application/pdf
Language:
English
DOI:
10.11591/ijeecs.v38.i2.pp1024-1032
Rights:
Copyright (c) 2025 TAMER Bahgat Elserwy, Tarek Ali, Mervat Gheith ; http://creativecommons.org/licenses/by-nc-sa/4.0
Accession Number:
edsbas.ED28335D
Database:
BASE

Weitere Informationen

End-user computing enables non-developers to handle data and applications, boosting collaboration and productivity. Spreadsheets are a key example of end-user programming environments that are extensively utilized in business for data analysis. However, the functionalities of Excel have limitations compared to specialized programming languages. This study aims to address this shortcoming by proposing a prototype that integrates Python's features into Excel via standalone desktop Python-based user-defined functions (UDFs). This method mitigates potential latency concerns linked to cloud-based solutions. This study employs Excel-DNA (dynamic network access) and IronPython; Excel-DNA facilitates the creation of custom Python functions that integrate smoothly with Excel's calculation engine, while IronPython allows these Python UDFs to run directly within Excel. Core components include C# and visual studio tools office (VSTO) add-ins, which enable communication between Python and Excel. This approach grants users the chance to execute Python UDFs for various tasks such as mathematical computations and predictions — all within the familiar Excel environment. The prototype showcases seamless integration, enabling users to invoke Python-based UDFs just like built in Excel functions. This study enhances the capabilities of spreadsheets by harnessing Python's strengths within Excel. Future work may focus on expanding the Python UDF library and examining user experiences with this innovative approach to data analysis.