Fidelio
Fidelio
Year OneMay 2025 — May 2026

Twelve months
of high-fidelity
migration.

An update from the Fidelio team — on everything we shipped, every pain point we closed, and what's next for enterprise document fidelity.

Source
.xlsm
Microsoft Office
FIDELIO
v1.4.2
Converted
Spreadsheets
Cloud Workspace
Begin
01The real workloads

0+

Files uploaded. From Fortune 500 customers.

125+ DOCX with reported fidelity issues. 100+ presentations, including a 2 GB deck. 155+ macros. The files enterprises actually run on.

Each tile = one file  ·  Coloured by source format
02Macro conversion

Over 80% of macros, converted.

155+ macros uploaded across customer workloads. The conversion rate climbs every release — and legacy Microsoft COM components now map to native HTML UI elements.

Macro conversion
0%
and improving
03155+ macros · 80%+ converted

VBA now speaks cloud scripts.

155+ macros uploaded. Over 80% successfully converted — and improving every week. Legacy Microsoft COM components are mapped to native HTML UI elements, powered by AI.

// VBA — legacy
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column = 3 Then
RunRebate Target.Value
End If
End Sub
 
Sub RunRebate(v As Variant)
ActiveSheet.Cells(1, 4) = v * 0.08
End Sub
// Cloud script — transpiled by Fidelio
function onEdit(e) {
if (e.range.getColumn() === 3) {
runRebate_(e.range.getValue());
}
}
 
function runRebate_(v) {
Spreadsheet.getActiveSheet()
.getRange(1, 4).setValue(v * 0.08);
}
Left: source VBA  ·  Right: Fidelio-emitted cloud script
04Heavy decks · 100+ uploaded

A 2 GB deck. Twenty times the Slides limit.

A Fortune 500 customer uploaded — and viewed — a 2 GB PPTX. Twenty times the standard cloud import ceiling. Plus 5+ formatting fixes shipped across 100+ presentation files.

Typical cloud import limit
100 MB
Typical enterprise deck
75 MB
Fidelio — Fortune 500 deck
2 GB
20× the standard cloud import ceiling
05Charts

Charts arrive as charts.

Not flattened to images. PPTX charts now convert directly to native live charts — linked to source data, editable, re-themeable.

Before · JPEG fallback
image.jpg
Frozen pixels. No data. No edits.
After · native live chart
Linked to source range. Fully editable.
06125+ DOCX with reported issues

15+ fixes across DOCX. A majority resolved, with many more fidelity fixes on the way.

Formatting, table layouts, older image formats — the long-standing fidelity gaps in Word→cloud documents. And altChunks: a common enterprise DOCX pattern we now support natively. One fix recovered 20 missing pages from a single Fortune 500 customer's file.

ALT
altChunk support
Recovered 20 missing pages
TBL
Complex table layouts
Preserved on export
EMF
Legacy image formats
Preserved on export
TXT
Paragraph formatting
Preserved on export
LST
List numbering
Preserved on export
TTF
Embedded fonts
Preserved on export
07Solved problems

20+ enterprise pain points.
Solved this year.

Every pain point a Fortune 500 customer flagged became a tracked issue with an element-level cause and a verifiable fix.

Filled = solved this year  ·  Grey = backlog of catalogued issues
Year at a glance

Six numbers.

380+
Files uploaded across formats
125+
DOCX with reported issues
100+
Presentations migrated
155+
Macros uploaded
80%+
Macro conversion rate
2 GB
Largest PPTX viewed
In closing

A year of
precision.
The next one,
together?

We've done the hard part — the archaeology, the transpilation, the telemetry. What's next is scale, and that's a conversation best had together.

info@theinnovationranch.com  ·  Prepared April 2026