In the old Groovy Spreadsheet Builder project, the SpreadsheetBuilder interface had not one but three build methods, two of them containing a template parameter. The documentation still mentions this ("You can pass an existing spreadsheet file as a template as the very first argument of the build method."), but in fact these methods have disappeared since version 1.0.
My proposal is not to adapt the documentation but to revive the methods in the code; I found it useful to be able to provide an Excel template file.
In the old Groovy Spreadsheet Builder project, the SpreadsheetBuilder interface had not one but three build methods, two of them containing a template parameter. The documentation still mentions this ("You can pass an existing spreadsheet file as a template as the very first argument of the build method."), but in fact these methods have disappeared since version 1.0.
My proposal is not to adapt the documentation but to revive the methods in the code; I found it useful to be able to provide an Excel template file.