XLSX.jl icon indicating copy to clipboard operation
XLSX.jl copied to clipboard

How to get a single row just by a row number?

Open alligatorme opened this issue 3 years ago • 2 comments

alligatorme avatar Oct 22 '20 13:10 alligatorme

find_row?

alligatorme avatar Oct 22 '20 13:10 alligatorme

Given a reference to a sheet, you can use sheet[row, column] to get a value. Ranges are also supported. Please refer to https://felipenoris.github.io/XLSX.jl/stable/tutorial/#Getting-Started-1.

felipenoris avatar Oct 22 '20 18:10 felipenoris