Select the correct sheet (XLSX)
in DataMatrix
Hello, when I load an XLSX file, I would like to select the correct sheet, how to do that please ?
Hello, when I load an XLSX file, I would like to select the correct sheet, how to do that please ?
Comments
Hi @PSTO ,
In DataMatrix, you can specify the sheet that you want to open like so:
from datamatrix import io dm = io.readxlsx('my_spreadsheet.xslx', sheet='Name of sheet')Hope this helps!
— Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
I'm not sure to understand, When I loaded my XLSX in JASP, he only open the first sheet. How to acces datamatrix ? THX
You posted this in the DataMatrix category, which is a Python library for data analysis. In JASP, I suspect that you cannot specify which sheet you want to open, such that it always opens the first sheet.
Check out SigmundAI.eu for our OpenSesame AI assistant!