Page 1 of 1

Launchpad Export on Essential StandAlone 6.21 generates broken Excel File

Posted: 14 Oct 2025, 12:34
by HBuchner
Dear Essential Team,
the Lauchpad Export generates a broken Excel File.
Steps to reproduce:
1) install Essential Standalone 6.21
2) open Essential baseline 6.21 model
3) import lauchpad_loader.dup
4) upload repository to "http://localhost:8080/essential_viewer"
5) navigate to Lauchpad Exporter
6) Export empty XLSX or Export XLSX.
7) Open downloaded file in MS Excel.

Copilot delivers the following analysis:
Here’s an automated inspection of your XLSX file’s structure:
Inspection Report

Is valid ZIP archive: Yes, your file is a valid ZIP archive.

Expected Items Found:

[Content_Types].xml: Found
_rels/: Found
xl/: Found
xl/workbook.xml: Found
xl/worksheets/: Missing
xl/styles.xml: Found
xl/sharedStrings.xml: Missing

Unexpected Items:

docProps/
docProps/app.xml
docProps/core.xml


Analysis

The file is structurally a ZIP archive, which is correct for XLSX.
However, key components are missing:

xl/worksheets/ (should contain the actual worksheet data)
xl/sharedStrings.xml (needed if your workbook contains text)


The presence of docProps/ and its files is normal, but the missing worksheet folder is a critical issue.

Re: Launchpad Export on Essential StandAlone 6.21 generates broken Excel File

Posted: 15 Oct 2025, 10:58
by JohnM
Thanks for raising, we'll take a look

Re: Launchpad Export on Essential StandAlone 6.21 generates broken Excel File

Posted: 15 Oct 2025, 12:35
by JohnM
Hi,

Did you select the sheets you want to export first? Select for example Business Capabilities, Apps, etc then export Blank file? If you don't select a sheet first it exports an empty file missing the required folders

We need to make it clearer that the user needs to do this, and add some guard code. If you did select a sheet then there is another issue

Thanks

John

Re: Launchpad Export on Essential StandAlone 6.21 generates broken Excel File

Posted: 15 Oct 2025, 13:09
by HBuchner
Hi John,
i clicked in various ways on the selection right for the views or on the selection left for the objects / slots.
In any case, it does not generate an Excel-Sheet at all.
In the new version of the standalone and baseline repo the launchpad exporter is disabled and i enabled it first.
Holger

Re: Launchpad Export on Essential StandAlone 6.21 generates broken Excel File

Posted: 16 Oct 2025, 07:00
by HBuchner
I re-checked with Viewer 6.21.1 and it it working now fine.
Excel-Export-Working 2025-10-16 085638.png
Thanks for the fast fix.
Holger