Method StringToLinesOfCells
StringToLinesOfCells(string, Attribute?)
Splits a string into a List that will contain a List<T> for each line.
public static List<List<Cell>> StringToLinesOfCells(string content, Attribute? attribute = null)
Splits a string into a List that will contain a List<T> for each line.
public static List<List<Cell>> StringToLinesOfCells(string content, Attribute? attribute = null)