You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update brings massive visual upgrades to the generated documentation, a brand new hacker-style startup experience, and full offline crash safety.
🌟 What's New
Enhanced Report Pages (SVG Wireframes): The generator now draws full, to-scale SVG wireframe layouts for every single page in your report. You can visually inspect overlapping elements, pop-up panels, and visual placements without ever opening Power BI!
Data Fields Detection: The visual inventory tables now extract the exact data fields assigned to each visual (e.g. knowing exactly which measure is on the X-axis, Y-axis, or Legend).
Matrix Startup Splash & Real-Time Progress: The static loading screen is gone. Instead, the generator now boots up with a dynamic, hacker-style Matrix terminal that displays the real-time progress of your extraction.
Excel Power Query Extraction: The tool now fully supports dropping .xlsx files! It will cleanly extract and format all Power Query (M-code) scripts running behind your Excel sheets. (Note: DAX extraction for Excel models is currently a work in progress).
Bulletproof Crash Safety: The extraction pipeline is now fully resilient. If an unexpected error occurs during parsing, the app will not crash but instead generate a safe fallback HTML document containing the error logs, so you can easily report the issue.
Zero-Network Strict Mode: The application is fully portable and makes absolutely zero network connections. Safe for strict enterprise environments.
🛠️ Fixes & Improvements
Fixed an issue with the layout parser not accounting for certain nested visual geometries.
Updated UI to center the processing screen over the main application window instead of the primary monitor.
This discussion was created from the release v0.6.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes: v0.6.0 (Major Update)
This update brings massive visual upgrades to the generated documentation, a brand new hacker-style startup experience, and full offline crash safety.
🌟 What's New
Enhanced Report Pages (SVG Wireframes): The generator now draws full, to-scale SVG wireframe layouts for every single page in your report. You can visually inspect overlapping elements, pop-up panels, and visual placements without ever opening Power BI!

Data Fields Detection: The visual inventory tables now extract the exact data fields assigned to each visual (e.g. knowing exactly which measure is on the X-axis, Y-axis, or Legend).
Matrix Startup Splash & Real-Time Progress: The static loading screen is gone. Instead, the generator now boots up with a dynamic, hacker-style Matrix terminal that displays the real-time progress of your extraction.
Excel Power Query Extraction: The tool now fully supports dropping
.xlsxfiles! It will cleanly extract and format all Power Query (M-code) scripts running behind your Excel sheets. (Note: DAX extraction for Excel models is currently a work in progress).Bulletproof Crash Safety: The extraction pipeline is now fully resilient. If an unexpected error occurs during parsing, the app will not crash but instead generate a safe fallback HTML document containing the error logs, so you can easily report the issue.
Zero-Network Strict Mode: The application is fully portable and makes absolutely zero network connections. Safe for strict enterprise environments.
🛠️ Fixes & Improvements
This discussion was created from the release v0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions