Skip to content

[Feature Request] When the row contains blank cells, then please return them as blank #10

Description

@Smurf-IV

Trying to enumerate of the cells in a row, and the Origin sheet has many tables in it, Separated by blank columns, and some of the Cells internally to the table representation are also blank.
This means that the performance of getting the actual cell it diminished because:

  • it has to be done via a column name (Many letters)
  • also to catch exceptions when the cell does not exist
  • internal each search for column it iterating over more and more of the list as it "Hunts" for the column name via a string match (Very inefficient!)

I use the following (Via other libraries) to get the cells in a table:
Cell[] cells = row.Skip(startColumnOffset).Take(columnCount).ToArray();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions