openpyxl.tests.test_iter module
- class openpyxl.tests.test_iter.TestRead[source]
Bases:
object
- expected = [('Sheet1 - Text', 7), ('Sheet2 - Numbers', 27), ('Sheet3 - Formulas', 4), ('Sheet4 - Dates', 3)]
- openpyxl.tests.test_iter.count_open_fds()[source]
Return the number of open file descriptors for this process
The implementation assumes that all FDs are smaller than 10,000 and that nobody (other threads, garbage collection) modifies the file descriptors while we are counting.
- openpyxl.tests.test_iter.test_calculate_dimension(datadir)[source]
Behaviour differs between implementations
- openpyxl.tests.test_iter.test_ctor(datadir, DummyWorkbook, ReadOnlyWorksheet, filename, expected)[source]
- openpyxl.tests.test_iter.test_get_max_cell(datadir, DummyWorkbook, ReadOnlyWorksheet, filename)[source]
- openpyxl.tests.test_iter.test_read_hyperlinks_read_only(datadir, DummyWorkbook, ReadOnlyWorksheet)[source]