// SPDX-License-Identifier: MIT
//
// Copyright 2016-2026, Johann Tuffe.
//! Demonstrates streaming XLSX cell values and formulas in one worksheet pass.
//!
//! Run the example like this:
//!
//! ```text
//! $ cargo run -q --example xlsx_formula_stream
//! ```
use ;