Skip to main content

Module render

Module render 

Source
Expand description

SVG renderer for worksheet visual output.

Generates an SVG string from worksheet data including cell values, column widths, row heights, cell styles (fonts, fills, borders), optional gridlines, and optional row/column headers.

Structs§

RenderOptions
Options for rendering a worksheet to SVG.

Functions§

render_to_svg
Render a worksheet to an SVG string.