Defined Names — openpyxl 3.0.9 documentation
openpyxl.readthedocs.io › en › stableDefined Names. The specification has the following to say about defined names: “Defined names are descriptive text that is used to represents a cell, range of cells, formula, or constant value.”. This means they are very loosely defined. They might contain a constant, a formula, a single cell reference, a range of cells or multiple ranges ...
Automate the Boring Stuff with Python
automatetheboringstuff.com › chapter12If the module was correctly installed, this should produce no error messages. Remember to import the openpyxl module before running the interactive shell examples in this chapter, or you’ll get a NameError: name 'openpyxl' is not defined error. This book covers version 2.3.3 of OpenPyXL, but new versions are regularly released by the OpenPyXL team.