CoreXLSX icon indicating copy to clipboard operation
CoreXLSX copied to clipboard

Get named Area of a sheet

Open michael-eder opened this issue 2 years ago • 0 comments

With the NameManger you can give Areas of a sheet a name. It would be good, to have the possibility to get these named areas-

eg.

struct NamedArea{
  name: String
  comment: String
  cells: [Cell]
}

func getNamedArea(name: String) -> NamedArea?

michael-eder avatar Jan 02 '24 09:01 michael-eder