โ† Documentation

API reference

Deprecated APIs.

Compatibility surfaces that remain available today, their replacements and the removal policy.

Removal policy

Every API listed below is scheduled for removal in a future breaking release. It will not be removed in a patch release. A migration notice will identify the exact release before removal.

maxZipEntryBytesDOCX, XLSX, PPTX and Node load/session options

Use resourceLimits.maxArchiveEntryBytes.

The compatibility alias preserves its existing per-entry behavior until removal.

OoxmlErrorSource@silurus/ooxml-core and all format entry points

Use OoxmlErrorStage.

The old vocabulary was exposed briefly by the resource-governance API.

XlsxChartSeries, SeriesDataLabels, DataLabelOverride, DataPointOverride, ErrBars, ManualLayout@silurus/ooxml/xlsx

Use ChartSeries, ChartSeriesDataLabels, ChartDataLabelOverride, ChartDataPointOverride, ChartErrBars and ChartManualLayout.

Chart types now come from the shared core chart model.

WasmParserHost.setWasmUrl()@silurus/ooxml-core

Use WasmParserHost.setWasmInput().

The replacement accepts every supported WASM initializer input, not URLs only.

dropBitmapCacheByPath(), deferBitmapCloseWhileLeased()@silurus/ooxml-core

Use dropDecodedBitmapCache() and the owned decoded/derived bitmap cache APIs.

The replacement owns both base and derived decoded surfaces under one lifecycle.