Show HN: Frockly – A visual editor for understanding complex Excel formulas
I built a visual editor that represents Excel formulas as blocks,
making it easier to inspect, refactor, and reason about complex formulas structurally.
Frockly is not an Excel replacement.
It focuses on understanding and refactoring formulas before bringing them back to Excel.
Demo: https://ryuu12358.github.io/Frockly/
GitHub: https://github.com/ryuu12358/Frockly
Write-up: https://note.com/ryuu12358/n/naa65d9d5facd (Japanese)
15 comments
[ 2.9 ms ] story [ 42.9 ms ] threadI often have this problem in Google Sheets. So far, i’ve resorted to copying the formula into Sublime Text and then splitting it into multiple lines. Your editor looks much more intuitive.
As demo, it would be nice if one could press a button to load some real data abd formulas. I’m reading HN on my phone. I guess many people do. Coming up with a formula and example data is an extra hurdle, and doing it using just a thumb and dumb autocorrect doubly so.
I did see the screenshots on GitHub. Thumbs up for those!
It is not always possible, of course. But it normally is. For the edge cases a helper like this must be nice. Maybe some fields have lots of edge cases, mine has few.
Either make it a video so you can pause it or just have static screenshots without animation.
I noticed there is no license on the Github, do you intend for this to be open source?
Spreadsheet-blocks focuses more on building spreadsheets visually, while Frockly is primarily about inspecting and refactoring existing Excel formulas and making their structure explicit.
I think they’re exploring adjacent but slightly different problems.
– Added the i18n foundation – Introduced an initial French translation – Implemented URL parameter support for loading state and navigation
Thanks again for the feedback — it directly influenced this refactor.