Exporting data from Revit to Excel with different starting columns & rows

I am trying to export a multi-dimensional list to Excel using dynamo. I am able to write data in sheets with the same starting row/colum by simply taking a number as input for startRow and startCol. My goal is to have different starting cells for every sheet in Excel. Is this possible?

Yes. Use a list of matching depth/nesting for your starting values, and set lacing and list levels accordingly.