Spreadsheet bibliography
Title | Automatically extracting class diagrams from spreadsheets |
---|---|
Authors | Felienne Hermans, Martin Pinzger, & Arie van Deursen |
Year | 2010 |
Type | Working paper |
Publication | Delft University of Technology, Software Engineering Research Group |
Series | Report TUD-SERG-2010-013 |
Abstract | The use of spreadsheets to capture information is widespread in industry. Spreadsheets can thus be a wealthy source of domain information. We propose to automatically extract this information and transform it into class diagrams. The resulting class diagram can be used by software engineers to understand, refine, or re-implement the spreadsheet's functionality. To enable the transformation into class diagrams we create a library of common spreadsheet usage patterns. These patterns are localized in the spreadsheet using a two-dimensional parsing algorithm. The resulting parse tree is transformed and enriched with information from the library. We evaluate our approach on the spreadsheets from the EUSES Spreadsheet Corpus by comparing a subset of the generated class diagrams with reference class diagrams created manually. |
Full version | Available |
Sample | Class diagram extracted from the fruit example ![]() The information contained in the example spreadsheet can be represented by the accompanying class diagram. |