Every line of 'xlsx reader python' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
89 def test_non_default_sheet_as_single_sheet_plain_reader(self): 90 r = pe.load(self.testfile, "Sheet2") 91 data = list(r.rows()) 92 assert data == self.content["Sheet2"]