Built an open-source Excel structural risk analyzer - looking for feedback from model builders
Our take
Hi everyone,
I recently built an open-source tool called XLChek, and I’m looking for technical feedback from experienced Excel users and model builders.
XLChek is a read-only Excel structural diagnostics tool.
It scans .xlsx files offline and generates an HTML report highlighting structural risks in spreadsheets.
It focuses specifically on structural and dependency issues such as:
- Circular references
- Hard-coded constants inside formulas
- Volatile functions (NOW, OFFSET, INDIRECT, etc.)
- Formula drift across ranges
- Whole column / row references
- External workbook references
- Orphan calculations (formulas not referenced by other formulas)
It does not validate business logic or financial correctness.
It strictly evaluates structural integrity and dependency risk.
The motivation came from seeing operational and financial spreadsheets fail silently due to hidden structural issues — especially in models that evolve over time.
Key characteristics:
- Runs completely offline
- No data upload
- Read-only analysis
- Generates HTML and JSON output
- Cross-platform (Windows / macOS / Linux)
This is an early release (v0.1.0), and I would genuinely appreciate feedback:
- Are these structural checks useful in real workflows?
- What important risk patterns am I missing?
- Would this help in financial modeling, audit, or operational contexts?
- Where would you expect this tool to fit in your process?
GitHub repository:
https://github.com/gridgrok-collab/XLChek
I’m especially interested in critical feedback from advanced Excel users.
Thanks in advance.
Note: Currently requires Python 3.10–3.12 to run (technical preview release).
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Related Articles
- Built a multi-scenario financial stress test model in Excel — feedback welcomeI’ve been building a multi-sheet Excel model that includes: – Baseline projection engine – Stress testing – Risk scoring – Conditional verdict logic – Locked input sections It’s probably the most structured file I’ve built so far. If anyone enjoys complex Excel modelling, or if you need help with finances, I can send you a link to my page to get this for a small price, thank you. submitted by /u/Smooth_Equivalent198 [link] [comments]
- I built a tool that lets you skip Excel formulas (would love your feedbacks)Hey everyone, If you work with Excel a lot, you probably spend way too much time figuring out formulas and structuring data before you can actually get insights. I’ve been building a web app called Neural Sheet to simplify that workflow. Instead of writing formulas manually, you can just upload your Excel file, describe what you want in plain language, and it generates the result for you. You can then download everything back as a normal Excel file with full control. It’s still early, but most core features are already there, and I’d really value honest feedback from people who actually use spreadsheets daily. You get 30 free edits to try it out. If you hit the limit and want more, just DM me and I’ll top you up. Would love to hear what works, what doesn’t, and what feels missing. submitted by /u/NeuralSheet [link] [comments]
- I built a small tool that detects errors in CSV / Excel files before importing them — looking for feedbackI built a small tool that detects and fixes common errors in CSV and Excel files before importing them into CRMs or databases. Things like: - invalid emails - wrong date formats - text in numeric columns It runs entirely in the browser and doesn't store any data. Would love some feedback. You can test it here: https://excel-cleaner-3.preview.emergentagent.com submitted by /u/Electronic-Theme5514 [link] [comments]
- Why we’re still using 1980s logic for 2026 data problems (and how I'm trying to fix it).Hi everyone, I’m a CSIE student in Taiwan, and I’ve spent the last semester obsessing over why "data organization" still feels like manual labor. We have incredible processing power, yet most of us are still stuck in the "Shovel Era", manually digging through rows, fixing broken VLOOKUPs, and praying our CSV imports don't break. I wanted to share three specific "Excel Pains" I’ve been researching while building my own organizer, and I’d love to hear if you’ve found better ways to handle them: 1. The "Syntax Trap" vs. Human Intent Most people spend 80% of their time worrying about where the comma goes in a nested IF statement and only 20% on what the data actually means. I believe we are moving toward a "Semantic Era" where the computer should understand that "March 26" and "03/26/26" are the same thing without us writing a regex script. 2. The "Final_v2_FINAL_ActuallyFinal.xlsx" Nightmare File organization usually falls apart because our tools don't track the lineage of data. When we move from a messy raw file to a "clean" one, we lose the context of the original. I've been experimenting with building a "Tractor" for this—a system where the AI maintains a "Kanban" of data states so you can see the evolution of your project visually. 3. The 2FA/Security Gap in Spreadsheets We put our lives into Excel files, but standard spreadsheets are notoriously easy to leak or lose. I’ve been implementing 2FA data protection into my workflow because "Data Organization" shouldn't just be about sorting; it should be about stewardship. The Project: Dxtreame Organizer To solve these, I’ve been building Dxtreame Organizer. It’s an AI-driven tool meant to bridge that gap between messy raw data and structured, formula-ready Excel sheets. Current Progress: I've got the AI sorting engine running, 2FA protection live, and I'm currently designing a graph-view to replace the "wall of numbers" we usually stare at. The Goal: I’m currently fundraising as an international student to scale the infrastructure. My vision is to get rid of the "reason to learn syntax" entirely, so we can focus on the Vision instead of the Code. I’m looking for brutally honest feedback: What is the one thing in Excel that makes you want to throw your laptop out a window? If an AI could "auto-clean" your files, what is the one thing you would NEVER trust it to do alone? Thanks for reading, I'm looking forward to the "logic vs. automation" debate in the comments! submitted by /u/Dxxx101 [link] [comments]