printAsText

fun printAsText(minRowNum: Long = 1, maxRowNum: Long = minRowNum + 10)

This is not optimized for large files and may have memory and performance issues.

Parameters

minRowNum

the row to start the printing

maxRowNum

the row to end the printing