1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
.. SPDX-License-Identifier: BSD-2-Clause
Copyright 2013-2023, John McNamara, jmcnamara@cpan.org
.. _ex_data_valid:
Example: Data Validation and Drop Down Lists
============================================
Example of how to add data validation and drop down lists to an XlsxWriter
file. Data validation is a way of limiting user input to certain ranges
or to allow a selection from a drop down list.
.. image:: _images/data_validate1.png
.. literalinclude:: ../../../examples/data_validate.py
|