Built-in sandbox SHIM: an xlsxwriter-compatible module backed by Apache POI
(org.apache.poi/poi-ooxml) so import xlsxwriter writes real .xlsx files
without the CPython package. Workbooks/formats live HOST-side in an integer
registry; the Python classes are thin handle wrappers; the finished file
crosses the boundary as base64 bytes on close().
Built-in sandbox SHIM: an `xlsxwriter`-compatible module backed by Apache POI (`org.apache.poi/poi-ooxml`) so `import xlsxwriter` writes real .xlsx files without the CPython package. Workbooks/formats live HOST-side in an integer registry; the Python classes are thin handle wrappers; the finished file crosses the boundary as base64 bytes on `close()`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |