This content is for v4.x version. Switch to the Stable version.
Spreadsheet FFI
The Spreadsheet FFI page covers installing the language wrapper and using the spreadsheet API. The core logic lives in the Rust library (draviavemal-openxml_office); each wrapper communicates with it over a C ABI + FlatBuffers transport.
For full API reference see the Excel, Worksheet, and Style pages.
Installation
Section titled βInstallationβcargo add draviavemal-openxml_office# Stabledotnet add package draviavemal.openxml-office
# Pre-release / alphadotnet add package draviavemal.openxml-office --prereleasego get draviavemal_openxml_officeNot yet available.
Not yet available.
Not yet available.
Package Version Details
Section titled βPackage Version DetailsβThe Go wrapper is distributed as part of the repository. See the README for build instructions.