# VBA to UnifiedSpread Script Policy

UnifiedSpread targets browser-safe workbook automation.  External COM, Shell,
Win32 API, direct file system access, ActiveX and full UserForm compatibility are
out of scope.  They are reported as restricted during import/conversion.

The supported conversion target is UnifiedSpread Script, a JavaScript-syntax
language executed through `ScriptSandbox` with only the injected workbook API.

XLSM import/export should preserve original macro parts when possible, while the
converted script modules are saved as UnifiedSpread metadata.  Direct p-code or
VBA runtime execution is not part of the browser runtime.
