File: example_array_formula.rst

package info (click to toggle)
xlsxwriter 3.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56,308 kB
  • sloc: python: 51,511; javascript: 7,768; sh: 284; makefile: 195; perl: 75
file content (16 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. SPDX-License-Identifier: BSD-2-Clause
   Copyright 2013-2023, John McNamara, jmcnamara@cpan.org

.. _ex_array_formula:

Example: Array formulas
=======================

This program is an example of writing array formulas with one or more return
values. See the :func:`write_array_formula` method for more details.

.. image:: _images/array_formula.png


.. literalinclude:: ../../../examples/array_formula.py