• Excel Export - get Workbook Name??

    By Damien P Soward 7 years ago

    Hi,

    I'm sure i was able to get a handle to an exported excel workbook's name (in postGeneration) at some point in the past? Is there anywhere where this is documented?

    I have the following, as documented, for getting sheet names:
    workbook.getSheetAt(0).getSheetName()

    but what about the workbook itself?

    thanks very much.