Con LotOS UI · Hoja de Cálculo — Excel + LibreOffice Calc
La misma hoja. Decisiones en 3 segundos.
Un macro VBA (Excel) o Basic (LibreOffice Calc) transforma la hoja plana en un dashboard operacional oscuro. KPI ribbon, command strip, queue table con formato condicional, alert rail.
Microsoft Excel
LibreOffice Calc
Misma lógica, mismos resultados
📊 operaciones-q1.xlsx — Microsoft ExcelLotOS Theme Applied
File
View
Tools
Macros
ApplyLotosTheme ▸
RefreshDashboard ▸
OpenDetailPanel ▸
A1fx= LOTOS_KPI_REVENUE
A
B
C
D
E
F
G
H
1
LOTOS CALC MODERNIZATION SURFACE
2
ControlRoom Dashboard — same spreadsheet, premium operation
3
Contract-ready layout with KPI ribbon, action strip, queue table, and alert rail.
' lotos_calc_demo.bas
Sub ApplyLotosThemeCalc()
Dim doc As Object
Dim sh As Object
doc = ThisComponent
sh = EnsureSheet(doc, "ControlRoom")
ClearSheet sh ' → limpiar canvas
SetupLotosCanvas sh ' → bg #08111C, Segoe UI
BuildHero sh ' → kicker + título
BuildKpiRibbon sh ' → $1.8M · 14 · 93% · 08
BuildCommandStrip sh ' → SYNC · INSPECT · ESCALATE
BuildQueueTable sh, ... ' → tabla con datos
BuildAlertRail sh, ... ' → sidebar alertas
BuildFooter sh, ... ' → pie de página
DefineNamedRangesSafe doc, queueCount
MsgBox "LotOS Pro theme applied."
End Sub
' Named ranges:
' LOTOS_ALERT_COUNT · LOTOS_QUEUE_SOURCE
' LOTOS_OWNER_FILTER · LOTOS_ACTION_TARGET