Packages

A fast Elixir library for writing Excel (.xlsx) files using Rust. Built with the rust_xlsxwriter crate via Rustler NIF for high performance spreadsheet generation.

Current section

Files

Jump to
xlsx_writer lib xlsx_writer note_options.ex
Raw

lib/xlsx_writer/note_options.ex

defmodule XlsxWriter.NoteOptions do
@moduledoc false
# This struct is used by the Rust NIF to configure Note objects
defstruct author: nil, visible: nil, width: nil, height: nil
end